JDK-8147906 : G1 use of os::processor_count()
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-01-21
  • Updated: 2016-02-25
  • Resolved: 2016-01-29
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b107Fixed
Related Reports
Relates :  
Relates :  
Description
With regard to the umbrella task JDK-8147905 please check how G1 utilizes the processor_count() information:

./share/vm/gc/g1/dirtyCardQueue.cpp:  return (uint)os::processor_count();
./share/vm/gc/g1/concurrentMark.cpp:    double cpu_ratio = 1.0 / (double) os::processor_count();
./share/vm/gc/g1/concurrentMark.cpp:                                              (double) os::processor_count();