< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

        

*** 4126,4135 **** --- 4126,4138 ---- 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 >