comparison src/share/vm/c1/c1_globals.hpp @ 7125:1baf7f1e3f23

decoupled C++ Graal runtime from C1
author Doug Simon <doug.simon@oracle.com>
date Mon, 03 Dec 2012 15:32:17 +0100
parents 7d815d842ee0
children 5d0bb7d52783
comparison
equal deleted inserted replaced
7124:ab65fa23f8e9 7125:1baf7f1e3f23
54 // 54 //
55 // Defines all global flags used by the client compiler. 55 // Defines all global flags used by the client compiler.
56 // 56 //
57 #define C1_FLAGS(develop, develop_pd, product, product_pd, notproduct) \ 57 #define C1_FLAGS(develop, develop_pd, product, product_pd, notproduct) \
58 \ 58 \
59 product(bool, DebugGraal, true, \
60 "Enable JVMTI for the compiler thread") \
61 product(bool, BootstrapGraal, true, \
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") \
65 product(intx, TraceGraal, 0, \
66 "Trace level for graal") \
67 product(bool, TraceSignals, false, \ 59 product(bool, TraceSignals, false, \
68 "Trace signals and implicit exception handling") \ 60 "Trace signals and implicit exception handling") \
69 /* Printing */ \ 61 /* Printing */ \
70 notproduct(bool, PrintC1Statistics, false, \ 62 notproduct(bool, PrintC1Statistics, false, \
71 "Print Compiler1 statistics" ) \ 63 "Print Compiler1 statistics" ) \