diff src/share/vm/graal/graalJavaAccess.hpp @ 18425:b856446ff7e0

Introduce StackSlotValue and VirtualStackSlot.
author Josef Eisl <josef.eisl@jku.at>
date Thu, 23 Oct 2014 14:55:04 +0200
parents 23a2faa68470
children 8f2fb6bec986
line wrap: on
line diff
--- a/src/share/vm/graal/graalJavaAccess.hpp	Thu Oct 23 14:27:34 2014 +0200
+++ b/src/share/vm/graal/graalJavaAccess.hpp	Thu Oct 23 14:55:04 2014 +0200
@@ -253,7 +253,7 @@
   end_class                                                                                                                                                    \
   start_class(HotSpotMonitorValue)                                                                                                                             \
     oop_field(HotSpotMonitorValue, owner, "Lcom/oracle/graal/api/meta/JavaValue;")                                                                             \
-    oop_field(HotSpotMonitorValue, slot, "Lcom/oracle/graal/api/code/StackSlot;")                                                                              \
+    oop_field(HotSpotMonitorValue, slot, "Lcom/oracle/graal/api/code/StackSlotValue;")                                                                              \
     boolean_field(HotSpotMonitorValue, eliminated)                                                                                                             \
   end_class                                                                                                                                                    \
   start_class(SpeculationLog)                                                                                                                                  \