--- old/src/hotspot/share/gc/shared/gc_globals.hpp 2018-11-01 16:34:08.000000000 -0700 +++ new/src/hotspot/share/gc/shared/gc_globals.hpp 2018-11-01 16:34:08.000000000 -0700 @@ -372,12 +372,6 @@ develop(uintx, MetadataAllocationFailALotInterval, 1000, \ "Metadata allocation failure a lot interval") \ \ - notproduct(bool, ExecuteInternalVMTests, false, \ - "Enable execution of internal VM tests") \ - \ - notproduct(bool, VerboseInternalVMTests, false, \ - "Turn on logging for internal VM tests.") \ - \ product(bool, ExecutingUnitTests, false, \ "Whether the JVM is running unit tests or not") \ \