RFR: 8255900: x86: Reduce impact when VerifyOops is disabled

Claes Redestad redestad at openjdk.java.net
Wed Nov 4 18:56:55 UTC 2020


On Wed, 4 Nov 2020 17:42:30 GMT, Yumin Qi <minqi at openjdk.org> wrote:

> Why only for x86_64 not including other platforms?

It's uneasy changing platforms I don't have access to to test. Generally it seems more appropriate that someone with access ports the changes. This case might be trivial enough to port without testing, but I looked at aarch64 which does not use the same macro structure, for example, so I backed away from attempting that.

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

PR: https://git.openjdk.java.net/jdk/pull/1058


More information about the hotspot-compiler-dev mailing list