comparison src/share/vm/runtime/arguments.cpp @ 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 a00567c82f02
children 7fcd5f39bd7a
comparison
equal deleted inserted replaced
1705:2d160770d2e5 1706:9d7a8ab3736b
182 { "MinTrainLength", JDK_Version::jdk(5), JDK_Version::jdk(7) }, 182 { "MinTrainLength", JDK_Version::jdk(5), JDK_Version::jdk(7) },
183 { "AppendRatio", JDK_Version::jdk_update(6,10), JDK_Version::jdk(7) }, 183 { "AppendRatio", JDK_Version::jdk_update(6,10), JDK_Version::jdk(7) },
184 { "DefaultMaxRAM", JDK_Version::jdk_update(6,18), JDK_Version::jdk(7) }, 184 { "DefaultMaxRAM", JDK_Version::jdk_update(6,18), JDK_Version::jdk(7) },
185 { "DefaultInitialRAMFraction", 185 { "DefaultInitialRAMFraction",
186 JDK_Version::jdk_update(6,18), JDK_Version::jdk(7) }, 186 JDK_Version::jdk_update(6,18), JDK_Version::jdk(7) },
187 { "UseDepthFirstScavengeOrder",
188 JDK_Version::jdk_update(6,22), JDK_Version::jdk(7) },
187 { NULL, JDK_Version(0), JDK_Version(0) } 189 { NULL, JDK_Version(0), JDK_Version(0) }
188 }; 190 };
189 191
190 // Returns true if the flag is obsolete and fits into the range specified 192 // Returns true if the flag is obsolete and fits into the range specified
191 // for being ignored. In the case that the flag is ignored, the 'version' 193 // for being ignored. In the case that the flag is ignored, the 'version'