/hg/icedtea6: JamVM: Updated to 2011-04-28 revision, implemented...

xranby at icedtea.classpath.org xranby at icedtea.classpath.org
Fri May 27 08:19:41 PDT 2011


changeset fc898988b053 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=fc898988b053
author: Xerxes R?nby <xerxes at zafena.se>
date: Fri May 27 16:55:49 2011 +0200

	JamVM: Updated to 2011-04-28 revision, implemented remaining OpenJDK
	Array reflection interface.

	2011-05-27 Xerxes R?nby <xranby at zafena.se>

	 JamVM
	        - Fix leak of native thread structure.
	        - Consistent naming for classlib functions.
	        - Add extra includes to get rid off compiler warning.
	        - Rework OpenJDK storage of native thread structure.
	        - Implement remaining OpenJDK Array reflection interface.
	        * NEWS: Updated.
	        * Makefile.am (JAMVM_VERSION): Updated JamVM to 2011-04-28
	revision. (JAMVM_SHA256SUM): Updated.


diffstat:

 ChangeLog   |  13 +++++++++++++
 Makefile.am |   4 ++--
 NEWS        |   5 +++++
 3 files changed, 20 insertions(+), 2 deletions(-)

diffs (49 lines):

diff -r 0224254fcf75 -r fc898988b053 ChangeLog
--- a/ChangeLog	Fri May 20 08:55:31 2011 -0400
+++ b/ChangeLog	Fri May 27 16:55:49 2011 +0200
@@ -1,3 +1,16 @@
+2011-05-27  Xerxes RÃ¥nby  <xranby at zafena.se>
+
+	JamVM
+	- Fix leak of native thread structure.
+	- Consistent naming for classlib functions.
+	- Add extra includes to get rid off compiler warning.
+	- Rework OpenJDK storage of native thread structure.
+	- Implement remaining OpenJDK Array reflection interface.
+	* NEWS: Updated.
+	* Makefile.am
+	(JAMVM_VERSION): Updated JamVM to 2011-04-28 revision.
+	(JAMVM_SHA256SUM): Updated.
+
 2011-05-19  Denis Lila <dlila at redhat.com>
 
 	* Makefile.am: Apply patch.
diff -r 0224254fcf75 -r fc898988b053 Makefile.am
--- a/Makefile.am	Fri May 20 08:55:31 2011 -0400
+++ b/Makefile.am	Fri May 27 16:55:49 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 = a95ca049d3bb257d730535a5d5ec3f73a943d0aa
-JAMVM_SHA256SUM = 18bb5c97c03fb73f70b481440e3e11803448d327c024d4570a338b899693fefd
+JAMVM_VERSION = 2e52a601883dda84c824b43363c02881def3e06d
+JAMVM_SHA256SUM = b26bc67ddfb50c98761aa4939254470ec9a8f88e9a22628b858603099a784af8
 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 0224254fcf75 -r fc898988b053 NEWS
--- a/NEWS	Fri May 20 08:55:31 2011 -0400
+++ b/NEWS	Fri May 27 16:55:49 2011 +0200
@@ -47,6 +47,11 @@
   - CA156: uncaughtExceptionHandler doesn't work with OpenJDK 6 b21.
   - CA157: ARM SMP Assertion thinlock failed.
 * JamVM
+  - Fix leak of native thread structure.
+  - Consistent naming for classlib functions.
+  - Add extra includes to get rid off compiler warning.
+  - Rework OpenJDK storage of native thread structure.
+  - Implement remaining OpenJDK Array reflection interface.
   - Ignore all unknown options.
   - Handle overflow in getPhysicalMemory().
   - Base default min and max heap size on physical memory.



More information about the distro-pkg-dev mailing list