changeset 2441:31a4741ed890

JamVM: Updated to 2011-04-28 revision, implemented remaining OpenJDK Array reflection interface. 2011-05-27 Xerxes R?nby <xranby@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
author Xerxes R?nby <xerxes@zafena.se>
date Fri, 27 May 2011 17:00:15 +0200
parents 6cf9b58ff9bc
children ccbd95318206
files ChangeLog Makefile.am NEWS
diffstat 3 files changed, 20 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri May 27 13:30:39 2011 +0100
+++ b/ChangeLog	Fri May 27 17:00:15 2011 +0200
@@ -1,3 +1,16 @@
+2011-05-27  Xerxes RĂ„nby  <xranby@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-27  Andrew John Hughes  <ahughes@redhat.com>
 
 	* NEWS: Add 2.0.
--- a/Makefile.am	Fri May 27 13:30:39 2011 +0100
+++ b/Makefile.am	Fri May 27 17:00:15 2011 +0200
@@ -24,8 +24,8 @@
 CACAO_URL = $(CACAO_BASE_URL)/$(CACAO_VERSION).tar.bz2
 CACAO_SRC_ZIP = cacao-$(CACAO_VERSION).tar.bz2
 
-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
--- a/NEWS	Fri May 27 13:30:39 2011 +0100
+++ b/NEWS	Fri May 27 17:00:15 2011 +0200
@@ -29,6 +29,11 @@
   - PR715: Port updated macros from IcedTea6 to 7
   - PR732: Use xsltproc for bootstrap xslt in place of Xerces/Xalan
 * 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.