equal
deleted
inserted
replaced
407 static char* SharedArchivePath; |
407 static char* SharedArchivePath; |
408 |
408 |
409 public: |
409 public: |
410 // Parses the arguments |
410 // Parses the arguments |
411 static jint parse(const JavaVMInitArgs* args); |
411 static jint parse(const JavaVMInitArgs* args); |
|
412 // Adjusts the arguments after the OS have adjusted the arguments |
|
413 static jint adjust_after_os(); |
412 // Check for consistency in the selection of the garbage collector. |
414 // Check for consistency in the selection of the garbage collector. |
413 static bool check_gc_consistency(); |
415 static bool check_gc_consistency(); |
414 // Check consistecy or otherwise of VM argument settings |
416 // Check consistecy or otherwise of VM argument settings |
415 static bool check_vm_args_consistency(); |
417 static bool check_vm_args_consistency(); |
416 // Check stack pages settings |
418 // Check stack pages settings |