diff -r a80d48f6fde1 -r 4e35bfab60a5 src/share/vm/runtime/globals.hpp --- a/src/share/vm/runtime/globals.hpp Thu Apr 02 05:22:02 2009 -0700 +++ b/src/share/vm/runtime/globals.hpp Thu Apr 02 10:49:41 2009 -0700 @@ -491,9 +491,15 @@ develop(bool, SpecialStringIndexOf, true, \ "special version of string indexOf") \ \ - product(bool, SpecialArraysEquals, false, \ + develop(bool, SpecialStringEquals, true, \ + "special version of string equals") \ + \ + develop(bool, SpecialArraysEquals, true, \ "special version of Arrays.equals(char[],char[])") \ \ + product(bool, UseSSE42Intrinsics, false, \ + "SSE4.2 versions of intrinsics") \ + \ develop(bool, TraceCallFixup, false, \ "traces all call fixups") \ \ @@ -1316,10 +1322,10 @@ \ product(intx, ParGCArrayScanChunk, 50, \ "Scan a subset and push remainder, if array is bigger than this") \ + \ product(bool, ParGCTrimOverflow, true, \ "Eagerly trim the overflow lists (useful for UseCompressedOops") \ \ - \ notproduct(bool, ParGCWorkQueueOverflowALot, false, \ "Whether we should simulate work queue overflow in ParNew") \ \