src/share/vm/prims/jvmtiExtensions.hpp

changeset 4492
8b46b0196eb0
parent 2314
f95d63e2154a
child 6876
710a3c8b516e
equal deleted inserted replaced
4491:6cf2530f7fd3 4492:8b46b0196eb0
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_JVMTIEXTENSIONS_HPP 25 #ifndef SHARE_VM_PRIMS_JVMTIEXTENSIONS_HPP
26 #define SHARE_VM_PRIMS_JVMTIEXTENSIONS_HPP 26 #define SHARE_VM_PRIMS_JVMTIEXTENSIONS_HPP
27 27
28 #ifndef JVMTI_KERNEL
29 #include "jvmtifiles/jvmti.h" 28 #include "jvmtifiles/jvmti.h"
30 #include "jvmtifiles/jvmtiEnv.hpp" 29 #include "jvmtifiles/jvmtiEnv.hpp"
31 #include "memory/allocation.hpp" 30 #include "memory/allocation.hpp"
32 #endif
33 31
34 // JvmtiExtensions 32 // JvmtiExtensions
35 // 33 //
36 // Maintains the list of extension functions and events in this JVMTI 34 // Maintains the list of extension functions and events in this JVMTI
37 // implementation. The list of functions and events can be obtained by 35 // implementation. The list of functions and events can be obtained by

mercurial