/hg/icedtea6: JamVM: Updated to 2011-08-15 revision.

xranby at icedtea.classpath.org xranby at icedtea.classpath.org
Mon Aug 15 02:49:10 PDT 2011


changeset a690c9e7e3bc in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=a690c9e7e3bc
author: Xerxes Ranby <xerxes at zafena.se>
date: Mon Aug 15 11:49:11 2011 +0200

	JamVM: Updated to 2011-08-15 revision.

	2011-08-15 Xerxes Ranby <xerxes at zafena.se>

	 JamVM
		- Fix typo in definition of ACC_MIRANDA.
		- Intern strings when creating a StackTraceElement.
		* NEWS: Updated.
		* Makefile.am (JAMVM_VERSION): Updated JamVM to 2011-08-15
	revision. (JAMVM_SHA256SUM): Updated.


diffstat:

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

diffs (43 lines):

diff -r 773cee7545f2 -r a690c9e7e3bc ChangeLog
--- a/ChangeLog	Mon Aug 15 11:10:04 2011 +0200
+++ b/ChangeLog	Mon Aug 15 11:49:11 2011 +0200
@@ -1,3 +1,13 @@
+2011-08-15  Xerxes RÃ¥nby  <xerxes at zafena.se>
+
+	JamVM
+	- Fix typo in definition of ACC_MIRANDA.
+	- Intern strings when creating a StackTraceElement.
+	* NEWS: Updated.
+	* Makefile.am
+	(JAMVM_VERSION): Updated JamVM to 2011-08-15 revision.
+	(JAMVM_SHA256SUM): Updated.
+
 2011-08-15  Pavel Tisnovsky  <ptisnovs at redhat.com>
 
 	* Makefile.am: added LDFLAGS for JamVM to fix the SELinux
diff -r 773cee7545f2 -r a690c9e7e3bc Makefile.am
--- a/Makefile.am	Mon Aug 15 11:10:04 2011 +0200
+++ b/Makefile.am	Mon Aug 15 11:49:11 2011 +0200
@@ -11,8 +11,8 @@
 CACAO_URL = $(CACAO_BASE_URL)/$(CACAO_VERSION).tar.gz
 CACAO_SRC_ZIP = cacao-$(CACAO_VERSION).tar.gz
 
-JAMVM_VERSION = 0501bb8bea978c2d37e7b5caaa0969c92ae148b4
-JAMVM_SHA256SUM = 5a21290813affb5878d27995e487c60e7d0b85793987bb814baf162f179acedb
+JAMVM_VERSION = b8e5dbad856be3b3bb0309467264053d1e2c58a9
+JAMVM_SHA256SUM = 9178f7d85851f6c908de1e1114ec158dc5fbc4aa4025478cac16a12459ac9a51
 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 773cee7545f2 -r a690c9e7e3bc NEWS
--- a/NEWS	Mon Aug 15 11:10:04 2011 +0200
+++ b/NEWS	Mon Aug 15 11:49:11 2011 +0200
@@ -375,6 +375,8 @@
   - Threadlist & threadobject improvements.
 * JamVM
   - PR772: jtreg LocalOnlyTest sends SIGQUIT to all processes on exit.
+  - Fix typo in definition of ACC_MIRANDA.
+  - Intern strings when creating a StackTraceElement.
   - Remove empty clobber.
   - Use dots instead of slashes in classname for exception.
   - Correct thrown exception by bootstrap loader.



More information about the distro-pkg-dev mailing list