hotspot/src/share/vm/gc/g1/g1_globals.hpp
changeset 46611 3b8b1f7ee3b4
parent 39117 59fa99a45873
--- a/hotspot/src/share/vm/gc/g1/g1_globals.hpp	Mon Jul 03 14:24:07 2017 +0200
+++ b/hotspot/src/share/vm/gc/g1/g1_globals.hpp	Mon Jul 03 17:19:11 2017 +0200
@@ -199,9 +199,6 @@
   develop(bool, G1HRRSUseSparseTable, true,                                 \
           "When true, use sparse table to save space.")                     \
                                                                             \
-  develop(bool, G1HRRSFlushLogBuffersOnVerify, false,                       \
-          "Forces flushing of log buffers before verification.")            \
-                                                                            \
   product(size_t, G1HeapRegionSize, 0,                                      \
           "Size of the G1 regions.")                                        \
           range(0, 32*M)                                                    \