You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
When user sets an invalid JVM option value, an error shall be reported and VM exits. This is good for most cases. But in automatically JVM option tuning scenario, JVM option is set by the auto tuning framework. If the input option is invalid, it's better to return a valid value so the auto tuning framework can continue to find a more proper option.
The text was updated successfully, but these errors were encountered:
ziyilin
added a commit
to ziyilin/dragonwell11
that referenced
this issue
Nov 26, 2024
Summary: Return suggested option value when it violates the constraints.
Exit the VM after all input options are checked.
Test: JTreg
Reviewers: Kuaiwei, wenjie
Issue: dragonwell-project#894
ziyilin
added a commit
to ziyilin/dragonwell11
that referenced
this issue
Nov 26, 2024
Summary: Return suggested option value when it violates the constraints.
Exit the VM after all input options are checked.
Test: JTreg
Reviewers: Kuaiwei, wenjie
Issue: dragonwell-project#894
ziyilin
added a commit
to ziyilin/dragonwell11
that referenced
this issue
Dec 5, 2024
Summary: Return suggested option value when it violates the constraints.
Exit the VM after all input options are checked.
Testing: JTreg
Reviewers: Kuaiwei, wenjie
Issue: dragonwell-project#894
ziyilin
added a commit
to ziyilin/dragonwell11
that referenced
this issue
Dec 5, 2024
Summary: Return suggested option value when it violates the constraints.
Exit the VM after all input options are checked.
Testing: JTreg
Reviewers: Kuaiwei, wenjie
Issue: dragonwell-project#894
Description
When user sets an invalid JVM option value, an error shall be reported and VM exits. This is good for most cases. But in automatically JVM option tuning scenario, JVM option is set by the auto tuning framework. If the input option is invalid, it's better to return a valid value so the auto tuning framework can continue to find a more proper option.
The text was updated successfully, but these errors were encountered: