/hg/icedtea: JamVM: JSR 355 Lambda Expressions; JSR 292: enable ...
xranby at icedtea.classpath.org
xranby at icedtea.classpath.org
Wed Aug 14 08:20:18 PDT 2013
changeset 8b48635893db in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=8b48635893db
author: Xerxes Ranby <xerxes at zafena.se>
date: Wed Aug 14 15:38:27 2013 +0200
JamVM: JSR 355 Lambda Expressions; JSR 292: enable for OpenJDK 7/IcedTea 2; Update 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 | 3 ++-
3 files changed, 25 insertions(+), 3 deletions(-)
diffs (57 lines):
diff -r 2e8f301c5848 -r 8b48635893db ChangeLog
--- a/ChangeLog Tue May 07 15:37:42 2013 +0200
+++ b/ChangeLog Wed Aug 14 15:38:27 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-05-07 Xerxes RÃ¥nby <xerxes at zafena.se>
JamVM
diff -r 2e8f301c5848 -r 8b48635893db Makefile.am
--- a/Makefile.am Tue May 07 15:37:42 2013 +0200
+++ b/Makefile.am Wed Aug 14 15:38:27 2013 +0200
@@ -26,8 +26,8 @@
CACAO_URL = $(CACAO_BASE_URL)/$(CACAO_VERSION).tar.bz2
CACAO_SRC_ZIP = cacao-$(CACAO_VERSION).tar.bz2
-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 2e8f301c5848 -r 8b48635893db NEWS
--- a/NEWS Tue May 07 15:37:42 2013 +0200
+++ b/NEWS Wed Aug 14 15:38:27 2013 +0200
@@ -15,9 +15,10 @@
* JamVM
- JSR 292: Invoke Dynamic
- JSR 308: Type Annotations
- - JSR 335: (lambda expressions) initial hack
+ - JSR 335: Lambda Expressions
- JSR 901: VM support for method parameter reflection
- JEP 171: Implement fence methods in sun.misc.Unsafe
+ - FreeClassData: adjust method count for Miranda methods
- Fix invokesuper check in invokespecial opcode
- Fix non-direct interpreter invokespecial super-class check
- When GC'ing a native method don't try to free code
More information about the distro-pkg-dev
mailing list