Searched refs:COMPRESSION_THRESHOLD (Results 1 - 1 of 1) sorted by relevance

/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.graph/src/org/graalvm/compiler/graph/
H A DGraph.java779 public static final int COMPRESSION_THRESHOLD = Options.GraphCompressionThreshold.getValue(); field in class:Graph
784 * If the {@linkplain #COMPRESSION_THRESHOLD compression threshold} is met, the list of nodes is
794 if (COMPRESSION_THRESHOLD == 0 || liveNodePercent >= COMPRESSION_THRESHOLD) {

Completed in 37 milliseconds