comparison src/share/vm/runtime/globals.hpp @ 2325:8c9c9ee30d71

Merge
author kvn
date Thu, 03 Mar 2011 23:31:45 -0800
parents 23ae54207126 bc6b27fb3568
children 72dee110246f
comparison
equal deleted inserted replaced
2312:11303bede852 2325:8c9c9ee30d71
2608 "(stress test)") \ 2608 "(stress test)") \
2609 \ 2609 \
2610 develop(bool, CompileTheWorldPreloadClasses, true, \ 2610 develop(bool, CompileTheWorldPreloadClasses, true, \
2611 "Preload all classes used by a class before start loading") \ 2611 "Preload all classes used by a class before start loading") \
2612 \ 2612 \
2613 notproduct(bool, CompileTheWorldIgnoreInitErrors, false, \
2614 "Compile all methods although class initializer failed") \
2615 \
2616 notproduct(intx, CompileTheWorldSafepointInterval, 100, \ 2613 notproduct(intx, CompileTheWorldSafepointInterval, 100, \
2617 "Force a safepoint every n compiles so sweeper can keep up") \ 2614 "Force a safepoint every n compiles so sweeper can keep up") \
2618 \ 2615 \
2619 develop(bool, TraceIterativeGVN, false, \ 2616 develop(bool, TraceIterativeGVN, false, \
2620 "Print progress during Iterative Global Value Numbering") \ 2617 "Print progress during Iterative Global Value Numbering") \