CH-Abhinav opened a new pull request, #16498:
URL: https://github.com/apache/lucene/pull/16498

   ### Description
   Following the discussion with @uschindler in #16497, this PR cleans up 
legacy code in the main branch to reflect the recent Java 25 baseline migration:
   
   1. Removes Constants.IS_JVMCI_VM and its associated fallback block in 
VectorizationProvider.java.
   
   2.Updates the stale assertion assert runtimeVersion >= 21 to >= 25.
   
   (Note: The UPPER_JAVA_FEATURE_VERSION check remains untouched per maintainer 
instructions to preserve the forward-compatibility whitelist).
   
   ### Testing
   Ran :lucene:core:test --tests "*VectorUtil*" locally under Oracle GraalVM 25 
(25+37.1).
   
   - All 348 vector utility tests passed cleanly.
   
   - Confirmed jdk.incubator.vector module was loaded during execution.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to