< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

        

@@ -2651,28 +2651,10 @@
              "Pass each value type field as an argument at calls")          \
                                                                             \
   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")      \
                                                                             \
   experimental(bool, UsePointerPerturbation, false,                         \
                "With value types, use the perturbation scheme for acmp")    \
< prev index next >