< prev index next >

src/share/vm/runtime/globals.hpp

Print this page

        

*** 4097,4107 **** "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") \ \ --- 4097,4107 ---- "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 >