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. This pull request has now been integrated. Changeset: e1c98bd1 Author: Daniel Jeliński <djelin...@openjdk.org> Committer: Alexey Ivanov <aiva...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/e1c98bd1f2f57ddf47e4660038059117af87f938 Stats: 20 lines in 9 files changed: 0 ins; 0 del; 20 mod 8281523: Accessibility: Conversion from string literal loses const qualifier Reviewed-by: prr, aivanov, kizune ------------- PR: https://git.openjdk.java.net/jdk/pull/7380