MCPcopy Index your code
hub / github.com/apache/tomcat / isGraalAvailable

Method isGraalAvailable

java/org/apache/tomcat/util/compat/JreCompat.java:129–131  ·  view source on GitHub ↗

Check if Graal is available. @return true if Graal is available

()

Source from the content-addressed store, hash-verified

127 * @return {@code true} if Graal is available
128 */
129 public static boolean isGraalAvailable() {
130 return graalAvailable;
131 }
132
133
134 public static boolean isJre19Available() {

Callers 10

TomcatClass · 0.95
StandardContextClass · 0.95
loadClassMethod · 0.95
clearReferencesMethod · 0.95
findClassInternalMethod · 0.95
buildClassPathMethod · 0.95
CharsetMapperMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected