changeset 57914 | 9c98f8788762 |
parent 54982 | b18c8301b8c2 |
--- 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.") \ \