On Wed, 8 Mar 2023 14:46:55 GMT, Daniel Jeliński <djelin...@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