uschindler commented on code in PR #12754:
URL: https://github.com/apache/lucene/pull/12754#discussion_r1381959455


##########
lucene/core/src/java/org/apache/lucene/util/Constants.java:
##########
@@ -53,28 +53,33 @@ private Constants() {} // can't construct
   /** The value of <code>System.getProperty("java.vendor")</code>. */
   public static final String JAVA_VENDOR = System.getProperty("java.vendor");
 
+  /** True iff the Java runtime is a client runtime and C2 compiler is not 
enabled */
+  public static final boolean IS_CLIENT_VM =

Review Comment:
   The Constants class always ignored security manager. So this is not new 
here....



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