On Wed, 28 Sep 2022 18:55:09 GMT, Viktor Klang wrote:
> Removes the `defaultIndex`since it is no longer used.
This pull request has now been integrated.
Changeset: b030c7de
Author: Viktor Klang
Committer: Jaikiran Pai
URL:
https://git.openjdk.org/jdk/com
On Fri, 1 Sep 2023 08:21:13 GMT, Per Minborg wrote:
> This PR proposes adding a new method to BitSet that provides an immutable
> snapshot of the set in the form of an `IntPredicate`.
>
> The predicate is eligible for constant folding.
>
> Here are some classes in the JDK that would benefit di
On Fri, 9 May 2025 08:38:39 GMT, Per Minborg wrote:
>> This sketch shows how "Stable Updaters" can be used to create stable
>> computations of `@Stable` fields. Only one updater is needed per class,
>> similar to `AtomicIntegerFieldUpdater`.
>
> Per Minborg has updated the pull request with a n