comparison src/share/vm/c1/c1_globals.hpp @ 7226:8a3efb8c831d

Merge.
author Christian Haeubl <haeubl@ssw.jku.at>
date Fri, 14 Dec 2012 13:02:49 +0100
parents 5d0bb7d52783
children 3ac7d10a6572
comparison
equal deleted inserted replaced
7225:31c4d9f9e922 7226:8a3efb8c831d
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, \