<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Use os::active_processor_count() in G1 code instead of
os::processor_count()<br>
<br>
Here is David Holmes comment to the JDK-8147095:<br>
<br>
<i>os::processor_count() is set to the number of logical processors
configured on a system (exact definition varies by platform). With
the use of CPU sets, resource pools, and other affinity based
mechanisms this can be a much larger value than the number of CPUs
available for the VM to use.
</i><br>
<i>The number of CPUs currently available for the VM to use should
be reported through os::active_processor_count(). <br>
<br>
</i>Proposed change:<br>
<a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~aharlap/8147906/webrev.00/">http://cr.openjdk.java.net/~aharlap/8147906/webrev.00/</a><br>
<br>
Testing: JPRT<br>
</body>
</html>