< prev index next >
src/hotspot/share/runtime/globals.hpp
Print this page
@@ -2626,12 +2626,16 @@
"Stress return of fields instead of a value type reference") \
\
develop(bool, ScalarizeValueTypes, true, \
"Scalarize value types in compiled code") \
\
- experimental(bool, UsePointerPerturbation, false, \
- "With value types, use the perturbation scheme for acmp") \
+ experimental(uint, ACmpOnValues, 2, \
+ "0 = regular acmp" \
+ "1 = always false for value, perturbation scheme" \
+ "2 = always false for value" \
+ "3 = substitutably test") \
+ range(0, 3) \
#define VM_FLAGS(develop, \
develop_pd, \
< prev index next >