Actions
Bug #15661
closedBug #14822: Remove warning: "Nashorn engine is planned to be removed from a future JDK release "
Manage nashorn warning parameter from code
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Reviewed
Fix check:
Checked
Regression:
Description
In #15652, we tried to remove the warning with the correspond JVM parameter. But nashorn is stupid, and if it gets a non recognized parameter, in place of logging that fact (or ignoring it), it crashes. So for openjdk JVM < 11, we weren't able to start the JS engine.
So, we will manage the property at starttime once and for all.
Actions