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

Print this page

        

@@ -29,11 +29,11 @@
 
 /** Used only for the first few invocations of a Constructor;
     afterward, switches to bytecode-based implementation */
 
 class NativeConstructorAccessorImpl extends ConstructorAccessorImpl {
-    private Constructor c;
+    private final Constructor c;
     private DelegatingConstructorAccessorImpl parent;
     private int numInvocations;
 
     NativeConstructorAccessorImpl(Constructor c) {
         this.c = c;