mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8130459: Add additional validation after heap creation
Some PLAB related flags' validation can happen after heap creation. Introduced additional stage of validation check. Reviewed-by: coleenp, dholmes, kbarrett, gziemski, ecaspole, ddmitriev
This commit is contained in:
parent
093ee9b659
commit
a13fe250b0
17 changed files with 342 additions and 244 deletions
|
@ -466,8 +466,8 @@ class Arguments : AllStatic {
|
|||
static jint apply_ergo();
|
||||
// Adjusts the arguments after the OS have adjusted the arguments
|
||||
static jint adjust_after_os();
|
||||
// Set any arguments that need to be set after the final range and constraint check
|
||||
static void post_final_range_and_constraint_check(bool check_passed);
|
||||
// Set any arguments that need to be set after the 'CommandLineFlagConstraint::AfterErgo' constraint check
|
||||
static void post_after_ergo_constraint_check(bool check_passed);
|
||||
|
||||
static void set_gc_specific_flags();
|
||||
static inline bool gc_selected(); // whether a gc has been selected
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue