RFR: 8303764: sunmscapi.dll cannot compile under permissive-
Julian Waters
jwaters at openjdk.org
Wed Mar 8 15:18:13 UTC 2023
On Wed, 8 Mar 2023 14:46:55 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:
> Hi @TheShermanTanker What complier are you using? What command line?
>
> `security.cpp` compiles just fine with `-permissive-` here, both debug and release. I'm using this compiler:
>
> ```
> >cl.exe
> Microsoft (R) C/C++ Optimizing Compiler Version 19.33.31629 for x64
> Copyright (C) Microsoft Corporation. All rights reserved.
> ```
>
> you can find the cmdline under support/native/jdk.crypto.mscapi/libsunmscapi.
Strange...
C:\Program Files\Microsoft Visual Studio\2022\Community>cl.exe
Microsoft (R) C/C++ Optimizing Compiler Version 19.32.31332 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
Seems like it's actually a version behind, too
-------------
PR: https://git.openjdk.org/jdk/pull/12907
More information about the security-dev
mailing list