RFR (M): 8016749: -XX:+UseISM fails an assert(obj->is_oop()) when running SPECjbb2005
Christian Thalinger
christian.thalinger at oracle.com
Mon Jul 1 17:47:09 PDT 2013
Can you add the removed flags to the ObsoleteFlag list?
-- Chris
On Jul 1, 2013, at 8:35 AM, Albert Noll <albert.noll at oracle.com> wrote:
> 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/
>
> 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/6a1cb4a6/attachment-0001.html
More information about the hotspot-compiler-dev
mailing list