lazy classloading: yet another bug
authorBernhard Urban <lewurm@gmail.com>
Sun, 26 Aug 2012 22:22:26 +0000 (00:22 +0200)
committerBernhard Urban <lewurm@gmail.com>
Mon, 27 Aug 2012 09:35:30 +0000 (11:35 +0200)
commite233bbb3bd29c6665239c7a9139826ce21913d29
treef1441b34522dec28c34838f9cb4bf54a30ef0ef3
parentc00b8e4b5d8179be5c34b9d7b3fcfc3cb364b86b
lazy classloading: yet another bug

by computing the field access offset, the class has to loaded. but this should
happen at runtime, on the first field access, not at compile time. see
tests/Instance7.java
Mate/MethodPool.hs
Mate/Types.hs
Mate/X86CodeGen.hs
Mate/X86TrapHandling.hs
tests/Instance7.java [new file with mode: 0644]