diff src/share/vm/runtime/os.hpp @ 12258:69f26e8e09f9

8024760: add more types, fields and constants to VMStructs Reviewed-by: kvn, coleenp
author twisti
date Fri, 13 Sep 2013 16:55:44 -0700
parents c636758ea616
children da051ce490eb
line wrap: on
line diff
--- a/src/share/vm/runtime/os.hpp	Fri Sep 13 04:16:54 2013 -0700
+++ b/src/share/vm/runtime/os.hpp	Fri Sep 13 16:55:44 2013 -0700
@@ -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)