src/hotspot/share/prims/jvmtiEnv.cpp
changeset 53582 881c5fbeb849
parent 52154 a4d4c609d70c
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.
    54 #include "prims/jvmtiThreadState.inline.hpp"
    54 #include "prims/jvmtiThreadState.inline.hpp"
    55 #include "prims/jvmtiUtil.hpp"
    55 #include "prims/jvmtiUtil.hpp"
    56 #include "runtime/arguments.hpp"
    56 #include "runtime/arguments.hpp"
    57 #include "runtime/deoptimization.hpp"
    57 #include "runtime/deoptimization.hpp"
    58 #include "runtime/fieldDescriptor.inline.hpp"
    58 #include "runtime/fieldDescriptor.inline.hpp"
       
    59 #include "runtime/handles.inline.hpp"
    59 #include "runtime/interfaceSupport.inline.hpp"
    60 #include "runtime/interfaceSupport.inline.hpp"
    60 #include "runtime/javaCalls.hpp"
    61 #include "runtime/javaCalls.hpp"
    61 #include "runtime/jfieldIDWorkaround.hpp"
    62 #include "runtime/jfieldIDWorkaround.hpp"
    62 #include "runtime/jniHandles.inline.hpp"
    63 #include "runtime/jniHandles.inline.hpp"
    63 #include "runtime/objectMonitor.inline.hpp"
    64 #include "runtime/objectMonitor.inline.hpp"