RFR(s): 8178364: Command-line flags of type double should accept integer values
Per Liden
per.liden at oracle.com
Tue Apr 11 09:11:15 UTC 2017
Thanks for reviewing Stefan!
cheers,
Per
On 2017-04-11 11:03, Stefan Johansson wrote:
>
>
> On 2017-04-10 09:05, Per Liden wrote:
>> Hi,
>>
>> For convenience, command-line flags of type double should accept
>> integer values (as well as the normal double values). This would allow
>> users to write the short form, e.g:
>>
>> -XX:G1ConcMarkStepDurationMillis=10
>>
>> instead of always having to do:
>>
>> -XX:G1ConcMarkStepDurationMillis=10.0
>>
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8178364
>> Webrev: http://cr.openjdk.java.net/~pliden/8178364/webrev.0/
> Thanks for fixing this.
>
> Looks good,
> StefanJ
>> Testing: JTreg test added, passes jprt
>>
>> cheers,
>> Per
>>
>
More information about the hotspot-runtime-dev
mailing list