comparison src/share/vm/jvmci/jvmciGlobals.hpp @ 22457:c2d49f9fbceb

made BootstrapJVMCI false by default
author Doug Simon <doug.simon@oracle.com>
date Mon, 24 Aug 2015 16:50:57 +0200
parents ecbf949a9dcd
children da68ca58b271
comparison
equal deleted inserted replaced
22456:979584f92e68 22457:c2d49f9fbceb
53 "Load JVMCI classes with separate class loader") \ 53 "Load JVMCI classes with separate class loader") \
54 \ 54 \
55 product(ccstr, JVMCIServicesDir, NULL, \ 55 product(ccstr, JVMCIServicesDir, NULL, \
56 "Alternate directory to use for JVMCI services") \ 56 "Alternate directory to use for JVMCI services") \
57 \ 57 \
58 COMPILERJVMCI_PRESENT(product(bool, BootstrapJVMCI, true, \ 58 COMPILERJVMCI_PRESENT(product(bool, BootstrapJVMCI, false, \
59 "Bootstrap JVMCI before running Java main method")) \ 59 "Bootstrap JVMCI before running Java main method")) \
60 \ 60 \
61 COMPILERJVMCI_PRESENT(product(bool, PrintBootstrap, true, \ 61 COMPILERJVMCI_PRESENT(product(bool, PrintBootstrap, true, \
62 "Print JVMCI bootstrap progress and summary")) \ 62 "Print JVMCI bootstrap progress and summary")) \
63 \ 63 \