Code review request: 8005936,PrintNMTStatistics doesn't work for normal JVM exit
David Holmes
david.holmes at oracle.com
Thu Jan 10 21:04:39 PST 2013
On 11/01/2013 6:57 AM, Zhengyu Gu wrote:
> Moved NMT shutdown code to JVM exit handler, so guarantees that NMT
> memory statistics can be reported when PrintNMTStatistics flag is enabled.
>
> webrev: http://cr.openjdk.java.net/~zgu/8005936/webrev.00/
print_statistics() seems the wrong place to put the shutdown code. Plus
you only added it to the non-product path.
David
> Tests:
>
> 1. JPRT tests
> 2. UTE vm.quick.testlist on Windows x64, Solaris sparv9, Linux x32 and x64
>
>
> Thanks,
>
> -Zhengyu
More information about the hotspot-dev
mailing list