8024760: add more types, fields and constants to VMStructs

Reviewed-by: kvn, coleenp
This commit is contained in:
Christian Thalinger 2013-09-13 16:55:44 -07:00
parent 13d322d70f
commit 4fa99b3fc5
9 changed files with 123 additions and 18 deletions

View file

@ -91,6 +91,8 @@ const bool ExecMem = true;
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)