Volodymyr Paprotski
|
d6b40d3033
|
8344144: AES/CBC slow at big payloads
Reviewed-by: sviswanathan, abarashev, ascarpino
|
2024-11-21 19:17:57 +00:00 |
|
Claes Redestad
|
90bd544512
|
8342958: Use jvmArgs consistently in microbenchmarks
Reviewed-by: ecaspole, jvernee
|
2024-10-28 22:40:25 +00:00 |
|
Claes Redestad
|
af5e53241b
|
8342806: Desugar capturing lambda in StringNameTable
Reviewed-by: mcimadamore, liach
|
2024-10-22 14:29:52 +00:00 |
|
Smita Kamath
|
a6b318863f
|
8337632: AES-GCM Algorithm optimization for x86_64
Reviewed-by: jbhateja, sviswanathan
|
2024-09-30 17:00:13 +00:00 |
|
Volodymyr Paprotski
|
afed7d0b05
|
8329538: Accelerate P256 on x86_64 using Montgomery intrinsic
Reviewed-by: ihse, ascarpino, sviswanathan
|
2024-05-22 16:27:27 +00:00 |
|
Anthony Scarpino
|
dc9c77bebe
|
8318756: Create better internal buffer for AEADs
Reviewed-by: djelinski
|
2023-12-06 18:09:10 +00:00 |
|
Swati Sharma
|
b438cffdb9
|
8314085: Fixing scope from benchmark to thread for JMH tests having shared state
Co-authored-by: Vladimir Ivanov <vaivanov@openjdk.org>
Reviewed-by: sviswanathan, ecaspole
|
2023-10-03 16:01:36 +00:00 |
|
Erik Joelsson
|
020255a72d
|
8267174: Many test files have the wrong Copyright header
Reviewed-by: valeriep, aivanov, iris, dholmes, ihse
|
2023-09-12 20:16:05 +00:00 |
|
Andrew Haley
|
dc21e8aa83
|
8296411: AArch64: Accelerated Poly1305 intrinsics
Reviewed-by: redestad, adinn
|
2023-06-02 14:28:44 +00:00 |
|
Aleksey Shipilev
|
6765761075
|
8308118: Avoid multiarray allocations in AESCrypt.makeSessionKey
Reviewed-by: xuelei
|
2023-05-19 06:53:50 +00:00 |
|
Per Minborg
|
b504c9411e
|
8300235: Use VarHandle access in Image(Input | Output)StreamImpl classes
Reviewed-by: rriggs
|
2023-02-03 07:24:20 +00:00 |
|
Daniel Jeliński
|
36de61c460
|
8298865: Excessive memory allocation in CipherOutputStream AEAD decryption
Reviewed-by: valeriep, ascarpino
|
2022-12-20 10:27:33 +00:00 |
|
Daniel Jeliński
|
b9074fa1ed
|
8298249: Excessive memory allocation in CipherInputStream AEAD decryption
Reviewed-by: ascarpino, valeriep
|
2022-12-15 06:54:33 +00:00 |
|
Volodymyr Paprotski
|
203251ffc0
|
8297379: Enable the ByteBuffer path of Poly1305 optimizations
Reviewed-by: sviswanathan, ascarpino, jnimeh
|
2022-12-06 16:47:45 +00:00 |
|
Jamil Nimeh
|
cd6bebbf34
|
8247645: ChaCha20 intrinsics
Reviewed-by: sviswanathan, ngasson, vlivanov, ascarpino
|
2022-11-29 14:40:20 +00:00 |
|
Aleksey Shipilev
|
bd51b7ea43
|
8296645: org.openjdk.bench.javax.tools.Javac leaves class files in current directory
Reviewed-by: redestad, jpai
|
2022-11-29 11:09:06 +00:00 |
|
Volodymyr Paprotski
|
f12710e938
|
8288047: Accelerate Poly1305 on x86_64 using AVX512 instructions
Reviewed-by: sviswanathan, vlivanov
|
2022-11-21 21:01:25 +00:00 |
|
Xue-Lei Andrew Fan
|
c4b6920a40
|
8296910: Add EdDSA/XDH/RSASSA-PSS to KeyPairGeneratorBench.java
Reviewed-by: weijun
|
2022-11-18 17:43:54 +00:00 |
|
Claes Redestad
|
1586bf862b
|
8286401: Address possibly lossy conversions in Microbenchmarks
Reviewed-by: shade, ecaspole
|
2022-05-11 20:51:57 +00:00 |
|
Anthony Scarpino
|
5832882492
|
8269827: JMH tests for AES/GCM byte[] and bytebuffers
Reviewed-by: ecaspole, weijun
|
2021-07-08 17:19:46 +00:00 |
|
Valerie Peng
|
136badb1f7
|
8248268: Support KWP in addition to KW
Reviewed-by: xuelei
|
2021-06-02 21:31:57 +00:00 |
|
Dongbo He
|
85f616522b
|
8267817: [TEST] Remove unnecessary init in test/micro/org/openjdk/bench/javax/crypto/full/AESGCMBench:setup
Reviewed-by: redestad
|
2021-05-27 11:49:25 +00:00 |
|
Anthony Scarpino
|
b6a9f3015a
|
8241680: crypto microbenchmarks need updating for disabled EC curves
Reviewed-by: ecaspole, redestad, skuksenko, jnimeh
|
2020-06-09 16:01:25 -07:00 |
|
Anthony Scarpino
|
fd28aad72d
|
8166597: Crypto support for the EdDSA Signature Algorithm
Reviewed-by: weijun, mullan, wetmore
|
2020-05-18 09:42:52 -07:00 |
|
Eric Caspole
|
44444bb249
|
8238189: Cleanups to AES crypto micros
Move all tested algorithms into the small set
Reviewed-by: xuelei
|
2020-01-30 10:31:43 -05:00 |
|
Mikael Vidstedt
|
3318314c7c
|
8237589: Fix copyright header formatting
Reviewed-by: jjg, serb, iris, jwilhelm
|
2020-01-21 14:23:01 -08:00 |
|
Shravya Rukmannagari
|
793585b494
|
8225625: AES Electronic Codebook (ECB) encryption and decryption optimization using AVX512 + VAES instructions
AES-ECB encryption and decryption optimization for x86_64 architectures supporting AVX3+VAES
Co-authored-by: Smita Kamath <smita.kamath@intel.com>
Reviewed-by: kvn, valeriep
|
2019-08-16 14:42:50 -07:00 |
|
Valerie Peng
|
ef9b6ed5c3
|
8229214: Don't use GCM with PKCS5Padding in test/micro/org/openjdk/bench/javax/crypto/
Update AESGCMBench.java and CipherBench.java accordingly
Reviewed-by: xuelei, ecaspole
|
2019-08-07 20:46:28 +00:00 |
|
Adam Petcher
|
e4da9cdab0
|
8217518: Crypto benchmarks not warming up in time
Adding +AlwaysPreTouch to crypto benchmarks to allow GC to warm up
Reviewed-by: redestad
|
2019-01-24 09:25:06 -05:00 |
|
Adam Petcher
|
df05de6ea7
|
8215643: Microbenchmarks for KeyAgreement and Cipher
Adding some missing microbenchmarks for crypto algorithms
Reviewed-by: jnimeh
|
2019-01-02 13:06:04 -05:00 |
|
Eric Caspole
|
b29a8205f1
|
8215140: Port missing crypto JMH micros from jmh-jdk-microbenchmarks
Reviewed-by: redestad
|
2018-12-11 14:09:55 -05:00 |
|
Claes Redestad
|
7a30c97753
|
8061281: Microbenchmark suite build support, directory layout and sample benchmarks
8061282: Migrate jmh-jdk-microbenchmarks into the JDK
Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Staffan Friberg <sfriberg@kth.se>
Reviewed-by: ecaspole, mchung, erikj, ihse
|
2018-11-16 23:39:51 +01:00 |
|