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