RFR: 8333235: vmTestbase/nsk/jdb/kill/kill001/kill001.java fails with C1
Chris Plummer
cjplummer at openjdk.org
Tue Jun 4 21:28:56 UTC 2024
On Tue, 4 Jun 2024 17:25:04 GMT, Leonid Mesnik <lmesnik at 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
More information about the serviceability-dev
mailing list