On Wed, 17 Mar 2021 01:11:25 GMT, Serguei Spitsyn <[email protected]> wrote:
> More clear message would be something like:
> "Thread is not expected, skipping XXX event: " + ...
To me this version does not look clearer :)
I suppose you want to see a note that the event is skipped.
What do you think about
log2("Got XXXEvent for wrong thread, skipping the event: " + event);
-------------
PR: https://git.openjdk.java.net/jdk/pull/2927
