RFR: 8256485: Zero VM build broken after JDK-8254231 [v2]

Aleksey Shipilev shade at openjdk.java.net
Mon Nov 23 13:36:01 UTC 2020


On Mon, 23 Nov 2020 13:32:16 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

>> Then I suggest doing what `ZeroInterpreterGenerator::generate_abstract_entry` does and generate the entry that "calls" `ShouldNotCallThisEntry()`. Which means the build would succeed, but the attempt to actually call through `_linkToNative` would fail in a proper place.
>
> In fact, I think right before this method, there is `method_handle_entry_invalid` that you can target for `_linkToNative` case.

...which you already use! Argh! Good then. Please disregard this noise. Ship it.

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

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


More information about the hotspot-runtime-dev mailing list