comparison src/share/vm/graal/graalGlobals.hpp @ 16624:c9284d733aa1

made -XX:+UseGraalClassLoader the default (now that truffle.jar is on the boot class path)
author Doug Simon <doug.simon@oracle.com>
date Wed, 30 Jul 2014 18:27:14 +0200
parents 4481cf549cfc
children 6fcb6691fe5f
comparison
equal deleted inserted replaced
16623:addc0564e5b5 16624:c9284d733aa1
47 #define GRAAL_FLAGS(develop, develop_pd, product, product_pd, notproduct) \ 47 #define GRAAL_FLAGS(develop, develop_pd, product, product_pd, notproduct) \
48 \ 48 \
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 product(bool, UseGraalClassLoader, false, \ 52 product(bool, UseGraalClassLoader, true, \
53 "Load Graal classes with separate class loader") \ 53 "Load Graal classes with separate class loader") \
54 \ 54 \
55 COMPILERGRAAL_PRESENT(product(bool, BootstrapGraal, true, \ 55 COMPILERGRAAL_PRESENT(product(bool, BootstrapGraal, true, \
56 "Bootstrap Graal before running Java main method")) \ 56 "Bootstrap Graal before running Java main method")) \
57 \ 57 \