hotspot/src/share/vm/runtime/os.hpp
changeset 20022 e6e3f5ff6d73
parent 20005 6fb8070af25d
parent 20011 d74937287461
child 22838 82c7497fbad4
child 22551 9bf46d16dcc6
child 22533 76088853a2eb
--- a/hotspot/src/share/vm/runtime/os.hpp	Thu Sep 19 09:34:20 2013 +0200
+++ b/hotspot/src/share/vm/runtime/os.hpp	Thu Sep 19 18:01:39 2013 +0200
@@ -91,6 +91,8 @@
 typedef void (*java_call_t)(JavaValue* value, methodHandle* method, JavaCallArguments* args, Thread* thread);
 
 class os: AllStatic {
+  friend class VMStructs;
+
  public:
   enum { page_sizes_max = 9 }; // Size of _page_sizes array (8 plus a sentinel)