> ### Performance regression of DecimalFormat.format
> From the output of perf, we can see the hottest regions contain atomic
> instructions. But when run with JDK 11, there is no such problem. The reason
> is the removed biased locking.
> The DecimalFormat uses StringBuffer everywhere, and St
On Mon, 3 Jun 2024 05:06:00 GMT, Jaikiran Pai wrote:
> Can I please get a review of this change which updates the API specification
> of `java.util.zip.InflaterInputStream.skip()` method to match its current
> implementation?
>
> `InflaterInputStream.skip()`, just like `DeflaterInputStream.ski
> Can I please get a review of this change which updates the API specification
> of `java.util.zip.InflaterInputStream.skip()` method to match its current
> implementation?
>
> `InflaterInputStream.skip()`, just like `DeflaterInputStream.skip()`, takes a
> `long` value `n` representing the numb
On Mon, 3 Jun 2024 04:25:38 GMT, Jaikiran Pai wrote:
> Can I please get a review of this test-only change which uncomments an
> additional test that was commented out in
> `test/jdk/java/util/jar/JarFile/mrjar/MultiReleaseJarAPI.java`?
>
> As noted in https://bugs.openjdk.org/browse/JDK-89
Can I please get a review of this change which updates the API specification of
`java.util.zip.InflaterInputStream.skip()` method to match its current
implementation?
`InflaterInputStream.skip()`, just like `DeflaterInputStream.skip()`, takes a
`long` value `n` representing the number of bytes
Can I please get a review of this test-only change which uncomments an
additional test that was commented out in
`test/jdk/java/util/jar/JarFile/mrjar/MultiReleaseJarAPI.java`?
As noted in https://bugs.openjdk.org/browse/JDK-898, the original issue due
to which this line was commented out i
### Performance regression of DecimalFormat.format
>From the output of perf, we can see the hottest regions contain atomic
>instructions. But when run with JDK 11, there is no such problem. The reason
>is the removed biased locking.
The DecimalFormat uses StringBuffer everywhere, and StringBuf
On Wed, 22 May 2024 13:23:25 GMT, Severin Gehwolf wrote:
>> Please review this patch which adds a jlink mode to the JDK which doesn't
>> need the packaged modules being present. A.k.a run-time image based jlink.
>> Fundamentally this patch adds an option to use `jlink` even though your JDK
>>
On Fri, 31 May 2024 13:18:33 GMT, Doug Lea wrote:
>> This set of changes address causes of poor utilization with small numbers of
>> cores due to overly aggressive contention avoidance. A number of further
>> adjustments were needed to still avoid most contention effects in
>> deployments with