RFR: 8333235: vmTestbase/nsk/jdb/kill/kill001/kill001.java fails with C1
Serguei Spitsyn
sspitsyn at openjdk.org
Wed Jun 5 01:29: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.
Looks okay to me.
-------------
Marked as reviewed by sspitsyn (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/19547#pullrequestreview-2097695938
More information about the serviceability-dev
mailing list