jamvm

view ChangeLog @ 402:24373fc1d951

Add additional tracing support.

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

* .hgignore: Updated with autogen.sh output.
* configure.ac: Add new trace options.
* src/class.c,
* src/excep.c,
* src/natives.c,
* src/resolve.c: Add trace support.
* src/jam.h,
* src/dll.c,
* src/os/linux/os.c: Add support for reporting
the linking error using dlerror.
author andrew
date Tue Aug 05 05:46:09 2008 +0100 (2008-08-05)
parents 3ca4c2fbbd7f
children 907df5a02819
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 * .hgignore: Updated with autogen.sh output.
9 * configure.ac: Add new trace options.
10 * src/class.c,
11 * src/excep.c,
12 * src/natives.c,
13 * src/resolve.c: Add trace support.
14 * src/jam.h,
15 * src/dll.c,
16 * src/os/linux/os.c: Add support for reporting
17 the linking error using dlerror.
19 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
21 * configure.ac: Credit CACAO for
22 --with-java-runtime-library macro.
23 * src/excep.c,
24 * src/symbol.h:
25 Handle differing signature of StackTraceElement
26 constructor.
28 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
30 * configure.ac:
31 Add --with-java-runtime-library from CACAO and
32 change --with-classpath-install-dir to
33 --with-java-runtime-library-install-dir.
34 * lib/Makefile.am,
35 * src/class.h,
36 * src/dll.c:
37 Define class library and native libs location
38 depending on value of --with-java-runtime-library.
40 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
42 * lib/java/security/VMAccessController.java:
43 Remove ambiguity in call to java.security.CodeSource
44 constructor introduced by recent API changes.
46 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
48 * lib/java/lang/VMClassLoader.java,
49 * lib/java/lang/VMRuntime.java,
50 * lib/java/lang/VMThread.java,
51 * lib/java/security/VMAccessController.java:
52 Remove GNU Classpath specific code through commenting.