diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/globals_ext.hpp	Fri Feb 24 18:30:42 2012 -0800
+++ b/src/share/vm/runtime/globals_ext.hpp	Mon Feb 27 13:10:13 2012 +0100
@@ -53,4 +53,12 @@
   return true;
 }
 
+inline bool Flag::is_writeable_ext() const {
+  return false;
+}
+
+inline bool Flag::is_external_ext() const {
+  return false;
+}
+
 #endif // SHARE_VM_RUNTIME_GLOBALS_EXT_HPP