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

xranby at icedtea.classpath.org xranby at icedtea.classpath.org
Tue May 7 04:08:59 PDT 2013


changeset 2e8f301c5848 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=2e8f301c5848
author: Xerxes Ranby <xerxes at zafena.se>
date: Tue May 07 15:37:42 2013 +0200

	JamVM: Update to 2013-05-06 revision.

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

		JamVM
		- Fix non-direct interpreter invokespecial super-class check
		- When GC'ing a native method don't try to free code
		* NEWS: Updated.
		* Makefile.am
		(JAMVM_VERSION): Updated JamVM to 2013-05-06 revision.
		(JAMVM_SHA256SUM): Updated.


diffstat:

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

diffs (43 lines):

diff -r c9942e43a65a -r 2e8f301c5848 ChangeLog
--- a/ChangeLog	Tue Apr 30 18:49:27 2013 +0200
+++ b/ChangeLog	Tue May 07 15:37:42 2013 +0200
@@ -1,3 +1,13 @@
+2013-05-07  Xerxes RÃ¥nby  <xerxes at zafena.se>
+
+	JamVM
+	- Fix non-direct interpreter invokespecial super-class check
+	- When GC'ing a native method don't try to free code
+	* NEWS: Updated.
+	* Makefile.am
+	(JAMVM_VERSION): Updated JamVM to 2013-05-06 revision.
+	(JAMVM_SHA256SUM): Updated.
+
 2013-04-30  Xerxes RÃ¥nby  <xerxes at zafena.se>
 
 	JamVM
diff -r c9942e43a65a -r 2e8f301c5848 Makefile.am
--- a/Makefile.am	Tue Apr 30 18:49:27 2013 +0200
+++ b/Makefile.am	Tue May 07 15:37:42 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 = 938504fb92e8fd2a91276a54b0a0c7be25731c19
-JAMVM_SHA256SUM = b56563270af85eefc7e2d95837b6c94f1c0d2720c579c74e5b3842357988a096
+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 c9942e43a65a -r 2e8f301c5848 NEWS
--- a/NEWS	Tue Apr 30 18:49:27 2013 +0200
+++ b/NEWS	Tue May 07 15:37:42 2013 +0200
@@ -19,6 +19,8 @@
   - JSR 901: VM support for method parameter reflection
   - 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



More information about the distro-pkg-dev mailing list