src/share/vm/runtime/os.hpp

changeset 5737
da051ce490eb
parent 5720
06ae47d9d088
parent 5726
69f26e8e09f9
child 6348
0e6af9b390af
child 6472
2b8e28fdf503
child 6755
5656140324ed
equal deleted inserted replaced
5721:179cd89fb279 5737:da051ce490eb
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;

mercurial