comparison src/share/vm/c1/c1_globals.hpp @ 7154:5d0bb7d52783

changes to support Graal co-existing with the other HotSpot compiler(s) and being used for explicit compilation requests and code installation via the Graal API
author Doug Simon <doug.simon@oracle.com>
date Wed, 12 Dec 2012 21:36:40 +0100
parents 1baf7f1e3f23
children 3ac7d10a6572
comparison
equal deleted inserted replaced
7153:c421c19b7bf8 7154:5d0bb7d52783
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, TraceSignals, false, \
60 "Trace signals and implicit exception handling") \
61 /* Printing */ \ 59 /* Printing */ \
62 notproduct(bool, PrintC1Statistics, false, \ 60 notproduct(bool, PrintC1Statistics, false, \
63 "Print Compiler1 statistics" ) \ 61 "Print Compiler1 statistics" ) \
64 \ 62 \
65 notproduct(bool, PrintInitialBlockList, false, \ 63 notproduct(bool, PrintInitialBlockList, false, \