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:53:14 PDT 2013


Hi,

UseLargePages is defaulted to 'true' in Solaris (see globals_solaris.hpp).

Best,
Albert.

On 01.07.2013 17:45, Azeem Jiva wrote:
> Did you run JPRT or other tests with -XX:+UseLargePages?
>
> --
> Azeem Jiva
> @javawithjiva
>
> On Jul 1, 2013, at 8:35 AM, Albert Noll <albert.noll at oracle.com 
> <mailto: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/ 
>> <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.*' -emailalbert.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/4d8f5ef6/attachment.html 


More information about the hotspot-compiler-dev mailing list