Integrated: 8293591: Remove use of Thread.stop from jshell tests

Jan Lahoda jlahoda at openjdk.org
Thu Sep 15 11:30:47 UTC 2022


On Wed, 14 Sep 2022 17:06:05 GMT, Jan Lahoda <jlahoda at openjdk.org> wrote:

> Two changes here:
> - confirming the '/exit` command, so that the JShell instance is actually stopped
> - removing the call to `Thread.stop`, which is intended to stop the test if something goes wrong unexpectedly. As we cannot use `Thread.stop` anymore, we'll rely on jtreg to stop the test.

This pull request has now been integrated.

Changeset: fbd8b42d
Author:    Jan Lahoda <jlahoda at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/fbd8b42d70f41ab322c64d7dbcb15c81e8d515dc
Stats:     5 lines in 1 file changed: 0 ins; 3 del; 2 mod

8293591: Remove use of Thread.stop from jshell tests

Reviewed-by: alanb

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

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


More information about the kulla-dev mailing list