hg: jdk9/hs-gc/hotspot: 2 new changesets

jesper.wilhelmsson at oracle.com jesper.wilhelmsson at oracle.com
Tue Apr 28 23:37:20 UTC 2015


Changeset: d57d15fb074b
Author:    sangheki
Date:      2015-04-28 12:02 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/d57d15fb074b

8073204: Determining the desired PLAB size adjusts to the the number of threads at the wrong place
Summary: Calculate the desired PLAB value for a single thread and then return desired PLAB size according to the current number of threads when needed
Reviewed-by: ysr, jwilhelm, tschatzl

! src/share/vm/gc_implementation/g1/g1Allocator.cpp
! src/share/vm/gc_implementation/g1/g1Allocator.hpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.inline.hpp
! src/share/vm/gc_implementation/parNew/parNewGeneration.cpp
! src/share/vm/gc_implementation/parNew/parNewGeneration.hpp
! src/share/vm/gc_implementation/shared/plab.cpp
! src/share/vm/gc_implementation/shared/plab.hpp

Changeset: 191b004d0837
Author:    jwilhelm
Date:      2015-04-28 23:37 +0200
URL:       http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/191b004d0837

Merge

! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/parNew/parNewGeneration.cpp



More information about the jdk9-all-changes mailing list