diff src/share/vm/services/management.cpp @ 4715:6c995c08526c

7122880: Extend vendor-specific command interface to include manageable switches Summary: Add Flag::external_ext()/writable_ext(), both return false. Reviewed-by: coleenp, zgu
author phh
date Mon, 19 Dec 2011 15:50:47 -0500
parents 3b688d6ff3d0
children 4f25538b54c9
line wrap: on
line diff
--- a/src/share/vm/services/management.cpp	Wed Dec 14 04:30:57 2011 -0800
+++ b/src/share/vm/services/management.cpp	Mon Dec 19 15:50:47 2011 -0500
@@ -33,6 +33,7 @@
 #include "oops/objArrayKlass.hpp"
 #include "oops/oop.inline.hpp"
 #include "runtime/arguments.hpp"
+#include "runtime/globals.hpp"
 #include "runtime/handles.inline.hpp"
 #include "runtime/interfaceSupport.hpp"
 #include "runtime/javaCalls.hpp"