RFR 8194086: Remove deprecated experimental flag UseCGroupMemoryLimitForHeap
harold seigel
harold.seigel at oracle.com
Mon Jan 22 14:14:04 UTC 2018
Thanks Lois!
Harold
On 1/22/2018 9:11 AM, Lois Foltan wrote:
> Looks good Harold.
> Lois
>
> On 1/19/2018 4:00 PM, harold seigel wrote:
>> Hi,
>>
>> Please review this small JDK-11 change to remove deprecated
>> experimental option UseCGroupMemoryLimitForHeap.
>>
>> Open Webrev:
>> http://cr.openjdk.java.net/~hseigel/bug_8194086/webrev/index.html
>>
>> JBS Bug: https://bugs.openjdk.java.net/browse/JDK-8194086
>>
>> The change was tested by hand:
>>
>> > java -XX:+UseCGroupMemoryLimitForHeap -version
>> Unrecognized VM option 'UseCGroupMemoryLimitForHeap'
>> Error: Could not create the Java Virtual Machine.
>> Error: A fatal exception has occurred. Program will exit.
>>
>> > java -XX:-UseCGroupMemoryLimitForHeap -version
>> Unrecognized VM option 'UseCGroupMemoryLimitForHeap'
>> Error: Could not create the Java Virtual Machine.
>> Error: A fatal exception has occurred. Program will exit.
>>
>> Additionally, JPRT and Mach5 t1 - t5 tests were run to check for any
>> tests that might rely on the option.
>>
>> Thanks, Harold
>>
>>
>
More information about the hotspot-runtime-dev
mailing list