comparison src/share/vm/prims/jvmtiTagMap.hpp @ 8506:c3657d00e343

-Merge with tip
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Thu, 21 Mar 2013 14:11:13 +0100
parents 8b46b0196eb0
children
comparison
equal deleted inserted replaced
8505:dee7c8b578c7 8506:c3657d00e343
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;