comparison src/share/vm/prims/jvmtiTagMap.cpp @ 8001:db9981fd3124

8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS Summary: Rename INCLUDE_ALTERNATE_GCS to INCLUDE_ALL_GCS and replace SERIALGC with INCLUDE_ALL_GCS. Reviewed-by: coleenp, stefank
author jprovino
date Wed, 23 Jan 2013 13:02:39 -0500
parents 070d523b96a7
children 746b070f5022
comparison
equal deleted inserted replaced
7619:46e60405583b 8001:db9981fd3124
43 #include "runtime/reflectionUtils.hpp" 43 #include "runtime/reflectionUtils.hpp"
44 #include "runtime/vframe.hpp" 44 #include "runtime/vframe.hpp"
45 #include "runtime/vmThread.hpp" 45 #include "runtime/vmThread.hpp"
46 #include "runtime/vm_operations.hpp" 46 #include "runtime/vm_operations.hpp"
47 #include "services/serviceUtil.hpp" 47 #include "services/serviceUtil.hpp"
48 #ifndef SERIALGC 48 #include "utilities/macros.hpp"
49 #if INCLUDE_ALL_GCS
49 #include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp" 50 #include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp"
50 #endif 51 #endif // INCLUDE_ALL_GCS
51 52
52 // JvmtiTagHashmapEntry 53 // JvmtiTagHashmapEntry
53 // 54 //
54 // Each entry encapsulates a reference to the tagged object 55 // Each entry encapsulates a reference to the tagged object
55 // and the tag value. In addition an entry includes a next pointer which 56 // and the tag value. In addition an entry includes a next pointer which