src/share/vm/runtime/globals.hpp

Print this page

        

@@ -2738,13 +2738,10 @@
           "Trace the generation of liveness analysis information")          \
                                                                             \
   notproduct(bool, TraceLivenessQuery, false,                               \
           "Trace queries of liveness analysis information")                 \
                                                                             \
-  notproduct(bool, CollectIndexSetStatistics, false,                        \
-          "Collect information about IndexSets")                            \
-                                                                            \
   develop(bool, UseLoopSafepoints, true,                                    \
           "Generate Safepoint nodes in every loop")                         \
                                                                             \
   develop(intx, FastAllocateSizeLimit, 128*K,                               \
           /* Note:  This value is zero mod 1<<13 for a cheap sparc set. */  \