On Tue, 31 Oct 2023 18:16:11 GMT, Mark Powers <mpow...@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