On Wed, 6 Apr 2022 06:23:47 GMT, Jatin Bhateja wrote:
>>> Also need a jtreg test for this.
>>
>> Thanks Sandhya for the review. Made the suggested changes and added jtreg
>> tests as well.
>
> Hi @vamsi-parasa , thanks for addressing my comments, looks good to me
> otherwise apart from the out
On Tue, 22 Feb 2022 09:24:47 GMT, Srinivas Vamsi Parasa
wrote:
> Optimizes the divideUnsigned() and remainderUnsigned() methods in
> java.lang.Integer and java.lang.Long classes using x86 intrinsics. This
> change shows 3x improvement for Integer methods and upto 25% improvement for
> Long. T
On Sat, 9 Apr 2022 18:25:54 GMT, Vladimir Kozlov wrote:
> Testing passed.
Thank you Vladimir!
-
PR: https://git.openjdk.java.net/jdk/pull/7572
On Fri, 8 Apr 2022 13:43:39 GMT, Alan Bateman wrote:
> This is the implementation of JEP 425: Virtual Threads (Preview); TBD which
> JDK version to target.
>
> We will refresh this PR periodically to pick up changes and fixes from the
> loom repo.
>
> Most of the new mechanisms in the HotSpot
On Fri, 8 Apr 2022 19:13:35 GMT, Paul Sandoz wrote:
>> Add support to compress bits and expand bits of `int` and `long` values, see
>> Hacker's Delight (2nd edition), section 7.4.
>>
>> Compressing or expanding bits of an `int` or `long` value can be composed to
>> enable general permutations,
On Fri, 8 Apr 2022 22:17:23 GMT, Srinivas Vamsi Parasa
wrote:
>> Optimizes the divideUnsigned() and remainderUnsigned() methods in
>> java.lang.Integer and java.lang.Long classes using x86 intrinsics. This
>> change shows 3x improvement for Integer methods and upto 25% improvement for
>> Long
On Sat, 9 Apr 2022 16:02:17 GMT, liach wrote:
> > > Quick question: If the maps are intended to be fixed-size, can't the
> > > users just call `new HashMap<>(size, 1)`, increasing the growth factor to
> > > prevent growth?
> >
> >
> > @liach this questions equals question : "why default load
On Sat, 9 Apr 2022 15:25:47 GMT, XenoAmess wrote:
> > Quick question: If the maps are intended to be fixed-size, can't the users
> > just call `new HashMap<>(size, 1)`, increasing the growth factor to prevent
> > growth?
>
> @liach this questions equals question : "why default load factor be 0
On Sat, 9 Apr 2022 04:33:00 GMT, liach wrote:
> Quick question: If the maps are intended to be fixed-size, can't the users
> just call `new HashMap<>(size, 1)`, increasing the growth factor to prevent
> growth?
@liach this questions equals question : "why default load factor be 0.75 not 1"
In
On Fri, 8 Apr 2022 13:43:39 GMT, Alan Bateman wrote:
> This is the implementation of JEP 425: Virtual Threads (Preview); TBD which
> JDK version to target.
>
> We will refresh this PR periodically to pick up changes and fixes from the
> loom repo.
>
> Most of the new mechanisms in the HotSpot
10 matches
Mail list logo