[jdk17] RFR: 8269285: Crash/miscompile in CallGenerator::for_method_handle_inline after JDK-8191998
Aleksey Shipilev
shade at openjdk.java.net
Tue Jun 29 18:08:04 UTC 2021
On Tue, 29 Jun 2021 17:07:23 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> @shipilev can it be related to [8268884](https://bugs.openjdk.java.net/browse/JDK-8268884)?
It does not look like it to me, but I am not the expert in this code. I thought this one is similar to the code [in other place](https://github.com/openjdk/jdk/blob/master/src/hotspot/share/opto/memnode.cpp#L1930-L1935). Anyhow, applying the patch from JDK-8268884 PR does not fix the new regression test from this PR.
-------------
PR: https://git.openjdk.java.net/jdk17/pull/169
More information about the hotspot-compiler-dev
mailing list