On Mon, 14 Feb 2022 20:42:48 GMT, Phil Race <p...@openjdk.org> wrote:
>> Daniel Jeliński has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Revert "Remove dead code" >> >> This reverts commit 8576f911d5389695fbe3c6462db2c36939ede54f. > > 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. Reverted. I removed this function because its definition (`PrintJavaDebugString2`) did not match the declaration (`PrintJavaDebugString`), so the function wasn't really usable. I'm fine with leaving it as is, or cleaning up separately. ------------- PR: https://git.openjdk.java.net/jdk/pull/7380