comparison src/share/vm/c1/c1_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
58 \ 58 \
59 product(bool, DebugGraal, true, \ 59 product(bool, DebugGraal, true, \
60 "Enable JVMTI for the compiler thread") \ 60 "Enable JVMTI for the compiler thread") \
61 product(bool, BootstrapGraal, true, \ 61 product(bool, BootstrapGraal, true, \
62 "Bootstrap graal before running Java main method") \ 62 "Bootstrap graal before running Java main method") \
63 product(ccstr, GraalClassPath, NULL, \
64 "Use the defined graal class path instead of searching for the classes") \
63 product(intx, TraceGraal, 0, \ 65 product(intx, TraceGraal, 0, \
64 "Trace level for graal") \ 66 "Trace level for graal") \
65 product(bool, TraceSignals, false, \ 67 product(bool, TraceSignals, false, \
66 "Trace signals and implicit exception handling") \ 68 "Trace signals and implicit exception handling") \
67 /* Printing */ \ 69 /* Printing */ \