RFR: 8307160: Fix AWT/2D/A11Y to support the permissive- flag on the Microsoft Visual C compiler [v14]
Magnus Ihse Bursie
ihse at openjdk.org
Fri Mar 22 12:31:48 UTC 2024
On Fri, 3 Nov 2023 02:39:26 GMT, Julian Waters <jwaters at openjdk.org> wrote:
>> src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp line 61:
>>
>>> 59:
>>> 60: jfieldID AwtPrintDialog::pageID;
>>> 61:
>>
>> where and why did this come from ?
>
> This came from below, all I did was move it up and out of the extern "C" block. This cannot be inside extern "C" because it is a static class member and has permanent C++ name mangling
The question seems answered. Please resolve this discussion.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15096#discussion_r1535492715
More information about the build-dev
mailing list