src/hotspot/share/gc/g1/g1_globals.hpp
changeset 52656 11b97acc9c7f
parent 50440 cfdd37095f66
child 52918 f94c7929a44b
--- a/src/hotspot/share/gc/g1/g1_globals.hpp	Thu Nov 22 09:23:05 2018 +0100
+++ b/src/hotspot/share/gc/g1/g1_globals.hpp	Thu Nov 22 09:25:19 2018 +0100
@@ -190,9 +190,6 @@
           "to minimize the probability of promotion failure.")              \
           range(0, 50)                                                      \
                                                                             \
-  develop(bool, G1HRRSUseSparseTable, true,                                 \
-          "When true, use sparse table to save space.")                     \
-                                                                            \
   product(size_t, G1HeapRegionSize, 0,                                      \
           "Size of the G1 regions.")                                        \
           range(0, 32*M)                                                    \