hg: jdk/jdk: 2 new changesets
thomas.schatzl at oracle.com
thomas.schatzl at oracle.com
Thu Nov 22 08:27:43 UTC 2018
Changeset: 11b97acc9c7f
Author: tschatzl
Date: 2018-11-22 09:25 +0100
URL: http://hg.openjdk.java.net/jdk/jdk/rev/11b97acc9c7f
8213997: Remove G1HRRSUseSparseTable flag
Summary: Remove develop flag because it is not used anyway.
Reviewed-by: shade, manc
! src/hotspot/share/gc/g1/g1_globals.hpp
! src/hotspot/share/gc/g1/heapRegionRemSet.cpp
Changeset: 533b02f7842c
Author: tschatzl
Date: 2018-11-22 09:26 +0100
URL: http://hg.openjdk.java.net/jdk/jdk/rev/533b02f7842c
8213927: G1 ignores AlwaysPreTouch when UseTransparentHugePages is enabled
Summary: With UseTransparentHugePages we always need to pretouch on small page size as the underlying memory could currently be allocated as either small or large pages.
Reviewed-by: shade, sjohanss
! src/hotspot/share/gc/g1/g1PageBasedVirtualSpace.cpp
More information about the jdk-changes
mailing list