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

/openjdk7/jdk/src/share/classes/sun/reflect/
H A DReflectionFactory.java71 private static boolean noInflation = false; field in class:ReflectionFactory
146 if (noInflation) {
183 if (noInflation) {
386 String val = System.getProperty("sun.reflect.noInflation");
388 noInflation = true;

Completed in 29 milliseconds