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

stefan.johansson at oracle.com stefan.johansson at oracle.com
Thu Feb 12 17:30:51 UTC 2015


Changeset: 490b4cb2c0b5
Author:    sjohanss
Date:      2014-02-17 09:51 +0100
URL:       http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/490b4cb2c0b5

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 jdk8u-hs-changes mailing list