src/share/vm/prims/jvmtiTagMap.hpp

changeset 4492
8b46b0196eb0
parent 4167
9855b7e559ae
child 6876
710a3c8b516e
equal deleted inserted replaced
4491:6cf2530f7fd3 4492:8b46b0196eb0
1 /* 1 /*
2 * Copyright (c) 2003, 2012, 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.
25 // JvmtiTagMap 25 // JvmtiTagMap
26 26
27 #ifndef SHARE_VM_PRIMS_JVMTITAGMAP_HPP 27 #ifndef SHARE_VM_PRIMS_JVMTITAGMAP_HPP
28 #define SHARE_VM_PRIMS_JVMTITAGMAP_HPP 28 #define SHARE_VM_PRIMS_JVMTITAGMAP_HPP
29 29
30 #ifndef JVMTI_KERNEL
31 #include "gc_interface/collectedHeap.hpp" 30 #include "gc_interface/collectedHeap.hpp"
32 #include "jvmtifiles/jvmti.h" 31 #include "jvmtifiles/jvmti.h"
33 #include "jvmtifiles/jvmtiEnv.hpp" 32 #include "jvmtifiles/jvmtiEnv.hpp"
34 #include "memory/allocation.hpp" 33 #include "memory/allocation.hpp"
35 #include "memory/genCollectedHeap.hpp" 34 #include "memory/genCollectedHeap.hpp"
36 #include "memory/universe.hpp" 35 #include "memory/universe.hpp"
37 #endif
38 36
39 // forward references 37 // forward references
40 class JvmtiTagHashmap; 38 class JvmtiTagHashmap;
41 class JvmtiTagHashmapEntry; 39 class JvmtiTagHashmapEntry;
42 class JvmtiTagHashmapEntryClosure; 40 class JvmtiTagHashmapEntryClosure;

mercurial