src/share/classes/com/sun/tools/javac/jvm/Code.java

changeset 1853
831467c4c6a7
parent 1851
e9ebff1840e5
child 2027
4932bb04c4b8
equal deleted inserted replaced
1852:bf020de5a6db 1853:831467c4c6a7
1857 System.err.println(); 1857 System.err.println();
1858 } 1858 }
1859 } 1859 }
1860 } 1860 }
1861 1861
1862 static final Type jsrReturnValue = new Type(INT, null); 1862 static final Type jsrReturnValue = new JCPrimitiveType(INT, null);
1863 1863
1864 1864
1865 /* ************************************************************************** 1865 /* **************************************************************************
1866 * Local variables 1866 * Local variables
1867 ****************************************************************************/ 1867 ****************************************************************************/

mercurial