a few finalizer testcases, old thread implementation uses now VMThread, no mor contex...
authorjowenn <none@none>
Wed, 16 Jun 2004 14:56:18 +0000 (14:56 +0000)
committerjowenn <none@none>
Wed, 16 Jun 2004 14:56:18 +0000 (14:56 +0000)
commitf03b15db31e2c6e02c0bfa20401d95390f96ebd3
tree989ce489d0654a45e14fcfb092742c36484eafb3
parentd0227835e49cb57954826aa51094922a6659b991
a few finalizer testcases, old thread implementation uses now VMThread, no mor context (perhaps we should change some of the functions needing Thread objects to use VMThreadobjects. Better handling of ambigious native function names. Fix for clinit in static native call stub. early  initialization of  System class ...
73 files changed:
Makefile.am
asmpart.h
builtin.c
global.h
headers.c
jit/codegen.inc
jit/i386/asmpart.S
jit/i386/codegen.c
jni.c
loader.c
main.c
nat/Makefile.am
nat/Runtime.c
nat/Thread.c
nat/VMClass.c
nat/gnu_java_net_PlainDatagramSocketImpl.h [new file with mode: 0644]
nat/gnu_java_net_PlainSocketImpl.h [new file with mode: 0644]
nat/gnu_java_nio_FileLockImpl.h
nat/gnu_java_nio_SelectorImpl.h
nat/gnu_java_nio_channels_FileChannelImpl.h [new file with mode: 0644]
nat/java_io_File.h
nat/java_io_FileDescriptor.h
nat/java_io_FileInputStream.h
nat/java_io_ObjectInputStream.h
nat/java_io_RandomAccessFile.h
nat/java_io_VMFile.h [new file with mode: 0644]
nat/java_io_VMObjectStreamClass.h
nat/java_lang_Class.h
nat/java_lang_Runtime.h
nat/java_lang_Thread.h
nat/java_lang_VMClass.h
nat/java_lang_VMRuntime.h [new file with mode: 0644]
nat/java_lang_VMString.h
nat/java_lang_VMThread.h [new file with mode: 0644]
nat/java_net_InetAddress.h
nat/java_nio_DirectByteBufferImpl.h
native.c
src/cacao/cacao.c
src/cacaoh/headers.c
src/native/include/java_lang_Thread.h
src/native/include/java_lang_VMThread.h [new file with mode: 0644]
src/native/jni.c
src/native/native.c
src/native/vm/Makefile.am
src/native/vm/VMClass.c
src/native/vm/VMRuntime.c
src/native/vm/VMThread.c
src/threads/green/locks.c
src/threads/green/threadio.c
src/threads/green/threads.c
src/threads/green/threads.h
src/toolbox/avl.c
src/vm/builtin.c
src/vm/global.h
src/vm/jit/asmpart.h
src/vm/jit/codegen.inc
src/vm/jit/i386/asmpart.S
src/vm/jit/i386/codegen.c
src/vm/loader.c
tests/fintest2.java [new file with mode: 0644]
tests/fintest2a.java [new file with mode: 0644]
tests/fintest3.java [new file with mode: 0644]
tests/fintest3a.java [new file with mode: 0644]
tests/fintest4.java [new file with mode: 0644]
tests/fintest4a.java [new file with mode: 0644]
tests/network/httpd/httpd.java
tests/stack/java/Makefile
tests/stack/nestedstaticinitializers2.java [new file with mode: 0644]
threads/locks.c
threads/thread.c
threads/thread.h
threads/threadio.c
toolbox/avl.c