On Mon, 27 Feb 2023 22:58:55 GMT, Phil Race <p...@openjdk.org> wrote:
>> Jayathirth D V has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Update comment > > make/modules/java.desktop/lib/Awt2dLibraries.gmk line 126: > >> 124: # about initializing a declared 'extern' cannot be turned off >> individually. Only >> 125: # applies to debug builds. This limitation in gcc is tracked in >> 126: # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45977 > > The comment above needs to be moved inside the if block because it only > applies to the first setting, not the second. Updated ------------- PR: https://git.openjdk.org/jdk/pull/12761