< prev index next >

src/hotspot/cpu/s390/methodHandles_s390.cpp

Print this page

        

*** 22,37 **** * questions. * */ #include "precompiled.hpp" #include "asm/macroAssembler.inline.hpp" #include "classfile/javaClasses.inline.hpp" #include "interpreter/interpreter.hpp" #include "memory/allocation.inline.hpp" #include "memory/resourceArea.hpp" - #include "prims/jvm.h" #include "prims/methodHandles.hpp" #ifdef PRODUCT #define __ _masm-> #define BLOCK_COMMENT(str) /* nothing */ --- 22,37 ---- * questions. * */ #include "precompiled.hpp" + #include "jvm.h" #include "asm/macroAssembler.inline.hpp" #include "classfile/javaClasses.inline.hpp" #include "interpreter/interpreter.hpp" #include "memory/allocation.inline.hpp" #include "memory/resourceArea.hpp" #include "prims/methodHandles.hpp" #ifdef PRODUCT #define __ _masm-> #define BLOCK_COMMENT(str) /* nothing */
< prev index next >