On Tue, 4 Jun 2024 17:25:04 GMT, Leonid Mesnik <lmes...@openjdk.org> wrote:
> The kill sends async exception that is thrown somewhere during > log.display(...) method. > The log shows that it is thrown while PrintStream locking moving it into an > inconsistent state. > So the fix is to use some method that could be safely interrupted by async > exception. Ok. Looks good then. ------------- Marked as reviewed by cjplummer (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/19547#pullrequestreview-2097415752