diff src/share/vm/graal/graalJavaAccess.hpp @ 10810:4e1db4c9d4c5

Support data patches for values larger than long.
author Roland Schatz <roland.schatz@oracle.com>
date Thu, 18 Jul 2013 15:37:02 +0200
parents b0b368d38b40
children 001c41b01d13
line wrap: on
line diff
--- a/src/share/vm/graal/graalJavaAccess.hpp	Thu Jul 18 14:35:12 2013 +0200
+++ b/src/share/vm/graal/graalJavaAccess.hpp	Thu Jul 18 15:37:02 2013 +0200
@@ -153,6 +153,7 @@
   end_class                                                                                                                                                    \
   start_class(CompilationResult_DataPatch)                                                                                                                     \
     oop_field(CompilationResult_DataPatch, constant, "Lcom/oracle/graal/api/meta/Constant;")                                                                   \
+    oop_field(CompilationResult_DataPatch, rawConstant, "[B")                                                                                                  \
     int_field(CompilationResult_DataPatch, alignment)                                                                                                          \
     boolean_field(CompilationResult_DataPatch, inlined)                                                                                                        \
   end_class                                                                                                                                                    \