RFR: 8342769: HotSpot Windows/gcc port is broken
David Holmes
dholmes at openjdk.org
Wed Oct 30 05:52:05 UTC 2024
On Tue, 22 Oct 2024 01:17:01 GMT, Julian Waters <jwaters at openjdk.org> wrote:
> Several areas in HotSpot are broken in the gcc port. These, with the exception of 1 rather big oversight within SharedRuntime::frem and SharedRuntime::drem, are all minor correctness issues within the code. These mostly can be fixed with simple changes to the code. Note that I am not sure whether the SharedRuntime::frem and SharedRuntime::drem fix is correct. It may be that they can be removed entirely
You need to contact the Windows-Aarch64 port maintainers and get them to tell you what the correct thing for Aarch64 is. Paging @mo-beck , @luhenry and @lewurm (https://openjdk.org/jeps/388)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21627#issuecomment-2445928951
More information about the hotspot-dev
mailing list