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
2 changed files with 9 additions and 0 deletions
|
@ -141,6 +141,10 @@ final class VMCompiler
|
|||
catch (java.io.IOException _)
|
||||
{
|
||||
}
|
||||
catch (java.nio.BufferUnderflowException _)
|
||||
{
|
||||
// Invalid map file.
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue