--- old/src/hotspot/share/runtime/globals.hpp 2019-07-03 10:04:44.807266305 +0200 +++ new/src/hotspot/share/runtime/globals.hpp 2019-07-03 10:04:44.523266309 +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) \