src/hotspot/share/prims/jvmtiCodeBlobEvents.cpp
changeset 49360 886acec3b4c6
parent 47216 71c04702a3d5
child 50729 7755c93d3923
equal deleted inserted replaced
49359:59f6547e151f 49360:886acec3b4c6
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2012, 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.
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
    26 #include "code/codeBlob.hpp"
    26 #include "code/codeBlob.hpp"
    27 #include "code/codeCache.hpp"
    27 #include "code/codeCache.hpp"
    28 #include "code/scopeDesc.hpp"
    28 #include "code/scopeDesc.hpp"
    29 #include "code/vtableStubs.hpp"
    29 #include "code/vtableStubs.hpp"
       
    30 #include "memory/allocation.inline.hpp"
    30 #include "memory/resourceArea.hpp"
    31 #include "memory/resourceArea.hpp"
    31 #include "oops/oop.inline.hpp"
    32 #include "oops/oop.inline.hpp"
    32 #include "prims/jvmtiCodeBlobEvents.hpp"
    33 #include "prims/jvmtiCodeBlobEvents.hpp"
    33 #include "prims/jvmtiExport.hpp"
    34 #include "prims/jvmtiExport.hpp"
    34 #include "runtime/handles.hpp"
    35 #include "runtime/handles.hpp"