diff src/share/vm/runtime/globals.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 81f7362f7bed
children 7faca6dfa2ed 4f25538b54c9
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Wed Dec 14 04:30:57 2011 -0800
+++ b/src/share/vm/runtime/globals.hpp	Mon Dec 19 15:50:47 2011 -0500
@@ -245,6 +245,8 @@
 
   bool is_unlocker_ext() const;
   bool is_unlocked_ext() const;
+  bool is_writeable_ext() const;
+  bool is_external_ext() const;
 
   void print_on(outputStream* st, bool withComments = false );
   void print_as_flag(outputStream* st);