uschindler commented on code in PR #12766: URL: https://github.com/apache/lucene/pull/12766#discussion_r1382647154
########## lucene/core/src/java/org/apache/lucene/util/Constants.java: ########## @@ -66,6 +66,10 @@ private Constants() {} // can't construct /** True iff the Java VM is based on Hotspot and has the Hotspot MX bean readable by Lucene. */ public static final boolean IS_HOTSPOT_VM = HotspotVMOptions.IS_HOTSPOT_VM; + /** True if jvmci is enabled (e.g. graalvm) */ + public static final boolean IS_JVMCI = Review Comment: This would be more consistent with the other 2 constants. -- 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