comparison src/share/vm/runtime/globals.hpp @ 20568:46140919bf90

8047934: Adding new API for unlocking diagnostic argument. Summary: New API for unlocking diagnostic argument. Reviewed-by: dholmes, ccheung, egahlin, iklam, bdelsart
author jiangli
date Tue, 14 Oct 2014 12:09:33 -0400
parents 8cb56c8cb30d
children fa6adc194d48
comparison
equal deleted inserted replaced
20561:8e15758b2e94 20568:46140919bf90
310 310
311 bool is_unlocker_ext() const; 311 bool is_unlocker_ext() const;
312 bool is_unlocked_ext() const; 312 bool is_unlocked_ext() const;
313 bool is_writeable_ext() const; 313 bool is_writeable_ext() const;
314 bool is_external_ext() const; 314 bool is_external_ext() const;
315
316 void unlock_diagnostic();
315 317
316 void get_locked_message(char*, int) const; 318 void get_locked_message(char*, int) const;
317 void get_locked_message_ext(char*, int) const; 319 void get_locked_message_ext(char*, int) const;
318 320
319 void print_on(outputStream* st, bool withComments = false ); 321 void print_on(outputStream* st, bool withComments = false );