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

Smita Kamath svkamath at openjdk.java.net
Sat Dec 18 03:23:59 UTC 2021


On Fri, 17 Dec 2021 19:24:22 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Smita Kamath has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix to allocate 48 additonal htbl entries in the stub.
>
> src/hotspot/cpu/x86/stubGenerator_x86_64.cpp line 4444:
> 
>> 4442:     __ movptr(state, state_mem);
>> 4443: #endif
>> 4444:     __ subptr(rsp, 96 * longSize); // Create space on the stack for htbl entries
> 
> Is this aligned correctly? Or alignment does not matter?

Thanks, Vladimir. I've addressed both your comments in the latest update.

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

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


More information about the hotspot-compiler-dev mailing list