RFR: JDK-8318105 [jmh] the test java.security.HSS failed with 2 active threads

Kevin Driver kdriver at openjdk.org
Fri Nov 17 17:31:32 UTC 2023


On Tue, 31 Oct 2023 18:16:11 GMT, Mark Powers <mpowers at openjdk.org> wrote:

> https://bugs.openjdk.org/browse/JDK-8318105

test/micro/org/openjdk/bench/java/security/HSS.java line 83:

> 81:     @Setup
> 82:     public void setup() throws Exception {
> 83:         p = Security.getProvider("SUN");

I assume this was just a "sanity check" to see whether it's an Oracle/Sun JDK? In which case, I understand removing it. However, if it has to do with the threading model and some kind of locking of the provider, you might want to add some more to your description.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16435#discussion_r1397653017



More information about the security-dev mailing list