comparison 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
comparison
equal deleted inserted replaced
12257:01b268b3080a 12258:69f26e8e09f9
89 89
90 // Typedef for structured exception handling support 90 // Typedef for structured exception handling support
91 typedef void (*java_call_t)(JavaValue* value, methodHandle* method, JavaCallArguments* args, Thread* thread); 91 typedef void (*java_call_t)(JavaValue* value, methodHandle* method, JavaCallArguments* args, Thread* thread);
92 92
93 class os: AllStatic { 93 class os: AllStatic {
94 friend class VMStructs;
95
94 public: 96 public:
95 enum { page_sizes_max = 9 }; // Size of _page_sizes array (8 plus a sentinel) 97 enum { page_sizes_max = 9 }; // Size of _page_sizes array (8 plus a sentinel)
96 98
97 private: 99 private:
98 static OSThread* _starting_thread; 100 static OSThread* _starting_thread;