Re: RFR: 8306006: strace001.java fails due to unknown methods on stack [v2]

2023-04-19 Thread Fredrik Bredberg
On Wed, 19 Apr 2023 11:30:42 GMT, Fredrik Bredberg wrote: >> Added the missing java.lang.Thread.beforeSleep and java.lang.afterSleep to >> expectedSystemTrace. >> Tested on my local machine. > > Fredrik Bredberg has updated the pull request incrementally with two > additional commits since the

Re: RFR: 8306006: strace001.java fails due to unknown methods on stack [v2]

2023-04-19 Thread David Holmes
On Wed, 19 Apr 2023 11:30:42 GMT, Fredrik Bredberg wrote: >> Added the missing java.lang.Thread.beforeSleep and java.lang.afterSleep to >> expectedSystemTrace. >> Tested on my local machine. > > Fredrik Bredberg has updated the pull request incrementally with two > additional commits since the

Re: RFR: 8306006: strace001.java fails due to unknown methods on stack [v2]

2023-04-19 Thread Alan Bateman
On Wed, 19 Apr 2023 11:30:42 GMT, Fredrik Bredberg wrote: >> Added the missing java.lang.Thread.beforeSleep and java.lang.afterSleep to >> expectedSystemTrace. >> Tested on my local machine. > > Fredrik Bredberg has updated the pull request incrementally with two > additional commits since the

Re: RFR: 8306006: strace001.java fails due to unknown methods on stack [v2]

2023-04-19 Thread Fredrik Bredberg
> Added the missing java.lang.Thread.beforeSleep and java.lang.afterSleep to > expectedSystemTrace. > Tested on my local machine. Fredrik Bredberg has updated the pull request incrementally with two additional commits since the last revision: - Updated after review - Added java.util.concurren