< prev index next >

src/jdk.internal.vm.compiler/share/classes/jdk.internal.vm.compiler.libgraal/src/jdk/internal/vm/compiler/libgraal/LibGraalScope.java

Print this page
rev 56282 : [mq]: graal

*** 75,85 **** } this.runtime = runtime; parent = currentScope.get(); boolean top = false; if (parent == null) { ! top = LibGraal.attachCurrentThread(runtime); isolateThread = LibGraal.getCurrentIsolateThread(LibGraal.isolate); } else { isolateThread = parent.isolateThread; } topLevel = top; --- 75,85 ---- } this.runtime = runtime; parent = currentScope.get(); boolean top = false; if (parent == null) { ! top = LibGraal.attachCurrentThread(runtime, false); isolateThread = LibGraal.getCurrentIsolateThread(LibGraal.isolate); } else { isolateThread = parent.isolateThread; } topLevel = top;
< prev index next >