src/share/classes/sun/reflect/NativeConstructorAccessorImpl.java

Print this page

        

*** 30,40 **** /** Used only for the first few invocations of a Constructor; afterward, switches to bytecode-based implementation */ class NativeConstructorAccessorImpl extends ConstructorAccessorImpl { ! private Constructor<?> c; private DelegatingConstructorAccessorImpl parent; private int numInvocations; NativeConstructorAccessorImpl(Constructor<?> c) { this.c = c; --- 30,40 ---- /** Used only for the first few invocations of a Constructor; afterward, switches to bytecode-based implementation */ class NativeConstructorAccessorImpl extends ConstructorAccessorImpl { ! private final Constructor<?> c; private DelegatingConstructorAccessorImpl parent; private int numInvocations; NativeConstructorAccessorImpl(Constructor<?> c) { this.c = c;