jamvm

view ChangeLog @ 409:8d1dc4195148

Fix errors introduced by move to Mercurial.

2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>

* src/symbol.h:
Remove #ifdefs in #define.
* src/thread.c:
Add missing semicolon and move system_group
definition up.
author andrew
date Tue Aug 05 08:20:38 2008 +0100 (2008-08-05)
parents f5ea446164a8
children 3857371c74a7
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 Remove #ifdefs in #define.
10 * src/thread.c:
11 Add missing semicolon and move system_group
12 definition up.
14 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
16 * src/symbol.h,
17 * src/thread.c:
18 Support initialising java.lang.Thread on
19 OpenJDK.
21 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
23 * src/natives.c:
24 Document VM differences.
26 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
28 * src/jni.c,
29 * src/symbol.h:
30 Support creating a DirectByteBuffer from JNI
31 under OpenJDK.
33 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
35 * src/natives.c:
36 Add support for OpenJDK loading of libjava.so.
38 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
40 * src/class.c,
41 * src/jam.h:
42 Change signature of defineClass to include
43 protection domain.
44 * src/jni.c: Fix call to defineClass to send
45 NULL protection domain as HotSpot does.
46 * src/natives.c: Send protection domain directly
47 to defineClass on OpenJDK as there is no field to
48 inject it into.
50 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
52 * .hgignore: Updated with autogen.sh output.
53 * configure.ac: Add new trace options.
54 * src/class.c,
55 * src/excep.c,
56 * src/natives.c,
57 * src/resolve.c: Add trace support.
58 * src/jam.h,
59 * src/dll.c,
60 * src/os/linux/os.c: Add support for reporting
61 the linking error using dlerror.
63 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
65 * configure.ac: Credit CACAO for
66 --with-java-runtime-library macro.
67 * src/excep.c,
68 * src/symbol.h:
69 Handle differing signature of StackTraceElement
70 constructor.
72 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
74 * configure.ac:
75 Add --with-java-runtime-library from CACAO and
76 change --with-classpath-install-dir to
77 --with-java-runtime-library-install-dir.
78 * lib/Makefile.am,
79 * src/class.h,
80 * src/dll.c:
81 Define class library and native libs location
82 depending on value of --with-java-runtime-library.
84 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
86 * lib/java/security/VMAccessController.java:
87 Remove ambiguity in call to java.security.CodeSource
88 constructor introduced by recent API changes.
90 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
92 * lib/java/lang/VMClassLoader.java,
93 * lib/java/lang/VMRuntime.java,
94 * lib/java/lang/VMThread.java,
95 * lib/java/security/VMAccessController.java:
96 Remove GNU Classpath specific code through commenting.