comparison src/share/vm/runtime/globals.hpp @ 1836:894b1d7c7e01

6423256: GC stacks should use a better data structure 6942771: SEGV in ParScanThreadState::take_from_overflow_stack Reviewed-by: apetrusenko, ysr, pbk
author jcoomes
date Tue, 28 Sep 2010 15:56:15 -0700
parents eeade8e89248
children c99c53f07c14
comparison
equal deleted inserted replaced
1835:4805b9f4779e 1836:894b1d7c7e01
639 "Zap freed VM handle space with 0xBCBCBCBC") \ 639 "Zap freed VM handle space with 0xBCBCBCBC") \
640 \ 640 \
641 develop(bool, ZapJNIHandleArea, trueInDebug, \ 641 develop(bool, ZapJNIHandleArea, trueInDebug, \
642 "Zap freed JNI handle space with 0xFEFEFEFE") \ 642 "Zap freed JNI handle space with 0xFEFEFEFE") \
643 \ 643 \
644 notproduct(bool, ZapStackSegments, trueInDebug, \
645 "Zap allocated/freed Stack segments with 0xFADFADED") \
646 \
644 develop(bool, ZapUnusedHeapArea, trueInDebug, \ 647 develop(bool, ZapUnusedHeapArea, trueInDebug, \
645 "Zap unused heap space with 0xBAADBABE") \ 648 "Zap unused heap space with 0xBAADBABE") \
646 \ 649 \
647 develop(bool, TraceZapUnusedHeapArea, false, \ 650 develop(bool, TraceZapUnusedHeapArea, false, \
648 "Trace zapping of unused heap space") \ 651 "Trace zapping of unused heap space") \