This commit is contained in:
John Cuthbertson 2010-08-14 00:47:52 -07:00
commit becf7cffb3
66 changed files with 1325 additions and 1256 deletions

View file

@ -3092,10 +3092,6 @@ class CommandLineFlags {
\
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") \
\