hotspot/src/cpu/sparc/vm/methodHandles_sparc.cpp
changeset 37248 11a660dbbb8e
parent 33602 16053580a684
child 46329 53ccc37bda19
equal deleted inserted replaced
37247:bdbfe42632cb 37248:11a660dbbb8e
     1 /*
     1 /*
     2  * Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2008, 2016, 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.
    26 #include "asm/macroAssembler.hpp"
    26 #include "asm/macroAssembler.hpp"
    27 #include "classfile/javaClasses.inline.hpp"
    27 #include "classfile/javaClasses.inline.hpp"
    28 #include "interpreter/interpreter.hpp"
    28 #include "interpreter/interpreter.hpp"
    29 #include "interpreter/interp_masm.hpp"
    29 #include "interpreter/interp_masm.hpp"
    30 #include "memory/allocation.inline.hpp"
    30 #include "memory/allocation.inline.hpp"
       
    31 #include "memory/resourceArea.hpp"
    31 #include "prims/methodHandles.hpp"
    32 #include "prims/methodHandles.hpp"
    32 
    33 
    33 #define __ _masm->
    34 #define __ _masm->
    34 
    35 
    35 #ifdef PRODUCT
    36 #ifdef PRODUCT