[11] RFR(XS): 8207139: NMT is not enabled on Windows 2016/10

David Holmes david.holmes at oracle.com
Wed Aug 1 21:36:37 UTC 2018


Hi Markus,

Thanks for taking this one!

On 2/08/2018 12:07 AM, Markus Gronlund wrote:
> Greetings,
> 
> Kindly asking for a review for the following change set:
> 
> Bug: https://bugs.openjdk.java.net/browse/JDK-8207139
> Webrev: http://cr.openjdk.java.net/~mgronlun/8207139/webrev00/
> Testing: hotspot_nmt

Looks good to me. Only minor concern is whether using a variable for the 
array size:

    char nmt_env_variable[buffer_size];

is relying on a compiler feature that may not be available in older VS 
versions people may still be using. But I guess that will get reported 
pretty quickly if it is an issue.

Thanks,
David

> Please see the bug for further details about this problem.
> 
> Thanks in advance
> Markus
> 


More information about the hotspot-runtime-dev mailing list