On Fri, 17 Nov 2023 17:28:40 GMT, Kevin Driver <kdri...@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. Yes, it was an unnecessary sanity check. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/16435#discussion_r1397660984