/hg/icedtea6: JamVM: Update to latest JamVM revision and remove ...
xranby at icedtea.classpath.org
xranby at icedtea.classpath.org
Thu Mar 17 05:35:45 PDT 2011
changeset bbb68fba28bf in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=bbb68fba28bf
author: Xerxes R?nby <xerxes at zafena.se>
date: Thu Mar 17 13:17:19 2011 +0100
JamVM: Update to latest JamVM revision and remove upstreamed pathes.
2011-03-17 Xerxes Ranby <xerxes at zafena.se>
JamVM: Update to latest JamVM revision and remove upstreamed
pathes. Update contains the following new JamVM
improvements: Handle O_DELETE in JVM_Open Minor
performance improvement on ARM First set of changes to
support JamVM/OpenJDK on MacOS X Minor memory leak (missing
free) Handle integer overflow on i386/amd64
* NEWS: Updated.
* Makefile.am: Remove upstreamed JamVM patches.
(JAMVM_VERSION): Updated to latest JamVM revision.
(JAMVM_SHA256SUM): Updated.
* patches/jamvm/arm-interp_cflags-marm.patch: Deleted.
* patches/jamvm/mips64el.patch: Deleted.
diffstat:
ChangeLog | 16 ++++++++++++++++
Makefile.am | 8 +++-----
NEWS | 11 ++++++++++-
patches/jamvm/arm-interp_cflags-marm.patch | 21 ---------------------
patches/jamvm/mips64el.patch | 11 -----------
5 files changed, 29 insertions(+), 38 deletions(-)
diffs (118 lines):
diff -r 31a0711aec6c -r bbb68fba28bf ChangeLog
--- a/ChangeLog Wed Mar 16 15:40:46 2011 -0400
+++ b/ChangeLog Thu Mar 17 13:17:19 2011 +0100
@@ -1,3 +1,19 @@
+2011-03-17 Xerxes Ranby <xerxes at zafena.se>
+
+ JamVM: Update to latest JamVM revision and remove upstreamed pathes.
+ Update contains the following new JamVM improvements:
+ Handle O_DELETE in JVM_Open
+ Minor performance improvement on ARM
+ First set of changes to support JamVM/OpenJDK on MacOS X
+ Minor memory leak (missing free)
+ Handle integer overflow on i386/amd64
+ * NEWS: Updated.
+ * Makefile.am: Remove upstreamed JamVM patches.
+ (JAMVM_VERSION): Updated to latest JamVM revision.
+ (JAMVM_SHA256SUM): Updated.
+ * patches/jamvm/arm-interp_cflags-marm.patch: Deleted.
+ * patches/jamvm/mips64el.patch: Deleted.
+
2011-03-16 Denis Lila <dlila at redhat.com>
* patches/openjdk/7027667-AAShapePipeRegTest.patch:
diff -r 31a0711aec6c -r bbb68fba28bf Makefile.am
--- a/Makefile.am Wed Mar 16 15:40:46 2011 -0400
+++ b/Makefile.am Thu Mar 17 13:17:19 2011 +0100
@@ -11,8 +11,8 @@
CACAO_URL = $(CACAO_BASE_URL)/$(CACAO_VERSION).tar.gz
CACAO_SRC_ZIP = cacao-$(CACAO_VERSION).tar.gz
-JAMVM_VERSION = 9acc3f22f885340bef0acabb568eaeabe4450bfb
-JAMVM_SHA256SUM = ab8bd9e37d7eea26c3ec2e5e86ac4d782327416bcef1be9deb9453e11b145e83
+JAMVM_VERSION = 78f044e3052e804d4dcc37014dc52e78266d5875
+JAMVM_SHA256SUM = d11b8966e616210c2e718d80f9c12be2a8fbed92d12bb2a8b9b119ac99b69acc
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
@@ -367,9 +367,7 @@
if BUILD_JAMVM
ICEDTEA_PATCHES += \
- patches/jamvm/ignore-unknown-options.patch \
- patches/jamvm/mips64el.patch \
- patches/jamvm/arm-interp_cflags-marm.patch
+ patches/jamvm/ignore-unknown-options.patch
endif
if ENABLE_PULSE_JAVA
diff -r 31a0711aec6c -r bbb68fba28bf NEWS
--- a/NEWS Wed Mar 16 15:40:46 2011 -0400
+++ b/NEWS Thu Mar 17 13:17:19 2011 +0100
@@ -11,7 +11,6 @@
New in release 1.11 (2011-XX-XX):
* Use HotSpot 20 as the default virtual machine.
-* Added JamVM support for mips and mips64.
* Bug fixes
- PR637: make check should exit with an error code if any of regression test
failed. Use make check -k if you want to run all three test suites. And it
@@ -20,6 +19,16 @@
make check jtreg_checks="langtools hotspot".
If none is provided make check runs all testsuites.
- CACAO PR157: ARM SMP Assertion thinlock failed.
+* JamVM
+ - Ignore all unknown options.
+ - Handle O_DELETE in JVM_Open.
+ - Minor performance improvement on ARM.
+ - First set of changes to support JamVM/OpenJDK on MacOS X.
+ - Minor memory leak (missing free).
+ - Handle integer overflow on i386/amd64.
+ - On ARM, force interpreter to be built in ARM mode.
+ - MIPS: 64-bit and interpreter inlining by default.
+ - Trivial implementation of stubs for MIPS.
* Backports
- S7023591, S7027667: Clipped antialiased rectangles are filled, not drawn.
- S7019861: Last scanline skpped when doing AA.
diff -r 31a0711aec6c -r bbb68fba28bf patches/jamvm/arm-interp_cflags-marm.patch
--- a/patches/jamvm/arm-interp_cflags-marm.patch Wed Mar 16 15:40:46 2011 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-Index: jamvm/jamvm/configure.ac
-===================================================================
---- jamvm.orig/jamvm/configure.ac 2011-03-11 15:15:57.000000000 +0100
-+++ jamvm/jamvm/configure.ac 2011-03-11 15:16:56.000000000 +0100
-@@ -43,7 +43,7 @@
- mips64el-*-linux*) host_cpu=mips host_os=linux ;;
- x86_64-*-openbsd*) host_os=bsd libdl_needed=no ;;
- x86_64-*-freebsd*) host_os=bsd libdl_needed=no ;;
--arm*-*-linux*) host_cpu=arm host_os=linux ;;
-+arm*-*-linux*) host_cpu=arm host_os=linux interp_cflags=-marm ;;
- arm*-*-openbsd*) host_cpu=arm host_os=bsd libdl_needed=no ;;
- arm*-*-freebsd*) host_cpu=arm host_os=bsd libdl_needed=no ;;
- powerpc*-*-linux*) host_cpu=powerpc host_os=linux ;;
-@@ -178,7 +178,7 @@
-
- if test "$enable_int_inlining" != no; then
- AC_DEFINE([INLINING],1,[interpreter inlining])
-- interp_cflags=-fno-reorder-blocks
-+ interp_cflags="$interp_cflags -fno-reorder-blocks"
-
- if test "$enable_runtime_reloc_checks" != no; then
- AC_DEFINE([RUNTIME_RELOC_CHECKS],1,[compute relocatability at runtime])
diff -r 31a0711aec6c -r bbb68fba28bf patches/jamvm/mips64el.patch
--- a/patches/jamvm/mips64el.patch Wed Mar 16 15:40:46 2011 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-Index: jamvm/jamvm/configure.ac
-===================================================================
---- jamvm.orig/jamvm/configure.ac 2011-03-09 13:13:12.781424034 +0100
-+++ jamvm/jamvm/configure.ac 2011-03-09 13:13:47.752903998 +0100
-@@ -40,6 +40,7 @@
- x86_64-*-linux*) host_os=linux ;;
- hppa*-*-linux*) host_cpu=parisc host_os=linux ;;
- mipsel-*-linux*) host_cpu=mips host_os=linux ;;
-+mips64el-*-linux*) host_cpu=mips host_os=linux ;;
- x86_64-*-openbsd*) host_os=bsd libdl_needed=no ;;
- x86_64-*-freebsd*) host_os=bsd libdl_needed=no ;;
- arm*-*-linux*) host_cpu=arm host_os=linux ;;
More information about the distro-pkg-dev
mailing list