src/hotspot/share/prims/jvmtiEnvBase.cpp
changeset 53582 881c5fbeb849
parent 52877 9e041366c764
child 54347 235883996bc7
equal deleted inserted replaced
53581:dfacdb971494 53582:881c5fbeb849
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 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.
    39 #include "prims/jvmtiTagMap.hpp"
    39 #include "prims/jvmtiTagMap.hpp"
    40 #include "prims/jvmtiThreadState.inline.hpp"
    40 #include "prims/jvmtiThreadState.inline.hpp"
    41 #include "runtime/biasedLocking.hpp"
    41 #include "runtime/biasedLocking.hpp"
    42 #include "runtime/deoptimization.hpp"
    42 #include "runtime/deoptimization.hpp"
    43 #include "runtime/frame.inline.hpp"
    43 #include "runtime/frame.inline.hpp"
       
    44 #include "runtime/handles.inline.hpp"
    44 #include "runtime/interfaceSupport.inline.hpp"
    45 #include "runtime/interfaceSupport.inline.hpp"
    45 #include "runtime/jfieldIDWorkaround.hpp"
    46 #include "runtime/jfieldIDWorkaround.hpp"
    46 #include "runtime/jniHandles.inline.hpp"
    47 #include "runtime/jniHandles.inline.hpp"
    47 #include "runtime/objectMonitor.hpp"
    48 #include "runtime/objectMonitor.hpp"
    48 #include "runtime/objectMonitor.inline.hpp"
    49 #include "runtime/objectMonitor.inline.hpp"