mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-13 05:24:33 +08:00
VMCompiler.java (static block): Also catch BufferUnderflowException.
* java/lang/VMCompiler.java (static block): Also catch BufferUnderflowException. From-SVN: r96832
This commit is contained in:
parent
6ec4845e26
commit
1ccc1c82d8
@ -1,3 +1,8 @@
|
||||
2005-03-21 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* java/lang/VMCompiler.java (static block): Also catch
|
||||
BufferUnderflowException.
|
||||
|
||||
2005-03-21 Zack Weinberg <zack@codesourcery.com>
|
||||
|
||||
* configure.ac: Do not invoke TL_AC_GCC_VERSION. Do not
|
||||
|
@ -141,6 +141,10 @@ final class VMCompiler
|
||||
catch (java.io.IOException _)
|
||||
{
|
||||
}
|
||||
catch (java.nio.BufferUnderflowException _)
|
||||
{
|
||||
// Invalid map file.
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user