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

Gerard Ziemski gerard.ziemski at oracle.com
Thu May 24 15:50:29 UTC 2018


Thank you Coleen for your review.

I fixed the indentation as well as the years in copyright header.

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


cheers

> On May 23, 2018, at 4:29 PM, coleen.phillimore at oracle.com wrote:
> 
> 
> This looks good apart from fixing the indentation of the arguments for all these changes so that they line up.
> 
> - CommandLineError::print(verbose,
> + JVMFlag::printError(verbose,
>                             "ParallelGCThreads (" UINT32_FORMAT ") or CMSWorkQueueDrainThreshold ("
>                             UINTX_FORMAT ") is too large\n",
>                             threads, threshold);
> 
> 
> Thanks,
> Coleen
> 
> On 5/23/18 4:25 PM, Gerard Ziemski wrote:
>> 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