CH-Abhinav commented on PR #16497:
URL: https://github.com/apache/lucene/pull/16497#issuecomment-5239146766

   There is this code block in `VectorizationProvider.java` at line 138-140
   `final int runtimeVersion = Runtime.version().feature();`
       `assert runtimeVersion >= 21;`
        `if (runtimeVersion <= UPPER_JAVA_FEATURE_VERSION)`
   This Lines check if version is above 21 then what should be done. If main 
branch is supporting JDK 25+ this code is obsolete.
   So should I make PR addressing `VectorizationProvider.java` entirely? Or 
keep PR oriented towards Constant `Constants.IS_JVMCI_VM` only?


-- 
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