From 7e921e4ed9f19e7ed1f70726c0a7053e5b9d9df0 Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Fri, 9 Feb 2024 23:15:05 +0100 Subject: [PATCH] fix typo in CHANGES.txt --- lucene/CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 8856d9c7b80..bc8f6d61d40 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -204,7 +204,7 @@ New Features Lucene's MMapDirectory will now mmap Lucene indexes in chunks of 16 GiB (instead of 1 GiB) starting from Java 19. Indexes closed while queries are running can no longer crash the JVM. Support for vectorized implementations of VectorUtil based on jdk.incubator.vector APIs was added - for eactly Java 22. Therefore, applications started with command line parameter + for exactly Java 22. Therefore, applications started with command line parameter "java --add-modules jdk.incubator.vector" will automatically use the new vectorized implementations if running on a supported platform (Java 20/21/22 on x86 CPUs with AVX2 or later or ARM NEON CPUs). This is an opt-in feature and requires explicit Java command line flag! When enabled, Lucene logs