Integrated: 8337299: vmTestbase/nsk/jdb/stop_at/stop_at002/stop_at002.java failure goes undetected

Chris Plummer cjplummer at openjdk.org
Mon Aug 5 18:44:39 UTC 2024


On Sat, 27 Jul 2024 01:55:23 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

> The test is setting breakpoints on the wrong line numbers, which causes setting up the breakpoint to fail, but the test also has buggy error checking, so the test doesn't detect the failures and still passes. I fixed the breakpoint line numbers and the error checking. More details in the first comment.
> 
> Testing: tier5 svc CI testing, which includes this test suite.

This pull request has now been integrated.

Changeset: e2c07d50
Author:    Chris Plummer <cjplummer at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/e2c07d5044587476fc0fff14260e2b73816d2062
Stats:     60 lines in 2 files changed: 40 ins; 8 del; 12 mod

8337299: vmTestbase/nsk/jdb/stop_at/stop_at002/stop_at002.java failure goes undetected

Reviewed-by: amenkov, sspitsyn

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

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


More information about the serviceability-dev mailing list