On Tue, 8 Feb 2022 11:41:16 GMT, Daniel Jeliński <djelin...@openjdk.org> wrote:
> This patch fixes jdk.accessibility compilation under VisualStudio 2019 with > /Zc:strictStrings enabled. > > Strict string handling is already enabled in GCC and Clang. With some effort > we should be able to enable it in MSVC as well. src/jdk.accessibility/windows/native/common/AccessBridgeDebug.cpp line 149: > 147: /** > 148: * Send Java debugging info to the appropriate place > 149: */ Deleting this function - without comment ! - seems to be somewhat out of scope here. ------------- PR: https://git.openjdk.java.net/jdk/pull/7380