Re: RFR: 8293445: clhsdb "thread" command gives incorrect error message for bad threadID

2022-09-06 Thread Chris Plummer
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

Re: RFR: 8293445: clhsdb "thread" command gives incorrect error message for bad threadID

2022-09-06 Thread Daniel D . Daugherty
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

RFR: 8293445: clhsdb "thread" command gives incorrect error message for bad threadID

2022-09-06 Thread Chris Plummer
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: