comparison src/share/vm/runtime/globals.hpp @ 7062:8c5333c80cfd

increased CompileThreshold to increase reliability of profiling information increased InitialCodeCacheSize to fit the bootstrapping added flag -XX:GraalClassPath to allow providing a .jar or .zip file that contains all Graal classes added support for the flag -XX:TraceCompilationPolicy to the Graal-specific compilation policy
author Christian Haeubl <haeubl@ssw.jku.at>
date Thu, 15 Nov 2012 11:40:50 +0100
parents c38f13903fdf
children 7d815d842ee0
comparison
equal deleted inserted replaced
6717:5bbe9618118e 7062:8c5333c80cfd
2610 "Rewrite frequently used bytecode pairs into a single bytecode") \ 2610 "Rewrite frequently used bytecode pairs into a single bytecode") \
2611 \ 2611 \
2612 diagnostic(bool, PrintInterpreter, false, \ 2612 diagnostic(bool, PrintInterpreter, false, \
2613 "Prints the generated interpreter code") \ 2613 "Prints the generated interpreter code") \
2614 \ 2614 \
2615 product(bool, PrintMachineCodeToFile, false, \
2616 "Prints the generated machine code to a file (int + comp)") \
2617 \
2615 product(bool, UseInterpreter, true, \ 2618 product(bool, UseInterpreter, true, \
2616 "Use interpreter for non-compiled methods") \ 2619 "Use interpreter for non-compiled methods") \
2617 \ 2620 \
2618 develop(bool, UseFastSignatureHandlers, true, \ 2621 develop(bool, UseFastSignatureHandlers, true, \
2619 "Use fast signature handlers for native calls") \ 2622 "Use fast signature handlers for native calls") \