(XS) RFR: 8056183: os::is_MP() always reports true when NMT is enabled

Aleksey Shipilev aleksey.shipilev at oracle.com
Tue Sep 9 08:25:29 UTC 2014


On 09/09/2014 12:21 PM, David Holmes wrote:
> Updated webrev:
> 
> http://cr.openjdk.java.net/~dholmes/8056183/webrev.v2/

Looks good. Does it makes sense to merge the _processor_count checks? I
think it clearly tells what we consider an "MP" system:

  return (_processor_count != 1) || AssumeMP;

-Aleksey.



More information about the hotspot-runtime-dev mailing list