src/share/vm/runtime/globals.hpp

changeset 3306
03865c41c4f3
parent 3299
1bbf5b6fb7b0
parent 3303
cd00eaeebef6
child 3321
81f7362f7bed
     1.1 --- a/src/share/vm/runtime/globals.hpp	Fri Dec 02 21:10:45 2011 -0800
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Tue Dec 06 16:35:04 2011 -0500
     1.3 @@ -243,6 +243,9 @@
     1.4    bool is_writeable() const;
     1.5    bool is_external() const;
     1.6  
     1.7 +  bool is_unlocker_ext() const;
     1.8 +  bool is_unlocked_ext() const;
     1.9 +
    1.10    void print_on(outputStream* st, bool withComments = false );
    1.11    void print_as_flag(outputStream* st);
    1.12  };
    1.13 @@ -3922,4 +3925,8 @@
    1.14  
    1.15  RUNTIME_OS_FLAGS(DECLARE_DEVELOPER_FLAG, DECLARE_PD_DEVELOPER_FLAG, DECLARE_PRODUCT_FLAG, DECLARE_PD_PRODUCT_FLAG, DECLARE_DIAGNOSTIC_FLAG, DECLARE_NOTPRODUCT_FLAG)
    1.16  
    1.17 +// Extensions
    1.18 +
    1.19 +#include "runtime/globals_ext.hpp"
    1.20 +
    1.21  #endif // SHARE_VM_RUNTIME_GLOBALS_HPP

mercurial