jamvm
view ChangeLog @ 404:f70700d622a8
Load libjava.so when using OpenJDK.
2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
* src/natives.c:
Add support for OpenJDK loading of libjava.so.
2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
* src/natives.c:
Add support for OpenJDK loading of libjava.so.
| author | andrew |
|---|---|
| date | Tue Aug 05 06:07:38 2008 +0100 (2008-08-05) |
| parents | 907df5a02819 |
| children | 99039a39df1f |
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/natives.c:
9 Add support for OpenJDK loading of libjava.so.
11 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
13 * src/class.c,
14 * src/jam.h:
15 Change signature of defineClass to include
16 protection domain.
17 * src/jni.c: Fix call to defineClass to send
18 NULL protection domain as HotSpot does.
19 * src/natives.c: Send protection domain directly
20 to defineClass on OpenJDK as there is no field to
21 inject it into.
23 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
25 * .hgignore: Updated with autogen.sh output.
26 * configure.ac: Add new trace options.
27 * src/class.c,
28 * src/excep.c,
29 * src/natives.c,
30 * src/resolve.c: Add trace support.
31 * src/jam.h,
32 * src/dll.c,
33 * src/os/linux/os.c: Add support for reporting
34 the linking error using dlerror.
36 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
38 * configure.ac: Credit CACAO for
39 --with-java-runtime-library macro.
40 * src/excep.c,
41 * src/symbol.h:
42 Handle differing signature of StackTraceElement
43 constructor.
45 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
47 * configure.ac:
48 Add --with-java-runtime-library from CACAO and
49 change --with-classpath-install-dir to
50 --with-java-runtime-library-install-dir.
51 * lib/Makefile.am,
52 * src/class.h,
53 * src/dll.c:
54 Define class library and native libs location
55 depending on value of --with-java-runtime-library.
57 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
59 * lib/java/security/VMAccessController.java:
60 Remove ambiguity in call to java.security.CodeSource
61 constructor introduced by recent API changes.
63 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
65 * lib/java/lang/VMClassLoader.java,
66 * lib/java/lang/VMRuntime.java,
67 * lib/java/lang/VMThread.java,
68 * lib/java/security/VMAccessController.java:
69 Remove GNU Classpath specific code through commenting.
