diff src/share/vm/runtime/globals.hpp @ 1706:9d7a8ab3736b

6962589: remove breadth first scanning code from parallel gc Summary: Remove the breadth-first copying order from ParallelScavenge and use depth-first by default. Reviewed-by: jcoomes, ysr, johnc
author tonyp
date Thu, 22 Jul 2010 10:27:41 -0400
parents 083fde3b838e
children 7fcd5f39bd7a
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Mon Aug 02 12:51:43 2010 -0700
+++ b/src/share/vm/runtime/globals.hpp	Thu Jul 22 10:27:41 2010 -0400
@@ -3088,10 +3088,6 @@
                                                                             \
   product(intx, SafepointSpinBeforeYield, 2000,  "(Unstable)")              \
                                                                             \
-  product(bool, UseDepthFirstScavengeOrder, true,                           \
-          "true: the scavenge order will be depth-first, "                  \
-          "false: the scavenge order will be breadth-first")                \
-                                                                            \
   product(bool, PSChunkLargeArrays, true,                                   \
           "true: process large arrays in chunks")                           \
                                                                             \