--- old/src/hotspot/share/runtime/globals.hpp 2019-07-01 17:03:12.177659100 +0200 +++ new/src/hotspot/share/runtime/globals.hpp 2019-07-01 17:03:11.877659104 +0200 @@ -2499,13 +2499,6 @@ \ develop(bool, ScalarizeValueTypes, true, \ "Scalarize value types in compiled code") \ - \ - experimental(uint, ACmpOnValues, 3, \ - "0 = regular acmp" \ - "1 = always false for value, perturbation scheme" \ - "2 = always false for value" \ - "3 = substitutability test") \ - range(0, 3) \