comparison src/share/vm/graal/graalCompilerToVM.cpp @ 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 b7f05f4ca66e
children b04f579c803f
comparison
equal deleted inserted replaced
21409:da314a015aac 21410:84b3d688ea83
1043 #define HS_RESOLVED_METHOD "Lcom/oracle/graal/hotspot/meta/HotSpotResolvedJavaMethod;" 1043 #define HS_RESOLVED_METHOD "Lcom/oracle/graal/hotspot/meta/HotSpotResolvedJavaMethod;"
1044 #define RESOLVED_METHOD "Lcom/oracle/graal/api/meta/ResolvedJavaMethod;" 1044 #define RESOLVED_METHOD "Lcom/oracle/graal/api/meta/ResolvedJavaMethod;"
1045 #define HS_COMPILED_CODE "Lcom/oracle/graal/hotspot/HotSpotCompiledCode;" 1045 #define HS_COMPILED_CODE "Lcom/oracle/graal/hotspot/HotSpotCompiledCode;"
1046 #define HS_CONFIG "Lcom/oracle/graal/hotspot/HotSpotVMConfig;" 1046 #define HS_CONFIG "Lcom/oracle/graal/hotspot/HotSpotVMConfig;"
1047 #define INSTALLED_CODE "Lcom/oracle/graal/api/code/InstalledCode;" 1047 #define INSTALLED_CODE "Lcom/oracle/graal/api/code/InstalledCode;"
1048 #define NODE_CLASS "Lcom/oracle/graal/graph/NodeClass;"
1049 #define HS_STACK_FRAME_REF "Lcom/oracle/graal/hotspot/HotSpotStackFrameReference;" 1048 #define HS_STACK_FRAME_REF "Lcom/oracle/graal/hotspot/HotSpotStackFrameReference;"
1050 #define METASPACE_KLASS "J" 1049 #define METASPACE_KLASS "J"
1051 #define METASPACE_METHOD "J" 1050 #define METASPACE_METHOD "J"
1052 #define METASPACE_METHOD_DATA "J" 1051 #define METASPACE_METHOD_DATA "J"
1053 #define METASPACE_CONSTANT_POOL "J" 1052 #define METASPACE_CONSTANT_POOL "J"