-
Notifications
You must be signed in to change notification settings - Fork 241
8224267: JOptionPane message string with 5000+ newlines produces StackOverflowError #3036
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
base: master
Are you sure you want to change the base?
8224267: JOptionPane message string with 5000+ newlines produces StackOverflowError #3036
Conversation
👋 Welcome back schernyshev! 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. |
|
Webrevs
|
do you plan to backport https://bugs.openjdk.org/browse/JDK-8290162 as well? |
@mrserb yes, 8290162 and 5074006, that depend on this one. |
/approval request Parity backport with 11.0.28-oracle, |
/issue add 8290162,5074006 |
@sercher Adding additional issue to issue list: |
/issue add 8042134 |
@sercher |
Hi all,
Please review the parity backports with 11.0.28-oracle. 8224267 and 8290162 are clean. The functional part of 5074006 applied cleanly in BasicOptionPaneUI.java. The test required to replace the text block (JEP 355 style) with traditional string literals in TestJOptionHTMLTag.java.
Thanks!
Progress
Issues
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/3036/head:pull/3036
$ git checkout pull/3036
Update a local copy of the PR:
$ git checkout pull/3036
$ git pull https://git.openjdk.org/jdk11u-dev.git pull/3036/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 3036
View PR using the GUI difftool:
$ git pr show -t 3036
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/3036.diff
Using Webrev
Link to Webrev Comment