comparison src/share/vm/runtime/globals_ext.hpp @ 4970:33df1aeaebbf

Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 27 Feb 2012 13:10:13 +0100
parents 6c995c08526c
children 80fe40862b02
comparison
equal deleted inserted replaced
4703:2cfb7fb2dce7 4970:33df1aeaebbf
51 51
52 inline bool Flag::is_unlocked_ext() const { 52 inline bool Flag::is_unlocked_ext() const {
53 return true; 53 return true;
54 } 54 }
55 55
56 inline bool Flag::is_writeable_ext() const {
57 return false;
58 }
59
60 inline bool Flag::is_external_ext() const {
61 return false;
62 }
63
56 #endif // SHARE_VM_RUNTIME_GLOBALS_EXT_HPP 64 #endif // SHARE_VM_RUNTIME_GLOBALS_EXT_HPP