--- old/src/hotspot/share/runtime/globals.hpp 2018-10-16 15:50:17.000000000 -0400 +++ new/src/hotspot/share/runtime/globals.hpp 2018-10-16 15:50:16.000000000 -0400 @@ -2653,24 +2653,6 @@ product_pd(bool, ValueTypeReturnedAsFields, \ "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") \ - \ - product(bool, ReportVTBufferRecyclingTimes, false, \ - "Print duration of each VBuffer recycling") \ - \ - product(int, MinimumVTBufferChunkPerFrame, 2, \ - "Minimum number of VT buffer chunk allowed per frame") \ - \ - product(bool, ZapVTBufferChunks, trueInDebug, \ - "Zap VTBufferChunk memory when recycled") \ - \ develop(bool, StressValueTypeReturnedAsFields, false, \ "stress return of fields instead of a value type reference") \ \