/hg/icedtea7: JamVM: Fix issue with recent versions of JEdit; Up...
xranby at icedtea.classpath.org
xranby at icedtea.classpath.org
Tue Sep 17 10:41:28 PDT 2013
changeset 731375f0ba2e in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=731375f0ba2e
author: Xerxes Ranby <xerxes at zafena.se>
date: Tue Sep 17 19:44:28 2013 +0200
JamVM: Fix issue with recent versions of JEdit; Updated to 2013-08-28 revision.
2013-09-17 Xerxes Ranby <xerxes at zafena.se>
Robert Lougher <rob at jamvm.org.uk>
JamVM
- JSR 335: fix frame.c
- Add support for CallerSensitive
- JSR 335: handle interfaces when resolving a method
- sun.misc.Unsafe: additional methods get/putAddress
- JSR 292: make internal functions static
* NEWS: Updated. Removed note about JSR 355 for IcedTea 2.
JSR 335 is only enabled for IcedTea 3 / OpenJDK 8 builds.
* Makefile.am
(JAMVM_VERSION): Updated JamVM to 2013-08-28 revision.
(JAMVM_SHA256SUM): Updated.
diffstat:
ChangeLog | 15 +++++++++++++++
Makefile.am | 4 ++--
NEWS | 3 ++-
3 files changed, 19 insertions(+), 3 deletions(-)
diffs (49 lines):
diff -r d0908d45075a -r 731375f0ba2e ChangeLog
--- a/ChangeLog Fri Aug 30 14:54:54 2013 +0100
+++ b/ChangeLog Tue Sep 17 19:44:28 2013 +0200
@@ -1,3 +1,18 @@
+2013-09-17 Xerxes RÃ¥nby <xerxes at zafena.se>
+ Robert Lougher <rob at jamvm.org.uk>
+
+ JamVM
+ - JSR 335: fix frame.c
+ - Add support for CallerSensitive
+ - JSR 335: handle interfaces when resolving a method
+ - sun.misc.Unsafe: additional methods get/putAddress
+ - JSR 292: make internal functions static
+ * NEWS: Updated. Removed note about JSR 355 for IcedTea 2.
+ JSR 335 is only enabled for IcedTea 3 / OpenJDK 8 builds.
+ * Makefile.am
+ (JAMVM_VERSION): Updated JamVM to 2013-08-28 revision.
+ (JAMVM_SHA256SUM): Updated.
+
2013-08-30 Andrew John Hughes <gnu.andrew at member.fsf.org>
* acinclude.m4:
diff -r d0908d45075a -r 731375f0ba2e Makefile.am
--- a/Makefile.am Fri Aug 30 14:54:54 2013 +0100
+++ b/Makefile.am Tue Sep 17 19:44:28 2013 +0200
@@ -24,8 +24,8 @@
CACAO_URL = $(CACAO_BASE_URL)/$(CACAO_VERSION).tar.gz
CACAO_SRC_ZIP = cacao-$(CACAO_VERSION).tar.gz
-JAMVM_VERSION = 1a58072f8339270f9372c273d82a00790e04375d
-JAMVM_SHA256SUM = b6dafea4924a2772877597b07a59108ac5f95d6ec85fbb0bb2ea80653cdaaaaf
+JAMVM_VERSION = ac22c9948434e528ece451642b4ebde40953ee7e
+JAMVM_SHA256SUM = 4662da1fe3e0e11d8fa685c7f2fc748576b9f3d3e37dc56b798dd6a5bd6b61e7
JAMVM_BASE_URL = http://icedtea.classpath.org/download/drops/jamvm
JAMVM_URL = $(JAMVM_BASE_URL)/jamvm-$(JAMVM_VERSION).tar.gz
JAMVM_SRC_ZIP = jamvm-$(JAMVM_VERSION).tar.gz
diff -r d0908d45075a -r 731375f0ba2e NEWS
--- a/NEWS Fri Aug 30 14:54:54 2013 +0100
+++ b/NEWS Tue Sep 17 19:44:28 2013 +0200
@@ -16,7 +16,8 @@
* JamVM
- JSR 292: Invoke Dynamic
- - JSR 335: Lambda Expressions
+ - sun.misc.Unsafe: additional methods get/putAddress:
+ allows JamVM with OpenJDK 7/8 to run recent versions of JEdit.
- FreeClassData: adjust method count for Miranda methods
New in release 2.4.1 (2013-07-05):
More information about the distro-pkg-dev
mailing list