diff -r fdfbc5f0c4ed -r ac6ec071c2b2 test/tools/javac/multicatch/Pos05.java --- a/test/tools/javac/multicatch/Pos05.java Tue Sep 17 14:17:13 2013 -0700 +++ b/test/tools/javac/multicatch/Pos05.java Wed Sep 18 14:39:27 2013 +0200 @@ -95,7 +95,7 @@ throw new Error("Code attribute for test() method not found"); } Exception_data firstExceptionTable = null; - for (int i = 0 ; i < ea.exception_table_langth; i++) { + for (int i = 0 ; i < ea.exception_table_length; i++) { if (firstExceptionTable == null) { firstExceptionTable = ea.exception_table[i]; }