jamvm
view ChangeLog @ 400:5baaa2bcac6b
Support flipping between GNU Classpath and OpenJDK using configure (thanks to twisti).
2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
* configure.ac:
Add --with-java-runtime-library from CACAO and
change --with-classpath-install-dir to
--with-java-runtime-library-install-dir.
* lib/Makefile.am,
* src/class.h,
* src/dll.c:
Define class library and native libs location
depending on value of --with-java-runtime-library.
2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
* configure.ac:
Add --with-java-runtime-library from CACAO and
change --with-classpath-install-dir to
--with-java-runtime-library-install-dir.
* lib/Makefile.am,
* src/class.h,
* src/dll.c:
Define class library and native libs location
depending on value of --with-java-runtime-library.
| author | andrew |
|---|---|
| date | Tue Aug 05 04:48:38 2008 +0100 (2008-08-05) |
| parents | 2b94bfbe7ec6 |
| children | 3ca4c2fbbd7f |
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 Add --with-java-runtime-library from CACAO and
10 change --with-classpath-install-dir to
11 --with-java-runtime-library-install-dir.
12 * lib/Makefile.am,
13 * src/class.h,
14 * src/dll.c:
15 Define class library and native libs location
16 depending on value of --with-java-runtime-library.
18 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
20 * lib/java/security/VMAccessController.java:
21 Remove ambiguity in call to java.security.CodeSource
22 constructor introduced by recent API changes.
24 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
26 * lib/java/lang/VMClassLoader.java,
27 * lib/java/lang/VMRuntime.java,
28 * lib/java/lang/VMThread.java,
29 * lib/java/security/VMAccessController.java:
30 Remove GNU Classpath specific code through commenting.
