[jdk11u-dev] RFR: 8297523: Various GetPrimitiveArrayCritical miss result - NULL check
Goetz Lindenmaier
goetz at openjdk.org
Mon Jun 5 06:52:31 UTC 2023
On Fri, 2 Jun 2023 14:20:23 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:
> I backport this for parity with 11.0.20-oracle.
>
> I had to resolve ThemeReader.cpp because it differs in formatting.
Pre-submit tests fail compilation of changed windows files: https://github.com/GoeLin/jdk11u-dev/actions/runs/5156503392/jobs/9287589795
src\java.desktop\windows\native\libawt\windows\ThemeReader.cpp(479): error C3861: 'IsThemeBackgroundPartiallyTransparentFunc': identifier not found
This file and function are actually touched, but only moved within a new if() {} block,
and syntactically simplified.
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/1925#issuecomment-1576139379
More information about the jdk-updates-dev
mailing list