comparison src/share/vm/runtime/globals.hpp @ 11083:8b789ce47503

Merge
author roland
date Thu, 04 Jul 2013 01:42:34 -0700
parents 6e3634222155 b800986664f4
children 50257d6f5aaa e50be1620201 6cc7093e1341
comparison
equal deleted inserted replaced
11072:70bea4a43c6d 11083:8b789ce47503
643 "SSE4.2 versions of intrinsics") \ 643 "SSE4.2 versions of intrinsics") \
644 \ 644 \
645 product(bool, UseAESIntrinsics, false, \ 645 product(bool, UseAESIntrinsics, false, \
646 "use intrinsics for AES versions of crypto") \ 646 "use intrinsics for AES versions of crypto") \
647 \ 647 \
648 product(bool, UseCRC32Intrinsics, false, \
649 "use intrinsics for java.util.zip.CRC32") \
650 \
648 develop(bool, TraceCallFixup, false, \ 651 develop(bool, TraceCallFixup, false, \
649 "traces all call fixups") \ 652 "traces all call fixups") \
650 \ 653 \
651 develop(bool, DeoptimizeALot, false, \ 654 develop(bool, DeoptimizeALot, false, \
652 "deoptimize at every exit from the runtime system") \ 655 "deoptimize at every exit from the runtime system") \
3158 product_pd(intx, OptoLoopAlignment, \ 3161 product_pd(intx, OptoLoopAlignment, \
3159 "Align inner loops to zero relative to this modulus") \ 3162 "Align inner loops to zero relative to this modulus") \
3160 \ 3163 \
3161 product_pd(uintx, InitialCodeCacheSize, \ 3164 product_pd(uintx, InitialCodeCacheSize, \
3162 "Initial code cache size (in bytes)") \ 3165 "Initial code cache size (in bytes)") \
3166 \
3167 develop_pd(uintx, CodeCacheMinimumUseSpace, \
3168 "Minimum code cache size (in bytes) required to start VM.") \
3163 \ 3169 \
3164 product_pd(uintx, ReservedCodeCacheSize, \ 3170 product_pd(uintx, ReservedCodeCacheSize, \
3165 "Reserved code cache size (in bytes) - maximum code cache size") \ 3171 "Reserved code cache size (in bytes) - maximum code cache size") \
3166 \ 3172 \
3167 product(uintx, CodeCacheMinimumFreeSpace, 500*K, \ 3173 product(uintx, CodeCacheMinimumFreeSpace, 500*K, \