OSDN Git Service

Fixed OOM exception handling in JIT'ed code and added a new unit test.
authorBen Cheng <bccheng@google.com>
Mon, 28 Sep 2009 00:08:35 +0000 (17:08 -0700)
committerBen Cheng <bccheng@google.com>
Mon, 28 Sep 2009 00:08:35 +0000 (17:08 -0700)
commit4f48917c0741e4d9b15ca7c45956aea05fea103f
tree74f7a7d26bb843989f8ab6982f1ccbda4c0b77b4
parent9cac6da4893358d512a118acae2f46fffaa9bef0
Fixed OOM exception handling in JIT'ed code and added a new unit test.
16 files changed:
tests/080-oom-throw/expected.txt [new file with mode: 0644]
tests/080-oom-throw/info.txt [new file with mode: 0644]
tests/080-oom-throw/src/Main.java [new file with mode: 0644]
vm/compiler/codegen/arm/Codegen.c
vm/compiler/codegen/arm/Thumb2Util.c
vm/compiler/codegen/arm/ThumbUtil.c
vm/compiler/template/armv5te-vfp/TemplateOpList.h
vm/compiler/template/armv5te/TEMPLATE_THROW_EXCEPTION_COMMON.S [new file with mode: 0644]
vm/compiler/template/armv5te/TemplateOpList.h
vm/compiler/template/armv5te/footer.S
vm/compiler/template/armv7-a/TemplateOpList.h
vm/compiler/template/config-armv5te-vfp
vm/compiler/template/config-armv7-a
vm/compiler/template/out/CompilerTemplateAsm-armv5te-vfp.S
vm/compiler/template/out/CompilerTemplateAsm-armv5te.S
vm/compiler/template/out/CompilerTemplateAsm-armv7-a.S