8240567: MethodTooLargeException thrown while creating a jlink image#65
8240567: MethodTooLargeException thrown while creating a jlink image#65mlchung wants to merge 3 commits into
Conversation
|
👋 Welcome back mchung! 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
|
phohensee
left a comment
There was a problem hiding this comment.
Are the definitions of MTD_StringArray and MTD_SystemModules in SystemModulesPlugin.java needed? They're not in the original commit and aren't referenced by the patch.
|
Thanks for catching this. It's improper merge. Now removed. |
phohensee
left a comment
There was a problem hiding this comment.
Thanks for fixing, looks good.
|
Also, please enable pre-submit testing on your repo and run it. |
|
@mlchung 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 |
|
/integrate |
|
Going to push as commit 1e81fa5. |
Manually resolved the merge conflict due to JDK-8310848 which is not in jdk21u. Trivial 1-line change:
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk21u.git pull/65/head:pull/65$ git checkout pull/65Update a local copy of the PR:
$ git checkout pull/65$ git pull https://git.openjdk.org/jdk21u.git pull/65/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 65View PR using the GUI difftool:
$ git pr show -t 65Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk21u/pull/65.diff
Webrev
Link to Webrev Comment