comparison src/share/vm/runtime/globals.hpp @ 8880:0ca3dd0ffaba

Merge
author bharadwaj
date Thu, 04 Apr 2013 17:01:34 -0700
parents 0c039865ef2b cd9ad42dfde0
children b9a918201d47 68fe50d4f1d5
comparison
equal deleted inserted replaced
8859:0c039865ef2b 8880:0ca3dd0ffaba
2526 \ 2526 \
2527 notproduct(bool, IgnoreLockingAssertions, false, \ 2527 notproduct(bool, IgnoreLockingAssertions, false, \
2528 "disable locking assertions (for speed)") \ 2528 "disable locking assertions (for speed)") \
2529 \ 2529 \
2530 product(bool, RangeCheckElimination, true, \ 2530 product(bool, RangeCheckElimination, true, \
2531 "Split loop iterations to eliminate range checks") \ 2531 "Eliminate range checks") \
2532 \ 2532 \
2533 develop_pd(bool, UncommonNullCast, \ 2533 develop_pd(bool, UncommonNullCast, \
2534 "track occurrences of null in casts; adjust compiler tactics") \ 2534 "track occurrences of null in casts; adjust compiler tactics") \
2535 \ 2535 \
2536 develop(bool, TypeProfileCasts, true, \ 2536 develop(bool, TypeProfileCasts, true, \