OpenJDK / jdk / jdk
changeset 56107:9c98f8788762
8215166: Remove unused G1PretouchAuxiliaryMemory option
Summary: Removed experimental option.
Reviewed-by: kbarrett
author | godin |
---|---|
date | Wed, 28 Aug 2019 14:37:45 -0400 |
parents | d1a6f72e4aec |
children | 8570f22b9b6a |
files | src/hotspot/share/gc/g1/g1_globals.hpp |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/hotspot/share/gc/g1/g1_globals.hpp Wed Aug 28 14:06:37 2019 -0400 +++ b/src/hotspot/share/gc/g1/g1_globals.hpp Wed Aug 28 14:37:45 2019 -0400 @@ -245,9 +245,6 @@ "The target number of mixed GCs after a marking cycle.") \ range(0, max_uintx) \ \ - experimental(bool, G1PretouchAuxiliaryMemory, false, \ - "Pre-touch large auxiliary data structures used by the GC.") \ - \ experimental(bool, G1EagerReclaimHumongousObjects, true, \ "Try to reclaim dead large objects at every young GC.") \ \