[jdk22u] RFR: 8324648: Avoid NoSuchMethodError when instantiating NativePRNG
Oli Gillespie
ogillespie at openjdk.org
Wed Mar 13 10:33:18 UTC 2024
On Tue, 12 Mar 2024 11:57:59 GMT, Oli Gillespie <ogillespie at openjdk.org> wrote:
> Hi all,
>
> This pull request contains a backport of commit [69b2674c](https://github.com/openjdk/jdk/commit/69b2674c6861fdb7d9f9cb39e07d50515c73e33a) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
>
> The commit being backported was authored by Oli Gillespie on 9 Feb 2024 and was reviewed by Aleksey Shipilev, Weijun Wang, Chen Liang and Valerie Peng.
>
> Thanks!
Benchmark results (make test TEST=micro:org.openjdk.bench.java.security.SecureRandomBench, pulling the benchmark from https://github.com/openjdk/jdk22u/pull/98):
Before: 2972 ± 132 ns/op
After: 490 ± 5 ns/op
-------------
PR Comment: https://git.openjdk.org/jdk22u/pull/99#issuecomment-1994058997
More information about the jdk-updates-dev
mailing list