Fix bugs: 1) reorder the initialization of static fields and the execution of static...
authorjzhou <jzhou>
Thu, 31 May 2012 00:17:54 +0000 (00:17 +0000)
committerjzhou <jzhou>
Thu, 31 May 2012 00:17:54 +0000 (00:17 +0000)
commitbb567462fe31ae45b904c2f3236b456a782137b5
treee6ff1c39ab83886b9d697c67812098efe7898d50
parent95c5c032bdfef26cfb7eb2b658c90de125ca42ff
Fix bugs: 1) reorder the initialization of static fields and the execution of static blocks to make sure that a class' static fields/blocks are initialized/executed after those of its super classes' 2) fix compile problem of FileInputStream.nativeOpen()
Robust/src/IR/Flat/BuildCode.java
Robust/src/Runtime/file.c