/hg/icedtea6: JamVM: Add support for armhf.

xranby at icedtea.classpath.org xranby at icedtea.classpath.org
Fri Sep 2 03:54:27 PDT 2011


changeset c7dfe2b4791e in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=c7dfe2b4791e
author: Xerxes Ranby <xerxes at zafena.se>
date: Fri Sep 02 12:41:10 2011 +0200

	JamVM: Add support for armhf.

	2011-09-02 Xerxes Ranby <xerxes at zafena.se>

	 JamVM
		- Add support for armhf.
		* NEWS: Updated.
		* Makefile.am (JAMVM_VERSION): Updated JamVM to 2011-08-31
	revision. (JAMVM_SHA256SUM): Updated.


diffstat:

 ChangeLog   |  9 +++++++++
 Makefile.am |  4 ++--
 NEWS        |  1 +
 3 files changed, 12 insertions(+), 2 deletions(-)

diffs (41 lines):

diff -r b9ac502a6189 -r c7dfe2b4791e ChangeLog
--- a/ChangeLog	Tue Aug 30 11:30:12 2011 -0400
+++ b/ChangeLog	Fri Sep 02 12:41:10 2011 +0200
@@ -1,3 +1,12 @@
+2011-09-02  Xerxes RÃ¥nby  <xerxes at zafena.se>
+
+	JamVM
+	- Add support for armhf.
+	* NEWS: Updated.
+	* Makefile.am
+	(JAMVM_VERSION): Updated JamVM to 2011-08-31 revision.
+	(JAMVM_SHA256SUM): Updated.
+
 2011-08-30  Deepak Bhole <dbhole at redhat.com>
 
 	S6826104, RH730015: Getting a NullPointer exception when clicked on Application &
diff -r b9ac502a6189 -r c7dfe2b4791e Makefile.am
--- a/Makefile.am	Tue Aug 30 11:30:12 2011 -0400
+++ b/Makefile.am	Fri Sep 02 12:41:10 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 = 15f0fcf749071c7fa1bf0431e044e55143e94844
-JAMVM_SHA256SUM = af0213333302193f9eda0bd852b2d0419484160e1853235acdb83ed73829a1f8
+JAMVM_VERSION = 6a5776faa95649adae498e349da7a93b8b9fc355
+JAMVM_SHA256SUM = 1482dbd4d1ee44b6c50350904ae44debeaee72fb2fafeca6862db9fa00a04171
 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 b9ac502a6189 -r c7dfe2b4791e NEWS
--- a/NEWS	Tue Aug 30 11:30:12 2011 -0400
+++ b/NEWS	Fri Sep 02 12:41:10 2011 +0200
@@ -383,6 +383,7 @@
 * JamVM
   - PR772: jtreg LocalOnlyTest sends SIGQUIT to all processes on exit.
   - LP827463: Fix OpenJDK enclosingMethodInfo().
+  - Add support for armhf.
   - "Fix" handling of CLI bootclasspath options.
   - Fix for StackTraceElement checkin. 
   - Ignore assertions and verify options.



More information about the distro-pkg-dev mailing list