uschindler commented on issue #12307:
URL: https://github.com/apache/lucene/issues/12307#issuecomment-1807127120

   > Apparently, starting from Lucene 9.x the Multi-Release JAR files are used:
   
   Actually, Lucene already used in its 8.x releases the MRJAR features, but 
without the extra class files it was just not perfectly optimized when runtime 
was Java 9+.
   
   The new features of Java 19+ like improved mmap disk IO and vectorization 
are enabled without a fallback, so this causes havoc if the class files are not 
found.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to