src/hotspot/cpu/s390/methodHandles_s390.cpp
changeset 47765 b7c7428eaab9
parent 47216 71c04702a3d5
child 48585 d9fcb7ba8133
equal deleted inserted replaced
47764:029d5efaaa6c 47765:b7c7428eaab9
    22  * questions.
    22  * questions.
    23  *
    23  *
    24  */
    24  */
    25 
    25 
    26 #include "precompiled.hpp"
    26 #include "precompiled.hpp"
       
    27 #include "jvm.h"
    27 #include "asm/macroAssembler.inline.hpp"
    28 #include "asm/macroAssembler.inline.hpp"
    28 #include "classfile/javaClasses.inline.hpp"
    29 #include "classfile/javaClasses.inline.hpp"
    29 #include "interpreter/interpreter.hpp"
    30 #include "interpreter/interpreter.hpp"
    30 #include "memory/allocation.inline.hpp"
    31 #include "memory/allocation.inline.hpp"
    31 #include "memory/resourceArea.hpp"
    32 #include "memory/resourceArea.hpp"
    32 #include "prims/jvm.h"
       
    33 #include "prims/methodHandles.hpp"
    33 #include "prims/methodHandles.hpp"
    34 
    34 
    35 #ifdef PRODUCT
    35 #ifdef PRODUCT
    36 #define __ _masm->
    36 #define __ _masm->
    37 #define BLOCK_COMMENT(str) /* nothing */
    37 #define BLOCK_COMMENT(str) /* nothing */