src/hotspot/cpu/arm/methodHandles_arm.cpp
changeset 49480 d7df2dd501ce
parent 47765 b7c7428eaab9
child 49849 2aa32bb6f3dc
equal deleted inserted replaced
49479:5865398439d4 49480:d7df2dd501ce
     1 /*
     1 /*
     2  * Copyright (c) 2008, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2008, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    32 #include "interpreter/interpreter.hpp"
    32 #include "interpreter/interpreter.hpp"
    33 #include "interpreter/interpreterRuntime.hpp"
    33 #include "interpreter/interpreterRuntime.hpp"
    34 #include "memory/allocation.inline.hpp"
    34 #include "memory/allocation.inline.hpp"
    35 #include "memory/resourceArea.hpp"
    35 #include "memory/resourceArea.hpp"
    36 #include "prims/methodHandles.hpp"
    36 #include "prims/methodHandles.hpp"
       
    37 #include "runtime/frame.inline.hpp"
    37 
    38 
    38 #define __ _masm->
    39 #define __ _masm->
    39 
    40 
    40 #ifdef PRODUCT
    41 #ifdef PRODUCT
    41 #define BLOCK_COMMENT(str) /* nothing */
    42 #define BLOCK_COMMENT(str) /* nothing */