Integrated: 8357184: Test vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent008/TestDescription.java fails with unreported exception

Chris Plummer cjplummer at openjdk.org
Fri May 30 18:00:57 UTC 2025


On Wed, 14 May 2025 18:54:49 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

> Based on the log output, the test failure seems to be the result of two threads trying to set and access variables that are not volatile, so I've made them volatile. Since I can't reproduce the failure, I can't confirm that it is now fixed, but the lack of volatile is clearly a bug so should be done anyway. Tested by running the test locally to make sure nothing breaks.

This pull request has now been integrated.

Changeset: 82807d43
Author:    Chris Plummer <cjplummer at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/82807d43f8d18b186428be88a80ebe28892517cc
Stats:     10 lines in 1 file changed: 0 ins; 2 del; 8 mod

8357184: Test vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent008/TestDescription.java fails with unreported exception

Reviewed-by: lmesnik, sspitsyn

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

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


More information about the serviceability-dev mailing list