# HG changeset patch # User Doug Simon # Date 1399927046 -7200 # Node ID c73df62cbaeed5ed239129058429c73a54675f56 # Parent 98dbd88812c6ad91d4682f609e9ea3e4ac9c9962 removed unused symbols diff -r 98dbd88812c6 -r c73df62cbaee src/share/vm/classfile/vmSymbols.hpp --- a/src/share/vm/classfile/vmSymbols.hpp Mon May 12 19:52:06 2014 +0200 +++ b/src/share/vm/classfile/vmSymbols.hpp Mon May 12 22:37:26 2014 +0200 @@ -297,8 +297,6 @@ template(com_oracle_graal_graph_NodeClass, "com/oracle/graal/graph/NodeClass") \ /* graal.hotspot */ \ template(com_oracle_graal_hotspot_HotSpotGraalRuntime, "com/oracle/graal/hotspot/HotSpotGraalRuntime") \ - template(com_oracle_graal_hotspot_HotSpotKlassOop, "com/oracle/graal/hotspot/HotSpotKlassOop") \ - template(com_oracle_graal_hotspot_HotSpotOptions, "com/oracle/graal/hotspot/HotSpotOptions") \ template(com_oracle_graal_hotspot_HotSpotCompiledCode, "com/oracle/graal/hotspot/HotSpotCompiledCode") \ template(com_oracle_graal_hotspot_HotSpotCompiledCode_Comment, "com/oracle/graal/hotspot/HotSpotCompiledCode$Comment") \ template(com_oracle_graal_hotspot_HotSpotCompiledNmethod, "com/oracle/graal/hotspot/HotSpotCompiledNmethod") \