< prev index next >

src/share/vm/runtime/arguments.cpp

Print this page

        

*** 3911,3924 **** } } return JNI_OK; } ! // Any custom code post the final range and constraint check // can be done here. We pass a flag that specifies whether // the check passed successfully ! void Arguments::post_final_range_and_constraint_check(bool check_passed) { // This does not set the flag itself, but stores the value in a safe place for later usage. _min_heap_free_ratio = MinHeapFreeRatio; _max_heap_free_ratio = MaxHeapFreeRatio; } --- 3911,3924 ---- } } return JNI_OK; } ! // Any custom code post the 'CommandLineFlagConstraint::AfterErgo' constraint check // can be done here. We pass a flag that specifies whether // the check passed successfully ! void Arguments::post_after_ergo_constraint_check(bool check_passed) { // This does not set the flag itself, but stores the value in a safe place for later usage. _min_heap_free_ratio = MinHeapFreeRatio; _max_heap_free_ratio = MaxHeapFreeRatio; }
< prev index next >