< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

        

*** 2497,2513 **** develop(bool, StressValueTypeReturnedAsFields, false, \ "Stress return of fields instead of a value type reference") \ \ 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) \ // Interface macros #define DECLARE_PRODUCT_FLAG(type, name, value, doc) extern "C" type name; --- 2497,2506 ----
< prev index next >