changeset 18612:4a88dacfcb17

removed reference to com.oracle.graal.compiler.CompilerThread from VM code (part 2)
author Doug Simon <doug.simon@oracle.com>
date Thu, 04 Dec 2014 13:41:27 +0100
parents 6a6291c31657
children 8c3a85077f84
files src/share/vm/classfile/vmSymbols.hpp
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"))                  \