diff src/share/vm/classfile/vmSymbols.hpp @ 21410:84b3d688ea83

removed redundant references in VM to Graal classes
author Doug Simon <doug.simon@oracle.com>
date Mon, 18 May 2015 13:47:45 +0200
parents 92fc95e8667d
children 5cbaf1e9ff2e 1da7aef31a08
line wrap: on
line diff
--- a/src/share/vm/classfile/vmSymbols.hpp	Mon May 18 10:34:10 2015 +0200
+++ b/src/share/vm/classfile/vmSymbols.hpp	Mon May 18 13:47:45 2015 +0200
@@ -301,8 +301,6 @@
   /* Support for Graal */                                                                                                             \
   template(java_util_BitSet,                                         "java/util/BitSet")                                              \
   GRAAL_ONLY(template(com_oracle_graal_debug_Debug,                             "com/oracle/graal/debug/Debug"))                                  \
-  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"))                  \
   GRAAL_ONLY(template(com_oracle_graal_hotspot_HotSpotCompiledCode,             "com/oracle/graal/hotspot/HotSpotCompiledCode"))                  \
   GRAAL_ONLY(template(com_oracle_graal_hotspot_HotSpotCompiledCode_Comment,     "com/oracle/graal/hotspot/HotSpotCompiledCode$Comment"))          \