|
Bug ID:
|
6729594
|
|
Votes
|
0
|
|
Synopsis
|
par compact - remove unused block table implementation
|
|
Category
|
hotspot:garbage_collector
|
|
Reported Against
|
|
|
Release Fixed
|
hs14(b06)
|
|
State
|
10-Fix Delivered,
request for enhancement
|
|
Priority:
|
3-Medium
|
|
Related Bugs
|
6725714
|
|
Submit Date
|
24-JUL-2008
|
|
Description
|
The parallel compacting collector contains unused code for a "block table" that was an attempt to speed up pointer updates during compaction. The code no longer works and should be removed.
Posted Date : 2008-07-24 19:36:41.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
This block table code was never updated when the marking bitmap changed to separate the object start bits from the end bits and is now badly bit-rotted. A new implementation is planned; see 6725714.
Posted Date : 2008-07-24 19:36:41.0
http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/0166ac265d53
Posted Date : 2008-10-01 03:43:33.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|