< prev index next >

src/hotspot/cpu/aarch64/frame_aarch64.cpp

Print this page
rev 54670 : Port of valuetypes to aarch64

@@ -591,10 +591,11 @@
   } else {
     tos_addr = (intptr_t*)interpreter_frame_tos_address();
   }
 
   switch (type) {
+    case T_VALUETYPE :
     case T_OBJECT  :
     case T_ARRAY   : {
       oop obj;
       if (method->is_native()) {
         obj = cast_to_oop(at(interpreter_frame_oop_temp_offset));
< prev index next >