Integrated: 8333235: vmTestbase/nsk/jdb/kill/kill001/kill001.java fails with C1

Leonid Mesnik lmesnik at openjdk.org
Wed Jun 5 16:08:00 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.

This pull request has now been integrated.

Changeset: f73922b2
Author:    Leonid Mesnik <lmesnik at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/f73922b27d126314fc3127ee25aa40b6258c8a6b
Stats:     14 lines in 1 file changed: 11 ins; 0 del; 3 mod

8333235: vmTestbase/nsk/jdb/kill/kill001/kill001.java fails with C1

Reviewed-by: cjplummer, sspitsyn

-------------

PR: https://git.openjdk.org/jdk/pull/19547


More information about the serviceability-dev mailing list