hotspot/src/share/vm/prims/jvmtiCodeBlobEvents.hpp
changeset 15432 9d976ca484d8
parent 7397 5b173b4ca846
equal deleted inserted replaced
15431:570c5062ab8a 15432:9d976ca484d8
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2013, 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.
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_VM_PRIMS_JVMTICODEBLOBEVENTS_HPP
    25 #ifndef SHARE_VM_PRIMS_JVMTICODEBLOBEVENTS_HPP
    26 #define SHARE_VM_PRIMS_JVMTICODEBLOBEVENTS_HPP
    26 #define SHARE_VM_PRIMS_JVMTICODEBLOBEVENTS_HPP
    27 
    27 
    28 #ifndef JVMTI_KERNEL
       
    29 #include "jvmtifiles/jvmti.h"
    28 #include "jvmtifiles/jvmti.h"
    30 #endif
       
    31 
    29 
    32 // forward declaration
    30 // forward declaration
    33 class JvmtiEnv;
    31 class JvmtiEnv;
    34 
    32 
    35 
    33