[jdk18] RFR: 8274323: compiler/codegen/aes/TestAESMain.java failed with "Error: invalid offset: -1434443640" after 8273297
Dean Long
dlong at openjdk.java.net
Fri Dec 17 04:41:24 UTC 2021
On Tue, 14 Dec 2021 06:16:23 GMT, Smita Kamath <svkamath at openjdk.org> wrote:
> The failure happens with XX:+DeoptimizeAlot option. I've set reexecute bit and reset the appropriate state for the interpreter to execute the code when deoptimization occurs.
Based on past bugs, it looks like to use new_array here, we need to pass /*deoptimize_on_exception=*/true as the optional 5th argument, just like inline_native_clone does.
-------------
PR: https://git.openjdk.java.net/jdk18/pull/19
More information about the hotspot-compiler-dev
mailing list