comparison src/share/vm/graal/graalGlobals.hpp @ 8135:8d10fc6b4f6c

graal.jar is now the only way Graal is deployed in the VM (GRAAL-136)
author Doug Simon <doug.simon@oracle.com>
date Wed, 06 Mar 2013 20:48:32 +0100
parents 8a3efb8c831d
children 5d460d3465fd
comparison
equal deleted inserted replaced
8134:6e3ebc6fd5a4 8135:8d10fc6b4f6c
50 "Enable JVMTI for the compiler thread") \ 50 "Enable JVMTI for the compiler thread") \
51 \ 51 \
52 product(bool, BootstrapGraal, GRAALVM_ONLY(true) NOT_GRAALVM(false), \ 52 product(bool, BootstrapGraal, GRAALVM_ONLY(true) NOT_GRAALVM(false), \
53 "Bootstrap Graal before running Java main method") \ 53 "Bootstrap Graal before running Java main method") \
54 \ 54 \
55 product(ccstr, GraalClassPath, NULL, \
56 "Use this path, zip, or jar, to locate Graal-specific classes") \
57 \
58 product(intx, TraceGraal, 0, \ 55 product(intx, TraceGraal, 0, \
59 "Trace level for Graal") \ 56 "Trace level for Graal") \
60 \ 57 \
61 develop(bool, GraalUseFastLocking, true, \ 58 develop(bool, GraalUseFastLocking, true, \
62 "Use fast inlined locking code") \ 59 "Use fast inlined locking code") \