Re: RFR: 8356177: Regression after JDK-8352180 [v2]

2025-05-19 Thread NeatGuyCoding
On Wed, 14 May 2025 18:33:42 GMT, Alex Menkov wrote: >> The fix handles a special case when `AttachListener::dequeue()` fails to >> read/parse attach command request and 'PipeChannel' destructor is called >> when the current thread is `blocked`. >> >> Testing: tier1..4,hs-tier5-svc > > Alex Me

Re: RFR: 8356177: Regression after JDK-8352180 [v2]

2025-05-15 Thread Leonid Mesnik
On Wed, 14 May 2025 18:33:42 GMT, Alex Menkov wrote: >> The fix handles a special case when `AttachListener::dequeue()` fails to >> read/parse attach command request and 'PipeChannel' destructor is called >> when the current thread is `blocked`. >> >> Testing: tier1..4,hs-tier5-svc > > Alex Me

Re: RFR: 8356177: Regression after JDK-8352180 [v2]

2025-05-15 Thread Serguei Spitsyn
On Wed, 14 May 2025 18:33:42 GMT, Alex Menkov wrote: >> The fix handles a special case when `AttachListener::dequeue()` fails to >> read/parse attach command request and 'PipeChannel' destructor is called >> when the current thread is `blocked`. >> >> Testing: tier1..4,hs-tier5-svc > > Alex Me

Re: RFR: 8356177: Regression after JDK-8352180 [v2]

2025-05-14 Thread Alex Menkov
On Wed, 14 May 2025 10:51:17 GMT, Serguei Spitsyn wrote: >> Alex Menkov has updated the pull request incrementally with one additional >> commit since the last revision: >> >> feedback > > test/hotspot/jtreg/serviceability/attach/FailedDequeueTest.java line 64: > >> 62: } catch (IOEx

Re: RFR: 8356177: Regression after JDK-8352180 [v2]

2025-05-14 Thread Chris Plummer
On Wed, 14 May 2025 18:33:42 GMT, Alex Menkov wrote: >> The fix handles a special case when `AttachListener::dequeue()` fails to >> read/parse attach command request and 'PipeChannel' destructor is called >> when the current thread is `blocked`. >> >> Testing: tier1..4,hs-tier5-svc > > Alex Me

Re: RFR: 8356177: Regression after JDK-8352180 [v2]

2025-05-14 Thread Alex Menkov
> The fix handles a special case when `AttachListener::dequeue()` fails to > read/parse attach command request and 'PipeChannel' destructor is called when > the current thread is `blocked`. > > Testing: tier1..4,hs-tier5-svc Alex Menkov has updated the pull request incrementally with one additi

Re: RFR: 8356177: Regression after JDK-8352180

2025-05-14 Thread Serguei Spitsyn
On Tue, 13 May 2025 20:49:14 GMT, Alex Menkov wrote: > The fix handles a special case when `AttachListener::dequeue()` fails to > read/parse attach command request and 'PipeChannel' destructor is called when > the current thread is `blocked`. > > Testing: tier1..4,hs-tier5-svc This looks good

RFR: 8356177: Regression after JDK-8352180

2025-05-13 Thread Alex Menkov
The fix handles a special case when `AttachListener::dequeue()` fails to read/parse attach command request and 'PipeChannel' destructor is called when the current thread is `blocked`. Testing: tier1..4,hs-tier5-svc - Commit messages: - fix Changes: https://git.openjdk.org/jdk/pul