JEP 245: implement ranges and constraints for runtime flags. Co-authored-by: Goetz Lindenmaier <goetz.lindenmaier@sap.com> Reviewed-by: coleenp, ddmitriev, jiangli, goetz
Several improvements to range/constraint check feature. Reviewed-by: coleenp, ddmitriev, sangheki, kbarrett
Validate the arguments to all JVM command-line flags so as to avoid crashes, and ensure that appropriate error messages are displayed when they are invalid. Reviewed-by: ddmitriev, dholmes, kbarrett, drwhite, brutisso, coleenp