diff src/share/vm/graal/graalJavaAccess.hpp @ 5798:2585af1e26ac

implemented non-XIR lowering of invokes (todo: inline virtual dispatch and null checking of receivers) removed HotSpotProxy class
author Doug Simon <doug.simon@oracle.com>
date Mon, 09 Jul 2012 22:18:49 +0200
parents 2a64cf19ab2a
children cc402f4396f4
line wrap: on
line diff
--- a/src/share/vm/graal/graalJavaAccess.hpp	Mon Jul 09 22:17:00 2012 +0200
+++ b/src/share/vm/graal/graalJavaAccess.hpp	Mon Jul 09 22:18:49 2012 +0200
@@ -95,9 +95,6 @@
     long_field(HotSpotCodeInfo, start)                                                  \
     oop_field(HotSpotCodeInfo, code, "[B")                                              \
   end_class                                                                             \
-  start_class(HotSpotProxy)                                                             \
-    static_oop_field(HotSpotProxy, DUMMY_CONSTANT_OBJ, "Ljava/lang/Long;")              \
-  end_class                                                                             \
   start_class(HotSpotCompilationResult)                                                      \
     oop_field(HotSpotCompilationResult, comp, "Lcom/oracle/graal/api/code/CompilationResult;") \
     oop_field(HotSpotCompilationResult, method, "Lcom/oracle/graal/hotspot/meta/HotSpotResolvedJavaMethod;") \