hotspot/src/share/vm/prims/jvmtiExport.cpp
changeset 15482 470d0b0c09f1
parent 15109 088b1ea04490
child 15484 7395ace8a11a
--- a/hotspot/src/share/vm/prims/jvmtiExport.cpp	Fri Jan 18 05:33:32 2013 -0800
+++ b/hotspot/src/share/vm/prims/jvmtiExport.cpp	Wed Jan 23 13:02:39 2013 -0500
@@ -50,9 +50,10 @@
 #include "runtime/vframe.hpp"
 #include "services/attachListener.hpp"
 #include "services/serviceUtil.hpp"
-#ifndef SERIALGC
+#include "utilities/macros.hpp"
+#if INCLUDE_ALL_GCS
 #include "gc_implementation/parallelScavenge/psMarkSweep.hpp"
-#endif
+#endif // INCLUDE_ALL_GCS
 
 #ifdef JVMTI_TRACE
 #define EVT_TRACE(evt,out) if ((JvmtiTrace::event_trace_flags(evt) & JvmtiTrace::SHOW_EVENT_SENT) != 0) { SafeResourceMark rm; tty->print_cr out; }