| commit | 578138abeba103726bf93dc7bb2bdb571e681dcd | [log] [tgz] |
|---|---|---|
| author | Maurizio Cimadamore <mcimadamore@openjdk.org> | Tue Aug 11 01:12:13 2009 +0100 |
| committer | Maurizio Cimadamore <mcimadamore@openjdk.org> | Tue Aug 11 01:12:13 2009 +0100 |
| tree | 00f3fc09b04b49c2a6011af4de3416ccdd7f1643 | |
| parent | ac4b216060d5ef29a54a05eb2c21f036ee2f99d7 [diff] |
6390045: Unexpected error "cannot access java.lang.Void" with '-target cldc1.0' with -source >=1.5 Javac needs to synthetize a fake java.lang.Void symbol if one is not given on the classpath Reviewed-by: jjg