RFR: 8340212: -Xshare:off -XX:CompressedClassSpaceBaseAddress=0x40001000000 crashes on macos-aarch64 [v3]

Coleen Phillimore coleenp at openjdk.org
Tue Nov 12 15:50:47 UTC 2024


On Tue, 12 Nov 2024 15:46:44 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> Added checks to verify that the given compressed class base or shared base address and shift given will be decodable for aarch64.  This code is moved in PR https://github.com/openjdk/jdk/pull/20677 so this would be moved to the new place once that's integrated.
>> 
>> Tested with tier1-7.
>
> Coleen Phillimore has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains three commits:
> 
>  - Merge branch 'master' into decode-mode
>  - include formatBuffer.hpp
>  - 8340212: -Xshare:off -XX:CompressedClassSpaceBaseAddress=0x40001000000 crashes on macos-aarch64

I merged today with CompactObjectHeaders change, and removed the failed tests from the problem list.  Tested with tier4 where failures were almost always seen, and tier1-4 all platforms.

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

PR Comment: https://git.openjdk.org/jdk/pull/21695#issuecomment-2470887039


More information about the hotspot-dev mailing list