hg: hsx/hotspot-gc/hotspot: 3 new changesets
y.s.ramakrishna at oracle.com
y.s.ramakrishna at oracle.com
Wed Jun 8 18:45:19 UTC 2011
Changeset: 1e3493ac2d11
Author: ysr
Date: 2011-05-27 10:23 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/1e3493ac2d11
7048342: CMS: eob == _limit || fc->isFree() failed: Only a free chunk should allow us to cross over the limit
Summary: The freeness bit was being cleared in debug code when it shouldn't have been. Also removed unused FreeChunk methods linkAfterNonNull and clearPrev.
Reviewed-by: brutisso
! src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp
! src/share/vm/gc_implementation/concurrentMarkSweep/freeChunk.hpp
Changeset: 5c0a3c1858b1
Author: ysr
Date: 2011-06-02 10:23 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/5c0a3c1858b1
7048782: CMS: assert(last_chunk_index_to_check<= last_chunk_index) failed: parCardTableModRefBS.cpp:359
Summary: The LNC array is sized before the start of a scavenge, while the heap may expand during a scavenge. With CMS, the last block of an arbitrary suffice of the LNC array may expand due to coalition with the expansion delta. We now take care not to attempt access past the end of the LNC array. LNC array code will be cleaned up and suitably encapsulated as part of the forthcoming performance RFE 7043675.
Reviewed-by: brutisso
! src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp
Changeset: e66f38dd58a9
Author: ysr
Date: 2011-06-08 08:39 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/e66f38dd58a9
Merge
More information about the hotspot-gc-dev
mailing list