hotspot/src/cpu/zero/vm/methodHandles_zero.cpp
changeset 37248 11a660dbbb8e
parent 35214 d86005e0b4c2
child 46724 a4653c2a4e65
equal deleted inserted replaced
37247:bdbfe42632cb 37248:11a660dbbb8e
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright 2009, 2010, 2011 Red Hat, Inc.
     3  * Copyright 2009, 2010, 2011 Red Hat, Inc.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or modify it
     6  * This code is free software; you can redistribute it and/or modify it
     7  * under the terms of the GNU General Public License version 2 only, as
     7  * under the terms of the GNU General Public License version 2 only, as
    25 
    25 
    26 #include "precompiled.hpp"
    26 #include "precompiled.hpp"
    27 #include "interpreter/cppInterpreterGenerator.hpp"
    27 #include "interpreter/cppInterpreterGenerator.hpp"
    28 #include "interpreter/interpreter.hpp"
    28 #include "interpreter/interpreter.hpp"
    29 #include "memory/allocation.inline.hpp"
    29 #include "memory/allocation.inline.hpp"
       
    30 #include "memory/resourceArea.hpp"
    30 #include "oops/oop.inline.hpp"
    31 #include "oops/oop.inline.hpp"
    31 #include "prims/methodHandles.hpp"
    32 #include "prims/methodHandles.hpp"
    32 
    33 
    33 void MethodHandles::invoke_target(Method* method, TRAPS) {
    34 void MethodHandles::invoke_target(Method* method, TRAPS) {
    34 
    35