comparison src/share/vm/runtime/globals.hpp @ 685:4e35bfab60a5

Merge
author never
date Thu, 02 Apr 2009 10:49:41 -0700
parents a80d48f6fde1 fbde8ec322d0
children 922aedc96ef5 e5b0439ef4ae
comparison
equal deleted inserted replaced
680:a80d48f6fde1 685:4e35bfab60a5
489 "special version of string compareTo") \ 489 "special version of string compareTo") \
490 \ 490 \
491 develop(bool, SpecialStringIndexOf, true, \ 491 develop(bool, SpecialStringIndexOf, true, \
492 "special version of string indexOf") \ 492 "special version of string indexOf") \
493 \ 493 \
494 product(bool, SpecialArraysEquals, false, \ 494 develop(bool, SpecialStringEquals, true, \
495 "special version of string equals") \
496 \
497 develop(bool, SpecialArraysEquals, true, \
495 "special version of Arrays.equals(char[],char[])") \ 498 "special version of Arrays.equals(char[],char[])") \
499 \
500 product(bool, UseSSE42Intrinsics, false, \
501 "SSE4.2 versions of intrinsics") \
496 \ 502 \
497 develop(bool, TraceCallFixup, false, \ 503 develop(bool, TraceCallFixup, false, \
498 "traces all call fixups") \ 504 "traces all call fixups") \
499 \ 505 \
500 develop(bool, DeoptimizeALot, false, \ 506 develop(bool, DeoptimizeALot, false, \
1314 product(bool, PrintPLAB, false, \ 1320 product(bool, PrintPLAB, false, \
1315 "Print (survivor space) promotion labs sizing decisions") \ 1321 "Print (survivor space) promotion labs sizing decisions") \
1316 \ 1322 \
1317 product(intx, ParGCArrayScanChunk, 50, \ 1323 product(intx, ParGCArrayScanChunk, 50, \
1318 "Scan a subset and push remainder, if array is bigger than this") \ 1324 "Scan a subset and push remainder, if array is bigger than this") \
1325 \
1319 product(bool, ParGCTrimOverflow, true, \ 1326 product(bool, ParGCTrimOverflow, true, \
1320 "Eagerly trim the overflow lists (useful for UseCompressedOops") \ 1327 "Eagerly trim the overflow lists (useful for UseCompressedOops") \
1321 \
1322 \ 1328 \
1323 notproduct(bool, ParGCWorkQueueOverflowALot, false, \ 1329 notproduct(bool, ParGCWorkQueueOverflowALot, false, \
1324 "Whether we should simulate work queue overflow in ParNew") \ 1330 "Whether we should simulate work queue overflow in ParNew") \
1325 \ 1331 \
1326 notproduct(uintx, ParGCWorkQueueOverflowInterval, 1000, \ 1332 notproduct(uintx, ParGCWorkQueueOverflowInterval, 1000, \