RFR: 8301443: Clean broken comments from Windows code

Julian Waters jwaters at openjdk.org
Tue Jan 31 07:01:57 UTC 2023


On Tue, 31 Jan 2023 06:28:21 GMT, Julian Waters <jwaters at openjdk.org> wrote:

> Several comments are technically broken in Windows code, this change cleans up the broken comments that managed to slip past reviewers during Integration

@wangweij Sorry for the abrupt tag, but would the sspi.cpp change be fine with you? It seems like the comment is intended to signal a newline so the compile command's second half on the next line is read properly, but Visual C++ will simply interpret it as the object file \.o, which isn't correct, but I don't quite know the context behind that comment so I thought I'd ask first (On top of the fact that cmd doesn't allow newline formatted commands at all)

-------------

PR: https://git.openjdk.org/jdk/pull/12305



More information about the security-dev mailing list