src/hotspot/cpu/x86/methodHandles_x86.cpp
changeset 49449 ef5d5d343e2a
parent 48807 fd8ccb37fce9
child 49480 d7df2dd501ce
equal deleted inserted replaced
49448:b91b558a9076 49449:ef5d5d343e2a
    29 #include "interpreter/interpreter.hpp"
    29 #include "interpreter/interpreter.hpp"
    30 #include "interpreter/interpreterRuntime.hpp"
    30 #include "interpreter/interpreterRuntime.hpp"
    31 #include "memory/allocation.inline.hpp"
    31 #include "memory/allocation.inline.hpp"
    32 #include "memory/resourceArea.hpp"
    32 #include "memory/resourceArea.hpp"
    33 #include "prims/methodHandles.hpp"
    33 #include "prims/methodHandles.hpp"
       
    34 #include "utilities/preserveException.hpp"
    34 
    35 
    35 #define __ _masm->
    36 #define __ _masm->
    36 
    37 
    37 #ifdef PRODUCT
    38 #ifdef PRODUCT
    38 #define BLOCK_COMMENT(str) /* nothing */
    39 #define BLOCK_COMMENT(str) /* nothing */