On Sun, 19 Jun 2022 23:38:36 GMT, Chris Hennick wrote:
>> This PR improves both the performance of `nextExponential` and
>> `nextGaussian` and the distribution of output at the tails. It fixes the
>> following imperfections:
>>
>> * Repeatedly adding DoubleZigguratTables.exponentialX0 to extra
> Since the impact of this bug can be big, and the fix is simple and low risk
> (just avoids doing optimizations), I'd like to put this into JDK 19 before
> RDP2 (Jul 21).
>
> CDS cannot handle Lambda proxy classes that are generated in the
> useImplMethodHandle mode. This could happen with cla
On Mon, 18 Jul 2022 03:15:02 GMT, Ioi Lam wrote:
> Since the impact of this bug can be big, and the fix is simple and low risk
> (just avoids doing optimizations), I'd like to put this into JDK 19 before
> RDP2 (Jul 21).
>
> CDS cannot handle Lambda proxy classes that are generated in the
> u
Since the impact of this bug can be big, and the fix is simple and low risk
(just avoids doing optimizations), I'd like to put this into JDK 19 before RDP2
(Jul 21).
CDS cannot handle Lambda proxy classes that are generated in the
useImplMethodHandle mode. This could happen with classfiles gene
On Sun, 17 Jul 2022 10:58:45 GMT, Claes Redestad wrote:
>> @merykitty, the proposed change is functionally correct.
>>
>> @cl4es, what set of platforms do we usually consider for evaluating
>> performance changes like this?
>
>> @cl4es, what set of platforms do we usually consider for evaluatin
Please review these changes to the nroff manpage files so that they match their
markdown sources that Oracle maintains.
All pages at a minimum have 19-ea replaced with 19, and copyright set to 2022
if needed. Additionally:
The Java manpage was missing updates from:
- [JDK-8282018](https://bugs
On Sat, 16 Jul 2022 12:26:23 GMT, Jesper Wilhelmsson
wrote:
> Forwardport JDK 19 -> JDK 20
This pull request has now been integrated.
Changeset: 522b6574
Author:Jesper Wilhelmsson
URL:
https://git.openjdk.org/jdk/commit/522b65743ca10fcba0a27d25b8fa1131e228
Stats: 68 lines i
On Thu, 14 Jul 2022 05:17:09 GMT, Joe Darcy wrote:
> @cl4es, what set of platforms do we usually consider for evaluating
> performance changes like
A mix of x86 and aarch64 systems, some old, some new. We could run the
microbenchmark on our internal performance system to verify the reported