/hg/icedtea: JamVM: Updated to 2011-04-28 revision, implemented ...
xranby at icedtea.classpath.org
xranby at icedtea.classpath.org
Fri May 27 08:24:16 PDT 2011
changeset 31a4741ed890 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=31a4741ed890
author: Xerxes R?nby <xerxes at zafena.se>
date: Fri May 27 17:00:15 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 6cf9b58ff9bc -r 31a4741ed890 ChangeLog
--- 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 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-27 Andrew John Hughes <ahughes at redhat.com>
* NEWS: Add 2.0.
diff -r 6cf9b58ff9bc -r 31a4741ed890 Makefile.am
--- 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
diff -r 6cf9b58ff9bc -r 31a4741ed890 NEWS
--- 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.
More information about the distro-pkg-dev
mailing list