src/hotspot/share/prims/jvmtiCodeBlobEvents.cpp
changeset 53582 881c5fbeb849
parent 52661 4f45c682eab0
child 54497 96230a5ef2ec
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.
    30 #include "memory/allocation.inline.hpp"
    30 #include "memory/allocation.inline.hpp"
    31 #include "memory/resourceArea.hpp"
    31 #include "memory/resourceArea.hpp"
    32 #include "oops/oop.inline.hpp"
    32 #include "oops/oop.inline.hpp"
    33 #include "prims/jvmtiCodeBlobEvents.hpp"
    33 #include "prims/jvmtiCodeBlobEvents.hpp"
    34 #include "prims/jvmtiExport.hpp"
    34 #include "prims/jvmtiExport.hpp"
    35 #include "runtime/handles.hpp"
       
    36 #include "runtime/handles.inline.hpp"
    35 #include "runtime/handles.inline.hpp"
    37 #include "runtime/vmThread.hpp"
    36 #include "runtime/vmThread.hpp"
    38 
    37 
    39 // Support class to collect a list of the non-nmethod CodeBlobs in
    38 // Support class to collect a list of the non-nmethod CodeBlobs in
    40 // the CodeCache.
    39 // the CodeCache.