Some changes to enable SPECjbb for MGC version. Enable the compilation for 1. class...
authorjzhou <jzhou>
Mon, 24 Jan 2011 22:14:25 +0000 (22:14 +0000)
committerjzhou <jzhou>
Mon, 24 Jan 2011 22:14:25 +0000 (22:14 +0000)
commit148bd0d53599dfafeae3d2b84bc30699f3dfd57f
tree13b7fc28ff9b5d8d4f88e6082de06111af18770e
parent283a8c810e9d3e2d59fd09c4d9729c2cb1c0382b
Some changes to enable SPECjbb for MGC version.  Enable the compilation for 1. class type, 2. try-catch-finally, 3. transient modifier, 4. array-create-init statement.  Now the compiler can parse code with these features but does not process them.  Also add some interfaces for String, FileOutputStream classes.
Robust/src/ClassLibrary/FileOutputStream.java
Robust/src/ClassLibrary/String.java
Robust/src/IR/Tree/BuildIR.java
Robust/src/IR/Tree/ClassTypeNode.java [new file with mode: 0644]
Robust/src/IR/Tree/Kind.java
Robust/src/IR/Tree/Modifiers.java
Robust/src/Parse/java14.cup