< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

        

*** 4127,4137 **** "return fields instead of a value type reference") \ \ product(size_t, BigValueTypeThreshold, 4 * BytesPerLong, \ "Max value type size for buffering") \ \ ! product(intx, ValueTypesBufferMaxMemory, 128, \ "Max memory used for value types buffers (in pages)") \ \ product(bool, ValueTypesThreadLocalRecycling, true, \ "Enable Thread local recycling of buffered values") \ \ --- 4127,4137 ---- "return fields instead of a value type reference") \ \ product(size_t, BigValueTypeThreshold, 4 * BytesPerLong, \ "Max value type size for buffering") \ \ ! product(intx, ValueTypesBufferMaxMemory, 0, \ "Max memory used for value types buffers (in pages)") \ \ product(bool, ValueTypesThreadLocalRecycling, true, \ "Enable Thread local recycling of buffered values") \ \
< prev index next >