comparison src/share/vm/classfile/vmSymbols.hpp @ 15602:c73df62cbaee

removed unused symbols
author Doug Simon <doug.simon@oracle.com>
date Mon, 12 May 2014 22:37:26 +0200
parents 063ec2920d21
children 29e8926ac631
comparison
equal deleted inserted replaced
15598:98dbd88812c6 15602:c73df62cbaee
295 /* graal.graph */ \ 295 /* graal.graph */ \
296 template(com_oracle_graal_graph_Node, "com/oracle/graal/graph/Node") \ 296 template(com_oracle_graal_graph_Node, "com/oracle/graal/graph/Node") \
297 template(com_oracle_graal_graph_NodeClass, "com/oracle/graal/graph/NodeClass") \ 297 template(com_oracle_graal_graph_NodeClass, "com/oracle/graal/graph/NodeClass") \
298 /* graal.hotspot */ \ 298 /* graal.hotspot */ \
299 template(com_oracle_graal_hotspot_HotSpotGraalRuntime, "com/oracle/graal/hotspot/HotSpotGraalRuntime") \ 299 template(com_oracle_graal_hotspot_HotSpotGraalRuntime, "com/oracle/graal/hotspot/HotSpotGraalRuntime") \
300 template(com_oracle_graal_hotspot_HotSpotKlassOop, "com/oracle/graal/hotspot/HotSpotKlassOop") \
301 template(com_oracle_graal_hotspot_HotSpotOptions, "com/oracle/graal/hotspot/HotSpotOptions") \
302 template(com_oracle_graal_hotspot_HotSpotCompiledCode, "com/oracle/graal/hotspot/HotSpotCompiledCode") \ 300 template(com_oracle_graal_hotspot_HotSpotCompiledCode, "com/oracle/graal/hotspot/HotSpotCompiledCode") \
303 template(com_oracle_graal_hotspot_HotSpotCompiledCode_Comment, "com/oracle/graal/hotspot/HotSpotCompiledCode$Comment") \ 301 template(com_oracle_graal_hotspot_HotSpotCompiledCode_Comment, "com/oracle/graal/hotspot/HotSpotCompiledCode$Comment") \
304 template(com_oracle_graal_hotspot_HotSpotCompiledNmethod, "com/oracle/graal/hotspot/HotSpotCompiledNmethod") \ 302 template(com_oracle_graal_hotspot_HotSpotCompiledNmethod, "com/oracle/graal/hotspot/HotSpotCompiledNmethod") \
305 template(com_oracle_graal_hotspot_HotSpotCompiledRuntimeStub, "com/oracle/graal/hotspot/HotSpotCompiledRuntimeStub") \ 303 template(com_oracle_graal_hotspot_HotSpotCompiledRuntimeStub, "com/oracle/graal/hotspot/HotSpotCompiledRuntimeStub") \
306 template(com_oracle_graal_hotspot_HotSpotForeignCallLinkage, "com/oracle/graal/hotspot/HotSpotForeignCallLinkage") \ 304 template(com_oracle_graal_hotspot_HotSpotForeignCallLinkage, "com/oracle/graal/hotspot/HotSpotForeignCallLinkage") \