From: crawshaw Date: Wed, 5 Jan 2005 19:04:52 +0000 (+0000) Subject: fix compiler error on processing bad code X-Git-Url: http://git.megacz.com/?p=org.ibex.tool.git;a=commitdiff_plain;h=ff10657e04640ccd49cda319b0457cdb91359599 fix compiler error on processing bad code darcs-hash:20050105190452-2eb37-0383cea163b956f51e6a116ecbb4aafd42dda488.gz --- diff --git a/src/org/ibex/tool/Compiler.java b/src/org/ibex/tool/Compiler.java index 9878cc9..f79f461 100644 --- a/src/org/ibex/tool/Compiler.java +++ b/src/org/ibex/tool/Compiler.java @@ -383,6 +383,7 @@ public class Compiler { bytes(c), (str(p, '/') + '/' + classname).toCharArray())); return new NameEnvironmentAnswer(b, access); } catch (ClassNotFoundException e) { + } catch (LinkageError e) { } catch (ClassFormatException e) { e.printStackTrace(); throw new Error("ClassFormatException reading system class: " +