< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

        

@@ -2497,10 +2497,21 @@
   develop(bool, StressValueTypeReturnedAsFields, false,                     \
           "Stress return of fields instead of a value type reference")      \
                                                                             \
   develop(bool, ScalarizeValueTypes, true,                                  \
           "Scalarize value types in compiled code")                         \
+                                                                            \
+  product(bool, PrintNewLayout, false,                                      \
+               "Print layout compute by new algorithm")                     \
+                                                                            \
+  product(bool, PrintFlattenableLayouts, false,                             \
+                "Print layout of inline classes and classes with "          \
+                "flattenable fields")                                       \
+                                                                            \
+  product(bool, UseNewLayout, true,                                         \
+               "Use new algorithm to compute layouts")                      \
+                                                                            \
 
 
 
 // Interface macros
 #define DECLARE_PRODUCT_FLAG(type, name, value, doc)      extern "C" type name;
< prev index next >