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

changeset 1442
fcf89720ae71
parent 1374
c002fdee76fd
child 1444
170e486632d9
equal deleted inserted replaced
1441:c78acf6c2f3e 1442:fcf89720ae71
1823 System.err.println(); 1823 System.err.println();
1824 } 1824 }
1825 } 1825 }
1826 } 1826 }
1827 1827
1828 static Type jsrReturnValue = new Type(INT, null); 1828 static final Type jsrReturnValue = new Type(INT, null);
1829 1829
1830 1830
1831 /* ************************************************************************** 1831 /* **************************************************************************
1832 * Local variables 1832 * Local variables
1833 ****************************************************************************/ 1833 ****************************************************************************/

mercurial