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

/openjdk7/jdk/src/share/classes/sun/reflect/
H A DNativeConstructorAccessorImpl.java47 if (++numInvocations > ReflectionFactory.inflationThreshold()) {
H A DNativeMethodAccessorImpl.java45 if (++numInvocations > ReflectionFactory.inflationThreshold()) {
H A DReflectionFactory.java72 private static int inflationThreshold = 15; field in class:ReflectionFactory
358 static int inflationThreshold() { method in class:ReflectionFactory
359 return inflationThreshold;
391 val = System.getProperty("sun.reflect.inflationThreshold");
394 inflationThreshold = Integer.parseInt(val);
397 new RuntimeException("Unable to parse property sun.reflect.inflationThreshold").

Completed in 28 milliseconds