comparison src/share/vm/prims/jvmtiTagMap.hpp @ 1972:f95d63e2154a

6989984: Use standard include model for Hospot Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
author stefank
date Tue, 23 Nov 2010 13:22:55 -0800
parents c18cbe5936b8
children 7246a374a9f2
comparison
equal deleted inserted replaced
1971:e33f46fc48ed 1972:f95d63e2154a
1 /* 1 /*
2 * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2003, 2010, 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.
22 * 22 *
23 */ 23 */
24 24
25 // JvmtiTagMap 25 // JvmtiTagMap
26 26
27 #ifndef _JAVA_JVMTI_TAG_MAP_H_ 27 #ifndef SHARE_VM_PRIMS_JVMTITAGMAP_HPP
28 #define _JAVA_JVMTI_TAG_MAP_H_ 28 #define SHARE_VM_PRIMS_JVMTITAGMAP_HPP
29
30 #ifndef JVMTI_KERNEL
31 #include "gc_interface/collectedHeap.hpp"
32 #include "jvmtifiles/jvmti.h"
33 #include "jvmtifiles/jvmtiEnv.hpp"
34 #include "memory/allocation.hpp"
35 #include "memory/genCollectedHeap.hpp"
36 #include "memory/universe.hpp"
37 #endif
29 38
30 // forward references 39 // forward references
31 class JvmtiTagHashmap; 40 class JvmtiTagHashmap;
32 class JvmtiTagHashmapEntry; 41 class JvmtiTagHashmapEntry;
33 class JvmtiTagHashmapEntryClosure; 42 class JvmtiTagHashmapEntryClosure;
130 139
131 // call after referencing processing has completed (CMS) 140 // call after referencing processing has completed (CMS)
132 static void cms_ref_processing_epilogue(); 141 static void cms_ref_processing_epilogue();
133 }; 142 };
134 143
135 #endif /* _JAVA_JVMTI_TAG_MAP_H_ */ 144 #endif // SHARE_VM_PRIMS_JVMTITAGMAP_HPP