comparison src/share/vm/runtime/os.hpp @ 12269:da051ce490eb

Merge
author adlertz
date Thu, 19 Sep 2013 18:01:39 +0200
parents 06ae47d9d088 69f26e8e09f9
children cefad50507d8 5944dba4badc 63a4eb8bcd23 2b8e28fdf503 5656140324ed
comparison
equal deleted inserted replaced
12253:179cd89fb279 12269: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;