< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page
@@ -2532,10 +2532,13 @@
                  "(Deprecated) Use new algorithm to compute field layouts")  \
                                                                              \
    product(bool, UseEmptySlotsInSupers, true,                                \
                  "Allow allocating fields in empty slots of super-classes")  \
                                                                              \
+   product(bool, AllowLEnvelopesInCCI, false,                                \
+                 "Use L-envelopes in CONSTANT_Class_info entries")           \
+                                                                             \
  
  
  
  // Interface macros
  #define DECLARE_PRODUCT_FLAG(type, name, value, doc)      extern "C" type name;
< prev index next >