diff src/share/vm/runtime/globals.hpp @ 1713:7fcd5f39bd7a

Merge
author johnc
date Sat, 14 Aug 2010 00:47:52 -0700
parents d2ede61b7a12 9d7a8ab3736b
children be3f9c242c9d
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri Aug 13 07:33:20 2010 -0700
+++ b/src/share/vm/runtime/globals.hpp	Sat Aug 14 00:47:52 2010 -0700
@@ -3092,10 +3092,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")                           \
                                                                             \