Re: RFR: 8304314: StackWalkTest.java fails after CODETOOLS-7903373

2023-03-16 Thread Mandy Chung
On Thu, 16 Mar 2023 13:26:35 GMT, Leonid Mesnik wrote: > The test depends on the jtreg stack and should be updated. > The fix is backported from loom repo where jtreg with CODETOOLS-7903373 is > used. > Tested with current promoted jtreg (without CODETOOLS-7903373) by running > test. Marked as

Re: RFR: 8304314: StackWalkTest.java fails after CODETOOLS-7903373

2023-03-16 Thread Alan Bateman
On Thu, 16 Mar 2023 13:26:35 GMT, Leonid Mesnik wrote: > The test depends on the jtreg stack and should be updated. > The fix is backported from loom repo where jtreg with CODETOOLS-7903373 is > used. > Tested with current promoted jtreg (without CODETOOLS-7903373) by running > test. Marked as

RFR: 8304314: StackWalkTest.java fails after CODETOOLS-7903373

2023-03-16 Thread Leonid Mesnik
The test depends on the jtreg stack and should be updated. The fix is backported from loom repo where jtreg with CODETOOLS-7903373 is used. Tested with current promoted jtreg (without CODETOOLS-7903373) by running test. - Commit messages: - 8304314: StackWalkTest.java fails after COD