RFR: 8294053: Unneeded local variable in handle_safefetch()

David Holmes dholmes at openjdk.org
Thu Sep 22 12:48:22 UTC 2022


On Thu, 22 Sep 2022 09:58:27 GMT, Fredrik Bredberg <duke at openjdk.org> wrote:

> My intention was just to remove a "local variable shadows a parameter" issue

Yes but based on JDK-8292166 the problem may not be the local, but the passing of the unused argument. It may be better to just drop this PR and let JDK-8292166 perform a broader cleanup of this code.

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

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


More information about the hotspot-runtime-dev mailing list