-
Notifications
You must be signed in to change notification settings - Fork 232
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
8299677: Formatter.format might take a long time to format an integer or floating-point #1667
Conversation
👋 Welcome back phh! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with issue from the original commit. |
Webrevs
|
The pre-submit test failures occur because the new test, Padding.java, fails compilation by jtreg because Padding.java imports org.junit.jupiter. The latter is available in jtreg version 7.2, which I run on my test machines, but is not available in the version of jtreg used to run the pre-submit tests. The jtreg version used to run the pre-submit tests should be upgraded because otherwise backporting new tests will difficult/impossible without rewrites. |
@phohensee This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
/open |
@phohensee This pull request is already open |
…fails Backport-of: 54a29a4470a0482c6b7f9f2d695e357044e684a7
…CompensatedSums.java Backport-of: c08ff2c7b88e94885f6b4701654a9e47e49567b0
…used in TEST.properties Backport-of: 04d8069bacc6259fc5bf9de6963bb099fcfc4961
Backport-of: b685fc2de4d2847de2d1efaab2890646257ea6d3
…86488.java fails Backport-of: c640fe42c2b5e6668a2a875678be44443942c868
Reviewed-by: goetz Backport-of: 0e98d6a81a395741f992df97d98b4e07679951ea
…dParameterException shown by sun/security/pkcs11 tests Reviewed-by: phh Backport-of: d5d34241e21305379f1858556f225e7645cd294e
Reviewed-by: phh Backport-of: 1627166
Backport-of: 0cb0ecf4433f1054ba2f0fbdabee01323893e0fe
…Server cleanly in case of exceptions Backport-of: 784fa0add77a3e473e2cdbdcc27b3ed076678565
…l size Backport-of: a34f2d3728c077d1dbdfa313f1bf29629fbc32f6
Backport-of: decb1b79bc475f024a02135fa3394ff97098e758
Backport-of: 5ae6de859d472d107cdf642c417c6d2f1c74e5db
Backport-of: 5e2de89628aaf6acb8e458fb417426ca5e477bea
Reviewed-by: mbaesken Backport-of: 208c58c
…g:gc. Reviewed-by: rrich
…nnectException Backport-of: 13d4ddc35b1a64e2d882c7dcd554b5aee2720c53
@phohensee This pull request is now open |
/open |
@phohensee This pull request is already open |
…use jcstress 0.5 Backport-of: bbfe9d2
Reviewed-by: lucy Backport-of: 2c2b3726f934d78ea044186320ef7c67b100ab8e
Reviewed-by: lucy Backport-of: 1741d13b1260253d1e299e8da9c42b5519a7ae48
Backport-of: a2391a92cd09630cc3c46024f7e02924a997cc86
Backport-of: 42b9ac8a07b540f4d7955a778923d24a876451cc
…od 'ps_proc.c::process_get_lwp_regs' Reviewed-by: fyang, gli Backport-of: 2f1c65486b1e584f9c4a2eb7af2414d032a02748
Reviewed-by: phh Backport-of: 951b5f8ecb9cd2a72b3904c110179afe487ada2b
Backport-of: 292ee630ae32c3b50363b10ffa6090e57ffef1e8
Now that #2612 is in, we can re-merge from master and finalize this backport. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a clean backport now.
Thanks for the quick review, Aleksey. |
/approval request Simple clean (net of copyright date) backport from JDK 17 (in 17.0.10) of a potential DOS attack vector fix. New test passes. |
@phohensee |
/integrate |
Going to push as commit 9ac4063. |
@phohensee Pushed as commit 9ac4063. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Simple almost clean backport of a potential DOS attack vector fix. Backport from JDK 17 (see openjdk/jdk17u-dev#1077) is clean. Copyright date conflict, plus changed
to
Passes new and old Formatter tests.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/1667/head:pull/1667
$ git checkout pull/1667
Update a local copy of the PR:
$ git checkout pull/1667
$ git pull https://git.openjdk.org/jdk11u-dev.git pull/1667/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1667
View PR using the GUI difftool:
$ git pr show -t 1667
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/1667.diff
Webrev
Link to Webrev Comment