RFR: 8342769: HotSpot Windows/gcc port is broken [v7]
Julian Waters
jwaters at openjdk.org
Fri Nov 22 08:43:59 UTC 2024
> 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
Julian Waters has updated the pull request incrementally with two additional commits since the last revision:
- No spaces in test_os_windows.cpp
- No spaces in test/hotspot/gtest/runtime/test_os.cpp
Co-authored-by: Andrew Haley <aph-open at littlepinkcloud.com>
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/21627/files
- new: https://git.openjdk.org/jdk/pull/21627/files/b0083f8c..8f57d674
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=21627&range=06
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=21627&range=05-06
Stats: 4 lines in 2 files changed: 0 ins; 0 del; 4 mod
Patch: https://git.openjdk.org/jdk/pull/21627.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/21627/head:pull/21627
PR: https://git.openjdk.org/jdk/pull/21627
More information about the hotspot-dev
mailing list