On Tue, 3 Feb 2026 19:01:11 GMT, Justin Lu <[email protected]> wrote: >> Good catch! Thanks. The test was not running jline indeed. Now the system >> property is passed down to the java launcher so that the test correctly >> checks for both java.base and jline implementations. I think keeping the >> test run separately would help diagnose the jtreg logs. > > A parameterized test with a string value source containing the two property > values would also be a concise way to have helpful Jtreg logs if we wanted to > keep it to a single `@run`.
Good point. Made it a single run with parameterized ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/29493#discussion_r2760753745
