< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

        

@@ -4126,10 +4126,13 @@
   product(bool, ZapVTBufferChunks, trueInDebug,                             \
           "Zap VTBufferChunk memory when recycled")                         \
                                                                             \
   develop(bool, StressValueTypeReturnedAsFields, false,                     \
           "stress return of fields instead of a value type reference")      \
+                                                                            \
+  product(bool, ReturnValuesInThreadLocalBuffer, false,                     \
+          "Interpreter returns values in TLVB when possible")               \
 
 
 
 
 /*
< prev index next >