comparison src/share/vm/runtime/globals.hpp @ 2323:bc6b27fb3568

6725983: Assertion "method->method_holder())->is_not_initialized(),"method holder must be initialized" Reviewed-by: kvn, iveresov
author never
date Tue, 01 Mar 2011 10:27:15 -0800
parents a97fd181b813
children 8c9c9ee30d71
comparison
equal deleted inserted replaced
2322:50c0f22d6d0e 2323:bc6b27fb3568
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") \