RFR: 8374555: No need for visible input warning in s.s.u.Password when not reading from System.in [v2]

Sean Coffey coffeys at openjdk.org
Tue Jan 6 14:24:53 UTC 2026


On Tue, 6 Jan 2026 14:01:23 GMT, Sean Coffey <coffeys at openjdk.org> wrote:

>> I've reset the streams in finally. Is it still necessary to use ovm?
>
> not sure - couldn't it still interfere with tests running in parallel ?

actually - perhaps the test is fine as is.  jtreg only runs 1 test per time in any one JVM :
https://openjdk.org/jtreg/faq.html#what-are-the-agentvm-and-othervm-modes

jtreg provides the ability to run tests in parallel, using multiple JVMs running at once. (jtreg never runs multiple tests at the same time in any one JVM.)

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/29051#discussion_r2665084634


More information about the security-dev mailing list