RFR 8133564: Runtime - 2nd followup to Validate JVM Command-Line Flag Arguments

Gerard Ziemski gerard.ziemski at oracle.com
Wed May 23 20:25:36 UTC 2018


Hi all,

Please review this follow-up fix that cleans up the following:

#1 We move the error print method out of jvmFlagRangeList and into jvmFlag, which allows us not to include jvmFlagRangeList.hpp just for the print method in various files

#2 We cleanup "utilities/defaultStream.hpp” includes

#3 and #4 in the issue are no longer applicable

Tested locally with various debug/product, headers/no headers, open/closed variations, as well as Mach5 hs-tier1,tier2,tier3 tests, and Mach5 open/closed variations.


https://bugs.openjdk.java.net/browse/JDK-8133564
http://cr.openjdk.java.net/~gziemski/8133564_rev1

cheers


More information about the hotspot-runtime-dev mailing list