8177845: Need a mechanism to load Graal

Reviewed-by: kvn, iveresov, mchung
This commit is contained in:
Doug Simon 2017-04-28 02:54:05 -07:00
parent 58199581cd
commit 16d29f2564
110 changed files with 1135 additions and 721 deletions

View file

@ -39,10 +39,12 @@
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
* -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:+UseJVMCICompiler
* -Djvmci.Compiler=null
* compiler.jvmci.compilerToVM.IsCompilableTest
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
* -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:-UseJVMCICompiler
* -Djvmci.Compiler=null
* compiler.jvmci.compilerToVM.IsCompilableTest
*/