--- old/src/share/classes/sun/rmi/rmic/newrmic/Main.java Tue Feb 21 21:26:06 2012 +++ new/src/share/classes/sun/rmi/rmic/newrmic/Main.java Tue Feb 21 21:26:04 2012 @@ -455,7 +455,7 @@ BatchEnvironment env; try { Constructor cons = - batch.envClass.getConstructor(new Class[] { RootDoc.class }); + batch.envClass.getConstructor(new Class[] { RootDoc.class }); env = cons.newInstance(rootDoc); } catch (NoSuchMethodException e) { throw new AssertionError(e);