On Tue, 26 Sep 2023 19:28:47 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:
>> Fine then. Thank you for the explanation. > > What was the cause of all the 0's in the output, and how did you get rid of > them so you could see the assert message? Thanks Leonid! On the \u0000 content, I don't see that mess in the console (cygwin) if I make these asserts trigger in a local windows build and test. But I do see the \u0000... in the .jtr file created by jtreg. So a character encoding disagreement when the output is captured and saved..? The jtreg faq mentions this, https://openjdk.org/jtreg/faq.html but I haven't worked on it further. In logs/bug reports that have them, I just search and replace to remove them... ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/15750#discussion_r1338409202