RFR: 8191782: Missing deprecated options in VMDeprecatedOptions.java

Robbin Ehn robbin.ehn at oracle.com
Wed Nov 29 10:10:10 UTC 2017


Thanks, David.

I'll fix that!

/Robbin


On 2017-11-29 11:00, David Holmes wrote:
> Late to the party but ...
> 
> On 23/11/2017 6:37 AM, Robbin Ehn wrote:
>> Hi all, please review.
>>
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8191782
>>
>> Test: test/hotspot/jtreg/runtime/CommandLine/ and tier 1-5 with no unexpected failure.
>>
>> Thanks, Robbin!
>>
>> diff -r 2cd1c2b03782 test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java
>> --- a/test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java Wed Nov 22 01:12:23 2017 -0800
>> +++ b/test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java Wed Nov 22 21:28:36 2017 +0100
>> @@ -46,6 +46,11 @@
>>           {"MinRAMFraction",            "2"},
>>           {"InitialRAMFraction",        "64"},
>>           {"AssumeMP",                  "false"},
>> +        {"UseMembar",                 "true"},
>> +        {"FastTLABRefill",            "false"},
>> +        {"DeferPollingPageLoopCount", "-1"},
>> +        {"SafepointSpinBeforeYield",  "2000"},
>> +        {"DeferPollingPageLoopCount", "4000"},
> 
> Why is DeferPollingPageLoopCount in there twice??
> 
> Cheers,
> David
> 
> 
>>           // deprecated alias flags (see also aliased_jvm_flags):
>>           {"DefaultMaxRAMFraction", "4"},


More information about the hotspot-runtime-dev mailing list