RFR(S): 8055844 - [TESTBUG] test/runtime/NMT/VirtualAllocCommitUncommitRecommit.java fails on Solaris Sparc due to incorrect page size being used

Christian Tornqvist christian.tornqvist at oracle.com
Fri Aug 22 20:58:53 UTC 2014


Hi everyone,

 

This is a fix for an issue with this test when run Solaris Sparc where the
page size used (4KB) is not supported. The fix is to increase the page size
for all virtual memory operations to be 128KB which is used by the other NMT
tests and have been proven to work on all platforms.

 

Webrev (based on top of the not yet pushed change for JDK-8055844):

http://cr.openjdk.java.net/~ctornqvi/webrev/8055844/webrev.00/

 

Bug:

https://bugs.openjdk.java.net/browse/JDK-8055844

 

Thanks,

Christian

 



More information about the hotspot-runtime-dev mailing list