On Wed, 15 Jul 2026 18:29:27 GMT, Andreas Chmielewski 
<[email protected]> wrote:

> Thanks for your review!
> 
> I immediately spotted one opportunity to reduce the number of spawned VMs 
> further, from 90 to 60. Currently, the test also disables each cipher suite 
> by its full suite name:
> 
> `tests.add(new String[] { suiteName, suiteName, "disabled" });`
> 
> However, the purpose of this test is to verify the behavior of disabling bulk 
> cipher algorithms, not disabling cipher suites by name. I therefore propose 
> removing this case entirely.
> 
> Other than that, I would prefer to keep the test in its current form, as it 
> exercises all supported cipher suites. If you agree, I'll update the PR 
> accordingly.

Yes, that will be fine. Thanks.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/31812#discussion_r3590495914

Reply via email to