VMCompiler.java (static block): Also catch BufferUnderflowException.
* java/lang/VMCompiler.java (static block): Also catch BufferUnderflowException. From-SVN: r96832
This commit is contained in:
@@ -141,6 +141,10 @@ final class VMCompiler
|
||||
catch (java.io.IOException _)
|
||||
{
|
||||
}
|
||||
catch (java.nio.BufferUnderflowException _)
|
||||
{
|
||||
// Invalid map file.
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user