From ecaspole at openjdk.org Fri Jul 15 14:20:57 2022 From: ecaspole at openjdk.org (Eric Caspole) Date: Fri, 15 Jul 2022 14:20:57 GMT Subject: RFR: Gcm to 8 Message-ID: By accident these JMH were never made available for 8. ------------- Commit messages: - Fix copyright for new files - Remove KeyAgreementBench from 8 - Add GCM to 8 that were only in 11 til now Changes: https://git.openjdk.org/jmh-jdk-microbenchmarks/pull/10/files Webrev: https://webrevs.openjdk.org/?repo=jmh-jdk-microbenchmarks&pr=10&range=00 Stats: 244 lines in 2 files changed: 244 ins; 0 del; 0 mod Patch: https://git.openjdk.org/jmh-jdk-microbenchmarks/pull/10.diff Fetch: git fetch https://git.openjdk.org/jmh-jdk-microbenchmarks pull/10/head:pull/10 PR: https://git.openjdk.org/jmh-jdk-microbenchmarks/pull/10 From duke at openjdk.org Fri Jul 15 14:32:18 2022 From: duke at openjdk.org (duke) Date: Fri, 15 Jul 2022 14:32:18 GMT Subject: git: openjdk/jmh-jdk-microbenchmarks: Gcm to 8 (#10) Message-ID: <4916cf1f-7023-424e-9aba-0670dcf434bf@openjdk.org> Changeset: ae279359 Author: Eric Caspole Committer: GitHub Date: 2022-07-15 10:31:16 +0000 URL: https://git.openjdk.org/jmh-jdk-microbenchmarks/commit/ae279359dab9404ac14317548776072c72693672 Gcm to 8 (#10) * Add GCM to 8 that were only in 11 til now * Remove KeyAgreementBench from 8 * Fix copyright for new files + micros-jdk8/src/main/java/org/openjdk/bench/javax/crypto/full/CipherBench.java + micros-jdk8/src/main/java/org/openjdk/bench/javax/crypto/small/CipherBench.java From ecaspole at openjdk.org Fri Jul 15 14:34:26 2022 From: ecaspole at openjdk.org (Eric Caspole) Date: Fri, 15 Jul 2022 14:34:26 GMT Subject: Withdrawn: Gcm to 8 In-Reply-To: References: Message-ID: On Fri, 15 Jul 2022 14:13:49 GMT, Eric Caspole wrote: > By accident these JMH were never made available for 8. This pull request has been closed without being integrated. ------------- PR: https://git.openjdk.org/jmh-jdk-microbenchmarks/pull/10 From ecaspole at openjdk.org Wed Jul 20 21:11:05 2022 From: ecaspole at openjdk.org (Eric Caspole) Date: Wed, 20 Jul 2022 21:11:05 GMT Subject: RFR: Do not double deploy the redefineagent Message-ID: Adding the false to the assembly plugin configuration. ------------- Commit messages: - Do not double deploy the redefineagent Changes: https://git.openjdk.org/jmh-jdk-microbenchmarks/pull/11/files Webrev: https://webrevs.openjdk.org/?repo=jmh-jdk-microbenchmarks&pr=11&range=00 Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod Patch: https://git.openjdk.org/jmh-jdk-microbenchmarks/pull/11.diff Fetch: git fetch https://git.openjdk.org/jmh-jdk-microbenchmarks pull/11/head:pull/11 PR: https://git.openjdk.org/jmh-jdk-microbenchmarks/pull/11 From duke at openjdk.org Wed Jul 20 21:28:40 2022 From: duke at openjdk.org (duke) Date: Wed, 20 Jul 2022 21:28:40 GMT Subject: git: openjdk/jmh-jdk-microbenchmarks: Do not double deploy the redefineagent (#11) Message-ID: <8ef75cc1-2b18-486b-a1a3-8e84109a21e9@openjdk.org> Changeset: 416bb885 Author: Eric Caspole Committer: GitHub Date: 2022-07-20 17:27:31 +0000 URL: https://git.openjdk.org/jmh-jdk-microbenchmarks/commit/416bb88588dbd700dc650b3412cab14ccb884b3a Do not double deploy the redefineagent (#11) ! redefineagent/pom.xml From ecaspole at openjdk.org Wed Jul 20 21:31:27 2022 From: ecaspole at openjdk.org (Eric Caspole) Date: Wed, 20 Jul 2022 21:31:27 GMT Subject: Withdrawn: Do not double deploy the redefineagent In-Reply-To: References: Message-ID: On Wed, 20 Jul 2022 21:06:05 GMT, Eric Caspole wrote: > Adding the false to the assembly plugin configuration. This pull request has been closed without being integrated. ------------- PR: https://git.openjdk.org/jmh-jdk-microbenchmarks/pull/11