8242490: Upgrade to gcc 9.2 on Linux #178
Conversation
|
/reviewers 2 |
@kevinrushforth |
@arapte can you also review this? |
Works on my development system (didn't test on our build system yet) |
@kevinrushforth This change now passes all automated pre-integration checks. When the change also fulfills all project specific requirements, type
Since the source branch of this PR was last updated there have been 22 commits pushed to the
|
I won't integrate this until Monday anyway. If you run into a problem with the actual builds using this compiler, let me know and I'll hold off further (it's been well-tested on my end). |
/integrate |
@kevinrushforth The following commits have been pushed to master since your change was applied:
Your commit was automatically rebased without conflicts. Pushed as commit dedf7cb. |
This is a compiler upgrade on Linux from the current gcc 8.3 compiler to gcc 9.2. This will match a recent upgrade done for JDK 15 -- see JDK-8241721.
On a related note, using the gcc 9 compiler produces many (harmless) warnings that will be addressed by JDK-8241476 -- see PR #150.
I have run a full build and test using this new compiler.
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jfx pull/178/head:pull/178
$ git checkout pull/178