/hg/icedtea6: JamVM: Update to 2013-05-06 revision.

xranby at icedtea.classpath.org xranby at icedtea.classpath.org
Tue May 7 04:09:35 PDT 2013


changeset c23f233213f4 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=c23f233213f4
author: Xerxes Ranby <xerxes at zafena.se>
date: Tue May 07 16:09:51 2013 +0200

	JamVM: Update to 2013-05-06 revision.

	2013-05-07  Xerxes R?nby  <xerxes at zafena.se>

		JamVM
		- JSR 335: (lambda expressions) initial hack
		- JEP 171: Implement fence methods in sun.misc.Unsafe
		- 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
		- Do not free unprepared Miranda method code data
		- Set anonymous class protection domain
		- JVM_IsVMGeneratedMethodIx stub
		- Dummy implementation of sun.misc.Perf natives
		* NEWS: Updated.
		* Makefile.am
		(JAMVM_VERSION): Updated JamVM to 2013-05-06 revision.
		(JAMVM_SHA256SUM): Updated.


diffstat:

 ChangeLog   |  17 +++++++++++++++++
 Makefile.am |   4 ++--
 NEWS        |  10 ++++++++++
 3 files changed, 29 insertions(+), 2 deletions(-)

diffs (58 lines):

diff -r 3b76dff83564 -r c23f233213f4 ChangeLog
--- a/ChangeLog	Tue Apr 30 13:18:33 2013 +0200
+++ b/ChangeLog	Tue May 07 16:09:51 2013 +0200
@@ -1,3 +1,20 @@
+2013-05-07  Xerxes RÃ¥nby  <xerxes at zafena.se>
+
+	JamVM
+	- JSR 335: (lambda expressions) initial hack
+	- JEP 171: Implement fence methods in sun.misc.Unsafe
+	- 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
+	- Do not free unprepared Miranda method code data
+	- Set anonymous class protection domain
+	- JVM_IsVMGeneratedMethodIx stub
+	- Dummy implementation of sun.misc.Perf natives
+	* NEWS: Updated.
+	* Makefile.am
+	(JAMVM_VERSION): Updated JamVM to 2013-05-06 revision.
+	(JAMVM_SHA256SUM): Updated.
+
 2013-04-30  Pavel Tisnovsky  <ptisnovs at redhat.com>
 
 	* Makefile.am:
diff -r 3b76dff83564 -r c23f233213f4 Makefile.am
--- a/Makefile.am	Tue Apr 30 13:18:33 2013 +0200
+++ b/Makefile.am	Tue May 07 16:09:51 2013 +0200
@@ -11,8 +11,8 @@
 CACAO_URL = $(CACAO_BASE_URL)/$(CACAO_VERSION).tar.gz
 CACAO_SRC_ZIP = cacao-$(CACAO_VERSION).tar.gz
 
-JAMVM_VERSION = 0972452d441544f7dd29c55d64f1ce3a5db90d82
-JAMVM_SHA256SUM = bfa706402ac934d24f7119eb78f6be65e91439a4b2e49dbcc21e288137808f03
+JAMVM_VERSION = 7c8dceb90880616b7dd670f257961a1f5f371ec3
+JAMVM_SHA256SUM = 1584d8599bfd799a71baac0694bb3ed9b9fcd14a8548234b24266571e0acfc97
 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 3b76dff83564 -r c23f233213f4 NEWS
--- a/NEWS	Tue Apr 30 13:18:33 2013 +0200
+++ b/NEWS	Tue May 07 16:09:51 2013 +0200
@@ -22,6 +22,16 @@
 * Bug fixes
   - PR1318: Fix automatic enabling of the Zero build on non-JIT architectures which don't use CACAO or JamVM.
   - RH902004: very bad performance with E-Porto Add-In für OpenOffice Writer installed (hs23 only)
+* JamVM
+  - JSR 335: (lambda expressions) initial hack
+  - JEP 171: Implement fence methods in sun.misc.Unsafe
+  - 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
+  - Do not free unprepared Miranda method code data
+  - Set anonymous class protection domain
+  - JVM_IsVMGeneratedMethodIx stub
+  - Dummy implementation of sun.misc.Perf natives
 
 New in release 1.12.5 (2013-04-24):
 



More information about the distro-pkg-dev mailing list