jamvm
view ChangeLog @ 407:f5ea446164a8
2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
* src/symbol.h,
* src/thread.c:
Support initialising java.lang.Thread on
OpenJDK.
* src/symbol.h,
* src/thread.c:
Support initialising java.lang.Thread on
OpenJDK.
| author | andrew |
|---|---|
| date | Tue Aug 05 06:57:40 2008 +0100 (2008-08-05) |
| parents | 2f855beaaf73 |
| children | 8d1dc4195148 |
line source
1 Please refer to the NEWS file for details of changes
2 between releases.
4 CVMI ChangeLog
5 ==============
6 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
8 * src/symbol.h,
9 * src/thread.c:
10 Support initialising java.lang.Thread on
11 OpenJDK.
13 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
15 * src/natives.c:
16 Document VM differences.
18 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
20 * src/jni.c,
21 * src/symbol.h:
22 Support creating a DirectByteBuffer from JNI
23 under OpenJDK.
25 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
27 * src/natives.c:
28 Add support for OpenJDK loading of libjava.so.
30 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
32 * src/class.c,
33 * src/jam.h:
34 Change signature of defineClass to include
35 protection domain.
36 * src/jni.c: Fix call to defineClass to send
37 NULL protection domain as HotSpot does.
38 * src/natives.c: Send protection domain directly
39 to defineClass on OpenJDK as there is no field to
40 inject it into.
42 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
44 * .hgignore: Updated with autogen.sh output.
45 * configure.ac: Add new trace options.
46 * src/class.c,
47 * src/excep.c,
48 * src/natives.c,
49 * src/resolve.c: Add trace support.
50 * src/jam.h,
51 * src/dll.c,
52 * src/os/linux/os.c: Add support for reporting
53 the linking error using dlerror.
55 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
57 * configure.ac: Credit CACAO for
58 --with-java-runtime-library macro.
59 * src/excep.c,
60 * src/symbol.h:
61 Handle differing signature of StackTraceElement
62 constructor.
64 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
66 * configure.ac:
67 Add --with-java-runtime-library from CACAO and
68 change --with-classpath-install-dir to
69 --with-java-runtime-library-install-dir.
70 * lib/Makefile.am,
71 * src/class.h,
72 * src/dll.c:
73 Define class library and native libs location
74 depending on value of --with-java-runtime-library.
76 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
78 * lib/java/security/VMAccessController.java:
79 Remove ambiguity in call to java.security.CodeSource
80 constructor introduced by recent API changes.
82 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
84 * lib/java/lang/VMClassLoader.java,
85 * lib/java/lang/VMRuntime.java,
86 * lib/java/lang/VMThread.java,
87 * lib/java/security/VMAccessController.java:
88 Remove GNU Classpath specific code through commenting.
