RFR: 8061467: Bad page size passed to setup_large_pages() on Solaris

Erik Helin erik.helin at oracle.com
Tue Oct 28 18:10:23 UTC 2014


Hi all,

this small patch fixes a call to Solaris::setup_large_pages that does 
not check if the `alignment_hint` parameter is a valid page size (the 
only such call left).

Webrev:
http://cr.openjdk.java.net/~ehelin/8061467/webrev.00/

Bug:
https://bugs.openjdk.java.net/browse/JDK-8061467

Testing:
- Verified that the fix solves the issue on a Solaris machine that
   supported NUMA.
- JPRT

Thanks,
Erik



More information about the hotspot-gc-dev mailing list