comparison src/share/vm/graal/graalGlobals.hpp @ 16146:9b27e69f7cec

added -XX:+PrintBootstrap option to mirror -G:+PrintBoostrap option
author Doug Simon <doug.simon@oracle.com>
date Thu, 19 Jun 2014 23:42:25 +0200
parents a87f6927d73e
children ad431bf0de07
comparison
equal deleted inserted replaced
16145:237508bd73b9 16146:9b27e69f7cec
49 product(bool, DebugGraal, true, \ 49 product(bool, DebugGraal, true, \
50 "Enable JVMTI for the compiler thread") \ 50 "Enable JVMTI for the compiler thread") \
51 \ 51 \
52 COMPILERGRAAL_PRESENT(product(bool, BootstrapGraal, true, \ 52 COMPILERGRAAL_PRESENT(product(bool, BootstrapGraal, true, \
53 "Bootstrap Graal before running Java main method")) \ 53 "Bootstrap Graal before running Java main method")) \
54 \
55 COMPILERGRAAL_PRESENT(product(bool, PrintBootstrap, true, \
56 "Print Graal bootstrap progress and summary")) \
54 \ 57 \
55 COMPILERGRAAL_PRESENT(product(intx, GraalThreads, 1, \ 58 COMPILERGRAAL_PRESENT(product(intx, GraalThreads, 1, \
56 "Force number of Graal compiler threads to use")) \ 59 "Force number of Graal compiler threads to use")) \
57 \ 60 \
58 COMPILERGRAAL_PRESENT(product(bool, UseGraalCompilationQueue, false, \ 61 COMPILERGRAAL_PRESENT(product(bool, UseGraalCompilationQueue, false, \