src/hotspot/share/prims/jvmtiImpl.cpp
changeset 49360 886acec3b4c6
parent 48105 8d15b1369c7a
child 49449 ef5d5d343e2a
equal deleted inserted replaced
49359:59f6547e151f 49360:886acec3b4c6
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 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.
    27 #include "interpreter/interpreter.hpp"
    27 #include "interpreter/interpreter.hpp"
    28 #include "interpreter/oopMapCache.hpp"
    28 #include "interpreter/oopMapCache.hpp"
    29 #include "jvmtifiles/jvmtiEnv.hpp"
    29 #include "jvmtifiles/jvmtiEnv.hpp"
    30 #include "logging/log.hpp"
    30 #include "logging/log.hpp"
    31 #include "logging/logStream.hpp"
    31 #include "logging/logStream.hpp"
       
    32 #include "memory/allocation.inline.hpp"
    32 #include "memory/resourceArea.hpp"
    33 #include "memory/resourceArea.hpp"
    33 #include "oops/instanceKlass.hpp"
    34 #include "oops/instanceKlass.hpp"
    34 #include "oops/oop.inline.hpp"
    35 #include "oops/oop.inline.hpp"
    35 #include "prims/jvmtiAgentThread.hpp"
    36 #include "prims/jvmtiAgentThread.hpp"
    36 #include "prims/jvmtiEventController.inline.hpp"
    37 #include "prims/jvmtiEventController.inline.hpp"