comparison 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
comparison
equal deleted inserted replaced
4133:3b688d6ff3d0 4715:6c995c08526c
243 bool is_writeable() const; 243 bool is_writeable() const;
244 bool is_external() const; 244 bool is_external() const;
245 245
246 bool is_unlocker_ext() const; 246 bool is_unlocker_ext() const;
247 bool is_unlocked_ext() const; 247 bool is_unlocked_ext() const;
248 bool is_writeable_ext() const;
249 bool is_external_ext() const;
248 250
249 void print_on(outputStream* st, bool withComments = false ); 251 void print_on(outputStream* st, bool withComments = false );
250 void print_as_flag(outputStream* st); 252 void print_as_flag(outputStream* st);
251 }; 253 };
252 254