Re: Lucene benchmarks against JDK 25

Uwe Schindler <[email protected]>
Newsgroups gmane.comp.jakarta.lucene.devel
Message-ID <[email protected]>
Hi,

We don't use ClassValue too extensively, only at one place: The only use 
of ClassValue is in TokenStream's attribute management. There we only 
use it to keep track of attributes and how to construct them. In that 
case it is "write-once, read-many" and items are never deleted. So 
basically when a TokenStream is constructed and attributes are added, we 
keep track of the implementations responsible for all attribute classes.

Uwe

Am 26.08.2025 um 14:19 schrieb Luca Cavanna:
> Hey all,
> I was wondering if anyone ran Lucene benchmarks against JDK 25 so far.
>
> Based on another thread in this same list, I would assume that we ran 
> successful tests but no benchmarks yet. Would it make sense to set 
> this up yet or is it too early?
>
> In particular, I have some questions about 
> https://bugs.openjdk.org/browse/JDK-8358535 and whether it may impact 
> Lucene.
>
> Cheers
> Luca
>
>
-- 
Uwe Schindler
Achterdiek 19, D-28357 Bremen
https://www.thetaphi.de
eMail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.