use two functions for creating/removing items of the native stackframe list (i386...
authorjowenn <none@none>
Sat, 4 Dec 2004 12:02:08 +0000 (12:02 +0000)
committerjowenn <none@none>
Sat, 4 Dec 2004 12:02:08 +0000 (12:02 +0000)
commitbc21650c967b161e3a86e67baae5b63ee7b30189
treefe475a5fa41618d4a591f33fea7ae0e12dbfc5d8
parent696a66212c488f4d0af8d0b2022196b22cbec7d5
use two functions for creating/removing items of the  native stackframe list (i386), make it work on FreeBSD (tested: 5.3-CURRENT) i386, dynamic loading of natives (x86_64)
20 files changed:
configure.in
contrib/debugSetPathes
src/boehm-gc/autogen.sh
src/native/vm/VMRuntime.c
src/native/vm/VMSecurityManager.c
src/native/vm/VMThrowable.c
src/vm/global.h
src/vm/jit/asmpart.h
src/vm/jit/codegen.inc
src/vm/jit/i386/asmoffsets.h [new file with mode: 0644]
src/vm/jit/i386/asmpart.S
src/vm/jit/i386/codegen.c
src/vm/jit/i386/symcat.h [new file with mode: 0644]
src/vm/jit/stack.c
src/vm/jit/stacktrace.c [new file with mode: 0644]
src/vm/jit/x86_64/asmpart.S
src/vm/jit/x86_64/codegen.c
tests/InlineExTest.java
tests/stack/nestedstaticinitializers2.java
tests/stack/nestedstaticinitializers3.java [new file with mode: 0644]