Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8203984 | 11.0.1 | Per Liden | P4 | Resolved | Fixed | team |
Add os::processor_id() to get the id of the CPU that the caller is executing on.
We're using this in ZGC to do various CPU-local operations. We currently only need this for Linux and Solaris. Support for additional platforms can be added when needed.
We're using this in ZGC to do various CPU-local operations. We currently only need this for Linux and Solaris. Support for additional platforms can be added when needed.
- backported by
-
JDK-8203984 Introduce os::processor_id() for Linux and Solaris
- Resolved
- relates to
-
JDK-8199415 Implement os::processor_id() on Mac OS X
- Closed