RFR: 8307160: Fix AWT/2D/A11Y to support the permissive- flag on the Microsoft Visual C compiler [v26]
Julian Waters
jwaters at openjdk.org
Wed Nov 15 01:49:42 UTC 2023
On Tue, 14 Nov 2023 20:39:07 GMT, Phil Race <prr at openjdk.org> wrote:
> I don't think we should introduce any std:: library support to resolve this. I'm also fairly sure you can't static link those libraries any more. The pattern I showed is much cleaner and that's what I want to see here.
It is still possible to link them statically, we do indeed statically link those libraries in other places too, for instance in jdk.accessibility, see https://github.com/openjdk/jdk/blob/d9a89c59daa40fdc8da620940d5c518a9f18bc7b/make/modules/jdk.accessibility/Lib.gmk#L44
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15096#issuecomment-1811669416
More information about the client-libs-dev
mailing list