-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Misc] Provide suggested parameter value instead of exiting VM #894
Comments
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
ziyilin
added a commit
to ziyilin/dragonwell11
that referenced
this issue
Jan 20, 2025
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: