diff src/share/vm/runtime/globals_ext.hpp @ 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 cd00eaeebef6
children 80fe40862b02
line wrap: on
line diff
--- a/src/share/vm/runtime/globals_ext.hpp	Wed Dec 14 04:30:57 2011 -0800
+++ b/src/share/vm/runtime/globals_ext.hpp	Mon Dec 19 15:50:47 2011 -0500
@@ -53,4 +53,12 @@
   return true;
 }
 
+inline bool Flag::is_writeable_ext() const {
+  return false;
+}
+
+inline bool Flag::is_external_ext() const {
+  return false;
+}
+
 #endif // SHARE_VM_RUNTIME_GLOBALS_EXT_HPP