On Wed, 17 Aug 2022 17:31:50 GMT, Weijun Wang <wei...@openjdk.org> wrote:
> The test should ensure the stack trace is included in the debug output. > Please check the content of `s`. Make sure this test succeeds after the code > change and fails before it. I have made an attempt to include what you suggested. I didn't get how will this test case fails without my fix. In other words this test case seems to pass overall with or without fix. The difference is with my fix the stack trace is printed and without the fix stack trace is not printed. ------------- PR: https://git.openjdk.org/jdk/pull/9159