comparison src/share/vm/jvmci/jvmciGlobals.hpp @ 22401:31e0737e2fce

added -XX:JVMCIServicesDir for specifying an alternative to <jre>/lib/jvmci/services
author Doug Simon <doug.simon@oracle.com>
date Wed, 05 Aug 2015 00:22:17 +0200
parents be896a1983c0
children ecbf949a9dcd
comparison
equal deleted inserted replaced
22400:b876144b52f3 22401:31e0737e2fce
50 "Enable JVMTI for the compiler thread") \ 50 "Enable JVMTI for the compiler thread") \
51 \ 51 \
52 product(bool, UseJVMCIClassLoader, true, \ 52 product(bool, UseJVMCIClassLoader, true, \
53 "Load JVMCI classes with separate class loader") \ 53 "Load JVMCI classes with separate class loader") \
54 \ 54 \
55 product(ccstr, JVMCIServicesDir, NULL, \
56 "Alternate directory to use for JVMCI services") \
57 \
55 COMPILERJVMCI_PRESENT(product(bool, BootstrapJVMCI, true, \ 58 COMPILERJVMCI_PRESENT(product(bool, BootstrapJVMCI, true, \
56 "Bootstrap JVMCI before running Java main method")) \ 59 "Bootstrap JVMCI before running Java main method")) \
57 \ 60 \
58 COMPILERJVMCI_PRESENT(product(bool, PrintBootstrap, true, \ 61 COMPILERJVMCI_PRESENT(product(bool, PrintBootstrap, true, \
59 "Print JVMCI bootstrap progress and summary")) \ 62 "Print JVMCI bootstrap progress and summary")) \
65 "Force number of compiler threads for JVMCI host compiler")) \ 68 "Force number of compiler threads for JVMCI host compiler")) \
66 \ 69 \
67 JVMCI_ONLY(product(bool, CodeInstallSafepointChecks, true, \ 70 JVMCI_ONLY(product(bool, CodeInstallSafepointChecks, true, \
68 "Perform explicit safepoint checks while installing code")) \ 71 "Perform explicit safepoint checks while installing code")) \
69 \ 72 \
70 NOT_COMPILER2(product_pd(intx, MaxVectorSize, \ 73 NOT_COMPILER2(product_pd(intx, MaxVectorSize, \
71 "Max vector size in bytes, " \ 74 "Max vector size in bytes, " \
72 "actual size could be less depending on elements type")) \ 75 "actual size could be less depending on elements type")) \
73 \ 76 \
74 product(intx, TraceJVMCI, 0, \ 77 product(intx, TraceJVMCI, 0, \
75 "Trace level for JVMCI") \ 78 "Trace level for JVMCI") \