-
Notifications
You must be signed in to change notification settings - Fork 145
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
8278794: Infinite loop in DeflaterOutputStream.finish() #565
Conversation
👋 Welcome back yan! A progress list of the required criteria for merging this PR into |
@yan-too This change now passes all automated pre-integration checks. 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 4 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the ➡️ To integrate this PR with the above commit message to the |
This backport pull request has now been updated with issue from the original commit. |
/issue 8284771 |
@yan-too |
Tests failures are unrelated: on macOS/hotspot it is again #544 it seems, and everything else is a certificate validation issue. |
1 similar comment
Tests failures are unrelated: on macOS/hotspot it is again #544 it seems, and everything else is a certificate validation issue. |
|
/approval request I'm backporting this as a follow-up to 8193682. The backport was already done in Oracle jdk8 and all update releases before jdk18. Risk seems low. The fix to 8278794 substituted a new regtest which itself had to be fixed soon after in 8284771. The test is included in this updated form and 8284771 is added as a second issue to this commit. |
Agreed. /approve yes |
@jerboaa |
/integrate |
Going to push as commit 4942516.
Your commit was automatically rebased without conflicts. |
This is a second fix after "8193682: Infinite loop in ZipOutputStream.close()". Again, clean after 8193682 in code part, using jdk11 form as a prototype. The test added in the original fix had an issue fixed later in 8284771. Test is included in that fixed form. The issue 8284771 will be added to the commit message.
Progress
Issues
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/565/head:pull/565
$ git checkout pull/565
Update a local copy of the PR:
$ git checkout pull/565
$ git pull https://git.openjdk.org/jdk8u-dev.git pull/565/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 565
View PR using the GUI difftool:
$ git pr show -t 565
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/565.diff
Webrev
Link to Webrev Comment