equal
deleted
inserted
replaced
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, \ |