comparison src/share/vm/c1/c1_globals.hpp @ 4559:723df37192d6

Make it possible again to build a real client libjvm, drop the UseGraal flag. Use the --vm option instead of a special -vm option in the bench command
author Gilles Duboscq <duboscq@ssw.jku.at>
date Fri, 10 Feb 2012 17:04:03 +0100
parents 716a2c5c0656
children c38f13903fdf
comparison
equal deleted inserted replaced
4558:3706975946e4 4559:723df37192d6
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, UseGraal, true, \
60 "Use graal instead of C1") \
61 product(bool, DebugGraal, true, \ 59 product(bool, DebugGraal, true, \
62 "Enable JVMTI for the compiler thread") \ 60 "Enable JVMTI for the compiler thread") \
63 product(bool, BootstrapGraal, true, \ 61 product(bool, BootstrapGraal, true, \
64 "Bootstrap graal before running Java main method") \ 62 "Bootstrap graal before running Java main method") \
65 product(intx, TraceGraal, 0, \ 63 product(intx, TraceGraal, 0, \