-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8295159: DSO created with -ffast-math breaks Java floating-point arithmetic #1111
base: master
Are you sure you want to change the base?
Conversation
👋 Welcome back bulasevich! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
This backport pull request has now been updated with issue from the original commit. |
|
/approval request |
@bulasevich |
Hi @bulasevich , do we need any of the 6 related issues listed in the JBS issue? |
Hi @GoeLin I do not think we need them:
|
Hi all,
backport https://bugs.openjdk.org/browse/JDK-8295159 to fix broken Java floating-point arithmetic.
Minor merge conflicts in os_linux.cpp and os_bsd.cpp have been resolved manually. The conflict is with the NativeLibraryLoadEvent tracing applied on the mainline around the dlopen() call: openjdk/jdk#16903
The fix passed tier1-3 jtreg tests.
Thank you
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk21u-dev.git pull/1111/head:pull/1111
$ git checkout pull/1111
Update a local copy of the PR:
$ git checkout pull/1111
$ git pull https://git.openjdk.org/jdk21u-dev.git pull/1111/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1111
View PR using the GUI difftool:
$ git pr show -t 1111
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk21u-dev/pull/1111.diff
Using Webrev
Link to Webrev Comment