Skip to content
Snippets Groups Projects
Commit 9f8b59f2 authored by Mick Jordan's avatar Mick Jordan
Browse files

update to latest graal

parent 1b7acfe3
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ public abstract class FastRCompileBuiltin extends RBuiltinNode {
private Compiler() {
try {
optimizedCallTarget = Class.forName("com.oracle.graal.truffle.OptimizedCallTarget");
optimizedCallTarget = Class.forName("com.oracle.graal.truffle.OptimizedCallTarget", false, Truffle.getRuntime().getClass().getClassLoader());
compileMethod = optimizedCallTarget.getDeclaredMethod("compile");
} catch (ClassNotFoundException | IllegalArgumentException | NoSuchMethodException | SecurityException e) {
Utils.fail("DebugCompileBuiltin failed to find compile method");
......
graal,addc0564e5b5ba6b3e649115bd25f5d1127ee436,http://hg.openjdk.java.net/graal/graal
graal,74123ce7599b68e771c03d7a80d9d09a598145d2,http://hg.openjdk.java.net/graal/graal
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment