On Tue, 6 Sep 2022 19:28:15 GMT, Chris Plummer wrote:
> As pointed out in [JDK-8283010](https://bugs.openjdk.org/browse/JDK-8283010),
> when a bad threadID is passed to the clhsdb "thread" command, the error
> message is incorrect:
>
> hsdb> thread 18
> Couldn't find thread thread
>
> It shou
On Tue, 6 Sep 2022 19:28:15 GMT, Chris Plummer wrote:
> As pointed out in [JDK-8283010](https://bugs.openjdk.org/browse/JDK-8283010),
> when a bad threadID is passed to the clhsdb "thread" command, the error
> message is incorrect:
>
> hsdb> thread 18
> Couldn't find thread thread
>
> It shou
As pointed out in [JDK-8283010](https://bugs.openjdk.org/browse/JDK-8283010),
when a bad threadID is passed to the clhsdb "thread" command, the error message
is incorrect:
hsdb> thread 18
Couldn't find thread thread
It should say "thread 18", not "thread thread". The code looks like: