History log of /openjdk9/hotspot/src/share/vm/runtime/commandLineFlagConstraintsRuntime.hpp
Revision Date Author Comments
# 12732:66ec8add62cd 11-Apr-2017 dholmes

8135161: Missing commas in copyright notices
Reviewed-by: sspitsyn


# 10726:55867c470001 30-Mar-2016 gziemski

8143958: CDS Shared flags need constraint function
Summary: Implement range constraints for CDS flags.
Reviewed-by: iklam, jiangli


# 9173:3f28db271235 15-Oct-2015 gziemski

8078556: Runtime: implement ranges (optionally constraints) for those flags that have them missing.
Summary: JEP 245: implement ranges and constraints for runtime flags.
Reviewed-by: coleenp, ddmitriev, jiangli, goetz
Contributed-by: goetz.lindenmaier@sap.com, gerard.ziemski@oracle.com


# 8839:927043f643bc 13-Aug-2015 gziemski

8112746: Followup to JDK-8059557 (JEP 245)
Summary: Several improvements to range/constraint check feature.
Reviewed-by: coleenp, ddmitriev, sangheki, kbarrett


# 8569:5bbf25472731 18-Jun-2015 gziemski

8122937: [JEP 245] Validate JVM Command-Line Flag Arguments.
Summary: 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