* src/native/vm/java_lang_ClassLoader.c: New file.
authortwisti <none@none>
Mon, 26 Feb 2007 22:11:38 +0000 (22:11 +0000)
committertwisti <none@none>
Mon, 26 Feb 2007 22:11:38 +0000 (22:11 +0000)
commitdb0630501550d32e24cfbadf86279d5e3721e479
tree6b19c9907bb4a389f1de1090d2c59133383097c4
parentc5c3ad4db086c1ee4b80e3e50f18b60e912338f2
* src/native/vm/java_lang_ClassLoader.c: New file.
* src/native/vm/java_lang_ClassLoader.h: Likewise.

* src/native/vm/gnu/java_lang_VMClassLoader.c
(native/vm/java_lang_ClassLoader.h): Added.
(defineClass): Removed code and call
_Jv_java_lang_ClassLoader_defineClass.

* src/native/vm/Makefile.am (libnativevm_la_SOURCES): Added
java_lang_ClassLoader.[ch].

* src/native/jni.c [ENABLE_JAVASE]
(native/vm/java_lang_ClassLoader.h): Added.
(_Jv_JNI_DefineClass): Removed env and NULL arguments.
12 files changed:
src/native/jni.c
src/native/vm/Makefile.am
src/native/vm/gnu/java_lang_VMClassLoader.c
src/native/vm/java_lang_ClassLoader.c [new file with mode: 0644]
src/native/vm/java_lang_ClassLoader.h [new file with mode: 0644]
src/vm/jit/codegen-common.c
src/vm/jit/s390/asmpart.S
src/vm/jit/s390/codegen.c
src/vm/jit/s390/codegen.h
src/vm/jit/s390/md-abi.c
src/vm/jit/s390/md-asm.h
src/vmcore/zip.c