Re: RFR: 8323296: java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java#id1 timed out [v2]

2024-01-11 Thread Jaikiran Pai
On Thu, 11 Jan 2024 16:50:42 GMT, Alan Bateman wrote: >> This test was recently dialled down via JDK-8323002 but it still makes slow >> progress on some test machines, esp. macox-x64-debug builds. The issue is >> that the sampling of the target thread is skewed towards the unmounted case >> so

Re: RFR: 8323296: java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java#id1 timed out [v2]

2024-01-11 Thread Alan Bateman
On Thu, 11 Jan 2024 13:21:16 GMT, Jaikiran Pai wrote: >> Alan Bateman has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Run in othervm mode > > test/jdk/java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java > line 52: > >> 50:

Re: RFR: 8323296: java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java#id1 timed out [v2]

2024-01-11 Thread Alan Bateman
> This test was recently dialled down via JDK-8323002 but it still makes slow > progress on some test machines, esp. macox-x64-debug builds. The issue is > that the sampling of the target thread is skewed towards the unmounted case > so the target thread is disabled from being scheduled and does

Re: RFR: 8323296: java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java#id1 timed out

2024-01-11 Thread Jaikiran Pai
On Thu, 11 Jan 2024 14:12:03 GMT, Alan Bateman wrote: > There are intermittent states and the stack walk will depend on whether the > target is mounted or not. Thank you for that detail. - PR Review Comment: https://git.openjdk.org/jdk/pull/17353#discussion_r1448930993

Re: RFR: 8323296: java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java#id1 timed out

2024-01-11 Thread Alan Bateman
On Thu, 11 Jan 2024 13:49:14 GMT, Jaikiran Pai wrote: >> This test was recently dialled down via JDK-8323002 but it still makes slow >> progress on some test machines, esp. macox-x64-debug builds. The issue is >> that the sampling of the target thread is skewed towards the unmounted case >> so

Re: RFR: 8323296: java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java#id1 timed out

2024-01-11 Thread Jaikiran Pai
On Wed, 10 Jan 2024 20:25:21 GMT, Alan Bateman wrote: > This test was recently dialled down via JDK-8323002 but it still makes slow > progress on some test machines, esp. macox-x64-debug builds. The issue is > that the sampling of the target thread is skewed towards the unmounted case > so the

Re: RFR: 8323296: java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java#id1 timed out

2024-01-11 Thread Jaikiran Pai
On Wed, 10 Jan 2024 20:25:21 GMT, Alan Bateman wrote: > This test was recently dialled down via JDK-8323002 but it still makes slow > progress on some test machines, esp. macox-x64-debug builds. The issue is > that the sampling of the target thread is skewed towards the unmounted case > so the

RFR: 8323296: java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java#id1 timed out

2024-01-10 Thread Alan Bateman
This test was recently dialled down via JDK-8323002 but it still makes slow progress on some test machines, esp. macox-x64-debug builds. The issue is that the the sampling of the target thread is skewed towards the unmounted case so the target thread is disabled from being scheduled and doesn't