8254270: linux 32 bit build doesn't compile libjdwp/log_messages.c #299
Conversation
|
This backport pull request has now been updated with issue from the original commit. |
@omikhaltsova 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 no new commits pushed to the As you do not have Committer status in this project an existing Committer must agree to sponsor your change.
|
/integrate |
@omikhaltsova |
/sponsor |
Going to push as commit 2a8557a. |
@yan-too @omikhaltsova Pushed as commit 2a8557a. |
I'd like to backport JDK-8254270 to jdk13u for parity with jdk11u.
The same issue was observed while compiling for the Linux 32 bits platform (compiled with --disable-warnings-as-errors):
After applying this patch the problem has gone. The original patch applied cleanly. All regular tests passed.
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk13u-dev pull/299/head:pull/299
$ git checkout pull/299
Update a local copy of the PR:
$ git checkout pull/299
$ git pull https://git.openjdk.java.net/jdk13u-dev pull/299/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 299
View PR using the GUI difftool:
$ git pr show -t 299
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk13u-dev/pull/299.diff