Re: RFR: 8342103: C2 compiler support for Float16 type and associated scalar operations [v12]

2025-01-26 Thread Emanuel Peter
On Fri, 24 Jan 2025 10:39:34 GMT, Jatin Bhateja wrote: >> Hi All, >> >> This patch adds C2 compiler support for various Float16 operations added by >> [PR#22128](https://github.com/openjdk/jdk/pull/22128) >> >> Following is the summary of changes included with this patch:- >> >> 1. Detection

Re: RFR: 8342103: C2 compiler support for Float16 type and associated scalar operations [v11]

2025-01-26 Thread Emanuel Peter
On Fri, 24 Jan 2025 10:36:29 GMT, Jatin Bhateja wrote: >> Jatin Bhateja has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Review suggestions incorporated. > >> test/hotspot/jtreg/compiler/vectorization/TestFloat16VectorConvChain.java > >

Re: RFR: 8342103: C2 compiler support for Float16 type and associated scalar operations [v11]

2025-01-26 Thread Emanuel Peter
On Fri, 24 Jan 2025 10:36:29 GMT, Jatin Bhateja wrote: >> Jatin Bhateja has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Review suggestions incorporated. > >> test/hotspot/jtreg/compiler/vectorization/TestFloat16VectorConvChain.java > >

UUIDv7

2025-01-26 Thread Bernd
Hello,In the past I startet out with Application Code to generate UUIDs, then moved to the JCL Version for randomUUID() and enjoyed the benefit of speed and no additional depenemcy. However random v4 always had the problem of ruining Index locality in databases. So now I would be in the Position to

Re: mapConcurrent() with InterruptedException

2025-01-26 Thread Jige Yu
Checking in on what you've found out, Viktor. >From where we left off, I understand that you were looking at alternatives instead of silent truncation? Have you reached any conclusion? We touched on disallowing interruption during mapConcurrent(). I still have concerns with disabling cancellatio

Re: Request for Enhancement: java.io.Writer.of(Appendable) as an efficient alternative to java.io.StringWriter

2025-01-26 Thread Markus KARG
As there have not been any more comments so far in the past weeks, I assume there is common agreement with my current proposal. If not, please chime in ASAP. If there are no further comments, I will continue with the existing PR next. -Markus Am 31.12.2024 um 14:43 schrieb Markus KARG: Hi