hg: jdk9/hs-gc/hotspot: 8033440: jmap reports unexpected used/free size of concurrent mark-sweep generation

bengt.rutisson at oracle.com bengt.rutisson at oracle.com
Thu Feb 20 02:05:59 PST 2014


Changeset: f6490a5f084a
Author:    sjohanss
Date:      2014-02-17 09:51 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/f6490a5f084a

8033440: jmap reports unexpected used/free size of concurrent mark-sweep generation
Summary: SA used the wrong type for the indexedFreeList in CompactibleFreeListSpace.
Reviewed-by: coleenp, dsamersoff

+ agent/src/share/classes/sun/jvm/hotspot/memory/AdaptiveFreeList.java
! agent/src/share/classes/sun/jvm/hotspot/memory/CompactibleFreeListSpace.java
- agent/src/share/classes/sun/jvm/hotspot/memory/FreeList.java
! src/share/vm/gc_implementation/concurrentMarkSweep/vmStructs_cms.hpp
! src/share/vm/runtime/vmStructs.cpp



More information about the jdk9-all-changes mailing list