/hg/icedtea7: JamVM: JSR 335: Lambda Expressions; JSR 292: enabl...

xranby at icedtea.classpath.org xranby at icedtea.classpath.org
Wed Aug 14 08:20:57 PDT 2013


changeset b5fa79fec364 in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=b5fa79fec364
author: Xerxes Ranby <xerxes at zafena.se>
date: Wed Aug 14 15:53:36 2013 +0200

	JamVM: JSR 335: Lambda Expressions; JSR 292: enable for OpenJDK 7/IcedTea 2; Updated to 2013-07-14 revision.

	2013-08-14  Xerxes R?nby  <xerxes at zafena.se>
		    Robert Lougher  <rob at jamvm.org.uk>

		JamVM
		- JSR 292: enable for OpenJDK 7/IcedTea 2
		- JSR 335: invokeinterface check in method resolution
		- JSR 335: java.lang.invoke.MagicLambdaImpl
		- JSR 292: invokedynamic is 5 bytes - non-direct interp
		- JSR 292: invokedynamic is 5 bytes in length
		- Minor formatting change
		- Minor fixes: use perror for mmap failure
		- FreeClassData: fix comment
		- FreeClassData: adjust method count for Miranda methods
		- JSR 335: remove GC hack
		- JSR 335: implement "bridge" methods for Mirandas
		- JSR 335: handle multiple defaults and conflicts
		* NEWS: Updated.
		* Makefile.am
		(JAMVM_VERSION): Updated JamVM to 2013-07-14 revision.
		(JAMVM_SHA256SUM): Updated.


diffstat:

 ChangeLog   |  21 +++++++++++++++++++++
 Makefile.am |   4 ++--
 NEWS        |   5 +++++
 3 files changed, 28 insertions(+), 2 deletions(-)

diffs (57 lines):

diff -r 0a8108854365 -r b5fa79fec364 ChangeLog
--- a/ChangeLog	Fri Jul 12 19:31:57 2013 +0100
+++ b/ChangeLog	Wed Aug 14 15:53:36 2013 +0200
@@ -1,3 +1,24 @@
+2013-08-14  Xerxes RÃ¥nby  <xerxes at zafena.se>
+	    Robert Lougher  <rob at jamvm.org.uk>
+
+	JamVM
+	- JSR 292: enable for OpenJDK 7/IcedTea 2
+	- JSR 335: invokeinterface check in method resolution
+	- JSR 335: java.lang.invoke.MagicLambdaImpl
+	- JSR 292: invokedynamic is 5 bytes - non-direct interp
+	- JSR 292: invokedynamic is 5 bytes in length
+	- Minor formatting change
+	- Minor fixes: use perror for mmap failure
+	- FreeClassData: fix comment
+	- FreeClassData: adjust method count for Miranda methods
+	- JSR 335: remove GC hack
+	- JSR 335: implement "bridge" methods for Mirandas
+	- JSR 335: handle multiple defaults and conflicts
+	* NEWS: Updated.
+	* Makefile.am
+	(JAMVM_VERSION): Updated JamVM to 2013-07-14 revision.
+	(JAMVM_SHA256SUM): Updated.
+
 2013-07-12  Andrew John Hughes  <gnu.andrew at member.fsf.org>
 
 	* patches/boot/ecj-diamond.patch:
diff -r 0a8108854365 -r b5fa79fec364 Makefile.am
--- a/Makefile.am	Fri Jul 12 19:31:57 2013 +0100
+++ b/Makefile.am	Wed Aug 14 15:53:36 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 = 7c8dceb90880616b7dd670f257961a1f5f371ec3
-JAMVM_SHA256SUM = 1584d8599bfd799a71baac0694bb3ed9b9fcd14a8548234b24266571e0acfc97
+JAMVM_VERSION = 1a58072f8339270f9372c273d82a00790e04375d
+JAMVM_SHA256SUM = b6dafea4924a2772877597b07a59108ac5f95d6ec85fbb0bb2ea80653cdaaaaf
 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 0a8108854365 -r b5fa79fec364 NEWS
--- a/NEWS	Fri Jul 12 19:31:57 2013 +0100
+++ b/NEWS	Wed Aug 14 15:53:36 2013 +0200
@@ -14,6 +14,11 @@
 
 New in release 2.5.0 (2012-XX-XX):
 
+* JamVM
+  - JSR 292: Invoke Dynamic
+  - JSR 335: Lambda Expressions
+  - FreeClassData: adjust method count for Miranda methods
+
 New in release 2.4.1 (2013-07-05):
 
 * Security fixes



More information about the distro-pkg-dev mailing list