src/hotspot/share/jvmci/jvmciRuntime.cpp
changeset 53582 881c5fbeb849
parent 52033 d6aa9ea2405d
child 54375 a5ce9300462f
equal deleted inserted replaced
53581:dfacdb971494 53582:881c5fbeb849
     1 /*
     1 /*
     2  * Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2012, 2019, 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.
    40 #include "memory/resourceArea.hpp"
    40 #include "memory/resourceArea.hpp"
    41 #include "oops/oop.inline.hpp"
    41 #include "oops/oop.inline.hpp"
    42 #include "oops/objArrayOop.inline.hpp"
    42 #include "oops/objArrayOop.inline.hpp"
    43 #include "runtime/biasedLocking.hpp"
    43 #include "runtime/biasedLocking.hpp"
    44 #include "runtime/frame.inline.hpp"
    44 #include "runtime/frame.inline.hpp"
       
    45 #include "runtime/handles.inline.hpp"
    45 #include "runtime/interfaceSupport.inline.hpp"
    46 #include "runtime/interfaceSupport.inline.hpp"
    46 #include "runtime/jniHandles.inline.hpp"
    47 #include "runtime/jniHandles.inline.hpp"
    47 #include "runtime/reflection.hpp"
    48 #include "runtime/reflection.hpp"
    48 #include "runtime/sharedRuntime.hpp"
    49 #include "runtime/sharedRuntime.hpp"
    49 #include "runtime/threadSMR.hpp"
    50 #include "runtime/threadSMR.hpp"