# HG changeset patch # User Doug Simon # Date 1407535095 -7200 # Node ID 202e54a09a7217113616782134a7a2d3a5b9b9e2 # Parent fbe7dfc147182592d1de235fb7e244fa6b02df81 set context class loader for CompilerThreads diff -r fbe7dfc14718 -r 202e54a09a72 graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/CompilerThread.java --- a/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/CompilerThread.java Fri Aug 08 23:15:45 2014 +0200 +++ b/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/CompilerThread.java Fri Aug 08 23:58:15 2014 +0200 @@ -44,6 +44,7 @@ @Override public void run() { GraalDebugConfig debugConfig = debugConfigAccess.getDebugConfig(); + setContextClassLoader(getClass().getClassLoader()); try { super.run(); } finally {