[jdk17u-dev] Integrated: 8324648: Avoid NoSuchMethodError when instantiating NativePRNG

Oli Gillespie ogillespie at openjdk.org
Tue Jun 4 08:58:13 UTC 2024


On Tue, 19 Mar 2024 14:16:30 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.
> 
> I had to manually resolve the copyright change, but apart from that it's clean.
> 
> Benchmark results (`make test TEST=micro:org.openjdk.bench.java.security.SecureRandomBench`, using the benchmark from https://github.com/openjdk/jdk/pull/17559):
> 
> 
> Before: 2614 ± 127  ns/op
>  After:  508 ± 7 ns/op
>  ```
> 
> Thanks!

This pull request has now been integrated.

Changeset: b275236f
Author:    Oli Gillespie <ogillespie at openjdk.org>
Committer: Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jdk17u-dev/commit/b275236fc5b50890ffc7c0470f017913489d3193
Stats:     16 lines in 1 file changed: 9 ins; 3 del; 4 mod

8324648: Avoid NoSuchMethodError when instantiating NativePRNG

Backport-of: 69b2674c6861fdb7d9f9cb39e07d50515c73e33a

-------------

PR: https://git.openjdk.org/jdk17u-dev/pull/2308


More information about the jdk-updates-dev mailing list