[jdk18] RFR: 8274323: compiler/codegen/aes/TestAESMain.java failed with "Error: invalid offset: -1434443640" after 8273297

Sandhya Viswanathan sviswanathan at openjdk.java.net
Mon Dec 20 20:12:42 UTC 2021


On Fri, 17 Dec 2021 03:14:07 GMT, Vladimir Kozlov <kvn 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.
>
> Note, we can't change code in `PredicatedIntrinsicGenerator` because it is used by all intrinsics with predicate and non do re-execution.

@vnkozlov @dean-long Thanks a lot for guiding Smita through this fix.

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

PR: https://git.openjdk.java.net/jdk18/pull/19


More information about the hotspot-compiler-dev mailing list