src/hotspot/share/prims/methodHandles.cpp
changeset 49192 6734eeef4283
parent 49036 bc92debe57e4
child 49449 ef5d5d343e2a
equal deleted inserted replaced
49191:13378aa8527e 49192:6734eeef4283
     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.
    38 #include "oops/oop.inline.hpp"
    38 #include "oops/oop.inline.hpp"
    39 #include "oops/typeArrayOop.inline.hpp"
    39 #include "oops/typeArrayOop.inline.hpp"
    40 #include "prims/methodHandles.hpp"
    40 #include "prims/methodHandles.hpp"
    41 #include "runtime/compilationPolicy.hpp"
    41 #include "runtime/compilationPolicy.hpp"
    42 #include "runtime/javaCalls.hpp"
    42 #include "runtime/javaCalls.hpp"
       
    43 #include "runtime/jniHandles.inline.hpp"
    43 #include "runtime/timerTrace.hpp"
    44 #include "runtime/timerTrace.hpp"
    44 #include "runtime/reflection.hpp"
    45 #include "runtime/reflection.hpp"
    45 #include "runtime/signature.hpp"
    46 #include "runtime/signature.hpp"
    46 #include "runtime/stubRoutines.hpp"
    47 #include "runtime/stubRoutines.hpp"
    47 #include "utilities/exceptions.hpp"
    48 #include "utilities/exceptions.hpp"