hg: hsx/hotspot-gc/hotspot: 8014405: G1: PerRegionTable::fl_mem_size() calculates size of the free list using wrong element sizes

bengt.rutisson at oracle.com bengt.rutisson at oracle.com
Tue May 21 15:34:30 UTC 2013


Changeset: 6702da6b6082
Author:    tschatzl
Date:      2013-05-21 11:30 +0200
URL:       http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/6702da6b6082

8014405: G1: PerRegionTable::fl_mem_size() calculates size of the free list using wrong element sizes
Summary: Instead of using a simple sizeof(), ask the PerRegionTable class about its size when iterating over the free list.
Reviewed-by: jwilhelm, brutisso

! src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp
! src/share/vm/gc_implementation/g1/heapRegionRemSet.hpp
! src/share/vm/prims/jni.cpp




More information about the hotspot-gc-dev mailing list