-
Notifications
You must be signed in to change notification settings - Fork 208
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 #1077
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 |
@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! |
@phohensee This pull request has been inactive for more than 8 weeks and will now be automatically closed. If you would like to continue working on this pull request in the future, feel free to reopen it! This can be done using the |
/open |
@phohensee This pull request is now open |
The test seems to fail in GHA... |
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.
LGTM.
@phohensee This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
Indeed. Is this a localization issue? |
@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! |
keep open. |
@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! |
…a and HeapByteBufferTest.java Backport-of: 7c1ebcc4ce74bb06f7c911e59a86bcfb5c5da844
…ith exit code 97 Backport-of: 1f438a8a702034c2f10c0008e72395f526b15ef5
Backport-of: 16a4f02f2d4f5574af3b20f2f0c788d15dd503ac
Reviewed-by: mdoerr Backport-of: 3b85f84f026973a2abdbce8d9baf1329c8a4ebf8
Reviewed-by: mdoerr Backport-of: e7795851d2e02389e63950fef939084b18ec4bfb
…va fails Backport-of: 812f475bc4ea84225e8bbb0b5a677eed0af864dd
Reviewed-by: phh, shade, andrew
Backport-of: 92d8326e4037605897d7c4eb4b3edb63a2fc11b0
Backport-of: 0901548833a0125f15fede64bc2e7dbe84fed42d
Reviewed-by: phh Backport-of: 538f9557b87f750264231f04bfbc91d15f8af8c0
…libfreetype-dev Reviewed-by: stuefe Backport-of: 69d900d2ce97e5479020cff9a63c471d07e39989
…nput/output error" in java.lang.ProcessHandleImpl$Info.info0 Backport-of: d24b7b7026cf85f1aecf44f60819762872cfd5c1
Reviewed-by: stuefe Backport-of: 9e4fc568a6f1a93c84a84d6cc5220c6eb4e546a5
…g: did not see the expected RSS reduction Reviewed-by: mdoerr Backport-of: ad34be1f329edc8e7155983835cc70d733c014b8
Reviewed-by: stuefe Backport-of: 20e94784c9f7c30e95550c72aedb5e986a153114
… are corrupted on Japanese Windows Reviewed-by: kevinw, cjplummer, phh
…it orientation Backport-of: d00a767047ec41e233e711dbc5fe7b8818e72f28
Backport-of: a3d67231a71fbe37c509fcedd54c679b4644c0d9
Just pushed jtreg 7.3.1 update to 17u-dev. Try to merge from master and see if test works now, @phohensee. |
The merge has messed up this PR. Can it be repaired or should we use a new one? |
Indeed it does. :) Thanks for the review! |
Martin, may I ask for a review of openjdk/jdk11u-dev#1667 as well? It's a clean backport from this one. |
/integrate Approved. |
Going to push as commit 6b192d3.
Your commit was automatically rebased without conflicts. |
@phohensee Pushed as commit 6b192d3. 💡 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. 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/jdk17u-dev.git pull/1077/head:pull/1077
$ git checkout pull/1077
Update a local copy of the PR:
$ git checkout pull/1077
$ git pull https://git.openjdk.org/jdk17u-dev.git pull/1077/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1077
View PR using the GUI difftool:
$ git pr show -t 1077
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/1077.diff
Webrev
Link to Webrev Comment