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

/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DInstruction.java98 public static final double SWITCHRATIO; field in class:Instruction
101 // Set SWITCHRATIO from the property javac.switchratio
103 // SWITCHRATIO to 1.5, meaning that we will accept a 1.5x
116 SWITCHRATIO = ratio;
292 if (tableSize <= lookupSize * SWITCHRATIO) {

Completed in 24 milliseconds