This repository was archived by the owner on Feb 2, 2023. It is now read-only.
8232084: HotSpot build failed with GCC 9.2.1 #207
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Following discussion after https://mail.openjdk.java.net/pipermail/jdk-updates-dev/2021-May/006150.html, in addition to the original fix I have disabled gcc warninig "stringop-truncation" for lcms in Awt2dLibraries.gmk and for dt_socket in Lib-jdk.jdwp.agent.gmk.
A problem with jvmti_tools.c doesn't exist in jdk13 after JDK-8209611
Verified on Ubuntu 20.04 with gcc 9.3.0 and Ubuntu 18.04 with gcc 7.5.0, release and fastdebug builds of "images" and "test-image" targets, tier1 and separately vmTestbase tests.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk13u-dev pull/207/head:pull/207$ git checkout pull/207Update a local copy of the PR:
$ git checkout pull/207$ git pull https://git.openjdk.java.net/jdk13u-dev pull/207/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 207View PR using the GUI difftool:
$ git pr show -t 207Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk13u-dev/pull/207.diff