aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/services/management.cpp
diff options
context:
space:
mode:
authorjprovino <none@none>2013-01-23 13:02:39 -0500
committerjprovino <none@none>2013-01-23 13:02:39 -0500
commitbe59a92ab8c086340eb829e098a7be102a85346b (patch)
treec30fb7ed5de917a84bdb1b9c45b9d6e449bbcd67 /src/share/vm/services/management.cpp
parentaa540f1a272d0d42d744c926dc0fe880599b7b4b (diff)
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
Diffstat (limited to 'src/share/vm/services/management.cpp')
-rw-r--r--src/share/vm/services/management.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/share/vm/services/management.cpp b/src/share/vm/services/management.cpp
index a5b68d9b6..549622e92 100644
--- a/src/share/vm/services/management.cpp
+++ b/src/share/vm/services/management.cpp
@@ -53,6 +53,7 @@
#include "services/memoryService.hpp"
#include "services/runtimeService.hpp"
#include "services/threadService.hpp"
+#include "utilities/macros.hpp"
PerfVariable* Management::_begin_vm_creation_time = NULL;
PerfVariable* Management::_end_vm_creation_time = NULL;