changeset 2664:731375f0ba2e

JamVM: Fix issue with recent versions of JEdit; Updated to 2013-08-28 revision. 2013-09-17 Xerxes Ranby <xerxes@zafena.se> Robert Lougher <rob@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.
author Xerxes Ranby <xerxes@zafena.se>
date Tue, 17 Sep 2013 19:44:28 +0200
parents d0908d45075a
children 7008ba71f12f
files ChangeLog Makefile.am NEWS
diffstat 3 files changed, 19 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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@zafena.se>
+	    Robert Lougher  <rob@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@member.fsf.org>
 
 	* acinclude.m4:
--- 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
--- 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):