Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6725697
Votes 0
Synopsis par compact - rename class ChunkData to RegionData
Category hotspot:garbage_collector
Reported Against
Release Fixed hs14(b06)
State 10-Fix Delivered, request for enhancement
Priority: 4-Low
Related Bugs
Submit Date 14-JUL-2008
Description
See synopsis.
Posted Date : 2008-07-14 23:21:53.0
Work Around
N/A
Evaluation
Class ChunkData holds a number of fields used by par compaction to track where a contiguous range of gc-managed memory will be copied, among other things.  An upcoming change will add an additional data structure that refers to smaller contiguous ranges of memory, likely to be called blocks.  The term region is preferable to chunk since the size of a chunk vs. that of a block is ambiguous, while in common usage (e.g., maps) a region is larger than a block.
Posted Date : 2008-07-14 23:21:53.0

http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/81cd571500b0
Posted Date : 2008-10-01 01:31:30.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang