RFR: 8302464: Parallel: Remove unreachable code in callers of numa_has_static_binding

Leo Korinth lkorinth at openjdk.org
Wed Feb 15 12:51:42 UTC 2023


On Wed, 15 Feb 2023 12:25:15 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

> Removing an `os` API can be controversial (even if it's unused), so I kept it outside of this gc-only PR.

If we are to support non static NUMA bindings, the predicate method is itself easier to restore than the code we now remove. If we remove it in this fix, we can later easier see the context of _why_ the predicate was removed, and _what_ it was used for. It will be easier to follow version control history. If we have no non-gc users of this method, I think we can see it as effecting gc only.

-------------

PR: https://git.openjdk.org/jdk/pull/12559


More information about the hotspot-gc-dev mailing list