RFR: 8307588: [JVMCI] HotSpotConstantPool#lookupBootstrapMethodInvocation broken by JDK-8301995
Vladimir Kozlov
kvn at openjdk.org
Mon May 8 19:54:24 UTC 2023
On Mon, 8 May 2023 08:34:15 GMT, Josef Eisl <jeisl at openjdk.org> wrote:
> As a result of the changes for [JDK-8301995](https://bugs.openjdk.org/browse/JDK-8301995), `HotSpotConstantPool#lookupBootstrapMethodIntrospection` is broken as it no longer decodes the correct constant pool index for looking up the bootstrap method invocation for invokedynamic.
>
> This fixes the problem and modifies `TestDynamicConstant` to exercise the code in question.
>
> I've manually verified that this solved the native image issues that uncovered the problem.
And, please activate GH Actions testing in your repo.
Never mind. You did it already.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13858#issuecomment-1538950802
More information about the hotspot-compiler-dev
mailing list