On Tue, 16 Mar 2021 06:51:59 GMT, Koichi Sakata <ksak...@openjdk.org> wrote:
> > What testing have you done? > > I added the content of the test that I've done in the body text. I was referring to the running of existing tests. I just want to make sure the format changes don't cause any tests to fail. It looks like the only test we have that uses `--mixed` is `test/hotspot/jtreg/serviceability/sa/TestJhsdbJstackMixed.java`. This test is normally run as part of the git automated testing, but it is only run on linux, and I'm seeing the following in the test results: `TEST RESULT: Passed. Skipped: jtreg.SkippedException: SA Attach not expected to work. Ptrace attach not supported.` So it was skipped since the machine does not support Ptrace attach, and this was the only attempt to run the test. ------------- PR: https://git.openjdk.java.net/jdk/pull/3004