< prev index next >

src/hotspot/cpu/s390/interpreterRT_s390.cpp

Print this page

        

*** 30,40 **** #include "memory/allocation.inline.hpp" #include "memory/universe.hpp" #include "oops/oop.inline.hpp" #include "runtime/handles.inline.hpp" #include "runtime/icache.hpp" ! #include "runtime/interfaceSupport.hpp" #include "runtime/signature.hpp" // Access macros for Java and C arguments. // First Java argument is at index-1. #define locals_j_arg_at(index) Address(Z_R1/*locals*/, in_ByteSize((-(index)*wordSize))) --- 30,40 ---- #include "memory/allocation.inline.hpp" #include "memory/universe.hpp" #include "oops/oop.inline.hpp" #include "runtime/handles.inline.hpp" #include "runtime/icache.hpp" ! #include "runtime/interfaceSupport.inline.hpp" #include "runtime/signature.hpp" // Access macros for Java and C arguments. // First Java argument is at index-1. #define locals_j_arg_at(index) Address(Z_R1/*locals*/, in_ByteSize((-(index)*wordSize)))
< prev index next >