jamvm

view ChangeLog @ 401:3ca4c2fbbd7f

Handle difference between StackTraceElement constructors.

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

* configure.ac: Credit CACAO for
--with-java-runtime-library macro.
* src/excep.c,
* src/symbol.h:
Handle differing signature of StackTraceElement
constructor.
author andrew
date Tue Aug 05 05:16:11 2008 +0100 (2008-08-05)
parents 5baaa2bcac6b
children 24373fc1d951
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: Credit CACAO for
9 --with-java-runtime-library macro.
10 * src/excep.c,
11 * src/symbol.h:
12 Handle differing signature of StackTraceElement
13 constructor.
15 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
17 * configure.ac:
18 Add --with-java-runtime-library from CACAO and
19 change --with-classpath-install-dir to
20 --with-java-runtime-library-install-dir.
21 * lib/Makefile.am,
22 * src/class.h,
23 * src/dll.c:
24 Define class library and native libs location
25 depending on value of --with-java-runtime-library.
27 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
29 * lib/java/security/VMAccessController.java:
30 Remove ambiguity in call to java.security.CodeSource
31 constructor introduced by recent API changes.
33 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
35 * lib/java/lang/VMClassLoader.java,
36 * lib/java/lang/VMRuntime.java,
37 * lib/java/lang/VMThread.java,
38 * lib/java/security/VMAccessController.java:
39 Remove GNU Classpath specific code through commenting.