RFR (M): 8016749: -XX:+UseISM fails an assert(obj->is_oop()) when running SPECjbb2005
Albert Noll
albert.noll at oracle.com
Mon Jul 1 08:35:08 PDT 2013
Hi,
thanks for reviewing this patch:
jbs: https://jbs.oracle.com/bugs/browse/JDK-8016749
webrev: http://cr.openjdk.java.net/~anoll/8016749/webrev.00/
<http://cr.openjdk.java.net/%7Eanoll/8016749/webrev.00/>
Problem: ISM and MPSS are part of Solaris 9, and we do not support this
version of Solaris anymore. Instead, we use LargePages for Solaris 10+.
Solution: Remove all code that relates to ISM and MPSS (i.e., code that
relates to the 'UseISM' and 'UseMPSS' flags).
Testing: the following jprt run passes successfully.
jprt submit -stree . -ot 'solaris.*' -email albert.noll at oracle.com
Best,
Albert
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20130701/48bd86fe/attachment-0001.html
More information about the hotspot-compiler-dev
mailing list