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

2024-02-01 Thread Anthony Scarpino
On Thu, 11 Jan 2024 16:34:37 GMT, Mark Powers wrote: >> https://bugs.openjdk.org/browse/JDK-8318105 > > Mark Powers has updated the pull request incrementally with two additional > commits since the last revision: > > - Copyright > - reworked to use Benchmark and Thread State look good

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

2024-01-11 Thread Mark Powers
> https://bugs.openjdk.org/browse/JDK-8318105 Mark Powers has updated the pull request incrementally with two additional commits since the last revision: - Copyright - reworked to use Benchmark and Thread State - Changes: - all: https://git.openjdk.org/jdk/pull/16435/files -

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

2023-11-17 Thread Mark Powers
On Fri, 17 Nov 2023 17:28:40 GMT, Kevin Driver 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 assum

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

2023-11-17 Thread Kevin Driver
On Tue, 31 Oct 2023 18:16:11 GMT, Mark Powers 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 jus

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

2023-10-31 Thread Mark Powers
https://bugs.openjdk.org/browse/JDK-8318105 - Commit messages: - @State(Scope.Thread) preference - first iteration Changes: https://git.openjdk.org/jdk/pull/16435/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16435&range=00 Issue: https://bugs.openjdk.org/browse/JDK-831