# HG changeset patch # User Doug Simon # Date 1417696887 -3600 # Node ID 4a88dacfcb175d247c41f3aa110e6942c253d607 # Parent 6a6291c31657920dec2332614f57c2a3728f4b92 removed reference to com.oracle.graal.compiler.CompilerThread from VM code (part 2) diff -r 6a6291c31657 -r 4a88dacfcb17 src/share/vm/classfile/vmSymbols.hpp --- a/src/share/vm/classfile/vmSymbols.hpp Wed Dec 03 20:40:30 2014 +0100 +++ b/src/share/vm/classfile/vmSymbols.hpp Thu Dec 04 13:41:27 2014 +0100 @@ -291,7 +291,6 @@ \ /* Support for Graal */ \ template(java_util_BitSet, "java/util/BitSet") \ - GRAAL_ONLY(template(com_oracle_graal_compiler_CompilerThread, "com/oracle/graal/compiler/CompilerThread")) \ GRAAL_ONLY(template(com_oracle_graal_graph_Node, "com/oracle/graal/graph/Node")) \ GRAAL_ONLY(template(com_oracle_graal_graph_NodeClass, "com/oracle/graal/graph/NodeClass")) \ GRAAL_ONLY(template(com_oracle_graal_hotspot_HotSpotGraalRuntime, "com/oracle/graal/hotspot/HotSpotGraalRuntime")) \