/hg/icedtea: 4 new changesets
xranby at icedtea.classpath.org
xranby at icedtea.classpath.org
Fri Sep 2 04:23:11 PDT 2011
changeset fcef146368a8 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=fcef146368a8
author: Xerxes Ranby <xerxes at zafena.se>
date: Fri Sep 02 13:22:12 2011 +0200
PR772: JamVM + jtreg LocalOnlyTest sends SIGQUIT to all processes on
exit.
2011-08-10 Xerxes Ranby <xerxes at zafena.se>
JamVM
- PR772: jtreg LocalOnlyTest sends SIGQUIT to all processes on exit.
* NEWS: Updated.
* patches/jamvm/jmm_GetLongAttribute_201.patch: New patch.
* Makefile.am: Apply JamVM patch.
changeset a338e1f421e6 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=a338e1f421e6
author: Xerxes Ranby <xerxes at zafena.se>
date: Fri Sep 02 13:23:31 2011 +0200
JamVM: Ignore assertions and verify options.
2011-08-15 Xerxes Ranby <xerxes at zafena.se>
JamVM
- Ignore assertions and verify options.
* NEWS: Updated.
* patches/jamvm/ignore-assertions-and-verify-options.patch: New patch.
* Makefile.am: Apply JamVM patch.
changeset c7f83847564d in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=c7f83847564d
author: Xerxes Ranby <xerxes at zafena.se>
date: Fri Sep 02 13:24:37 2011 +0200
JamVM: LP827463: Fix OpenJDK enclosingMethodInfo(), Updated JamVM to
2011-08-19 revision.
2011-08-19 Xerxes Ranby <xerxes at zafena.se>
JamVM
- LP827463: Fix OpenJDK enclosingMethodInfo().
- "Fix" handling of CLI bootclasspath options.
- Fix for StackTraceElement checkin.
- Fix typo in definition of ACC_MIRANDA.
- Intern strings when creating a StackTraceElement.
* NEWS: Updated.
* Makefile.am (JAMVM_VERSION): Updated JamVM to 2011-08-19
revision. (JAMVM_SHA256SUM): Updated.
changeset 4141f7541748 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=4141f7541748
author: Xerxes Ranby <xerxes at zafena.se>
date: Fri Sep 02 13:25:39 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 | 38 ++++++++++++++++
Makefile.am | 8 ++-
NEWS | 9 +++
patches/jamvm/ignore-assertions-and-verify-options.patch | 19 ++++++++
patches/jamvm/jmm_GetLongAttribute_201.patch | 21 ++++++++
5 files changed, 92 insertions(+), 3 deletions(-)
diffs (146 lines):
diff -r ed87c77c461d -r 4141f7541748 ChangeLog
--- a/ChangeLog Tue Aug 09 13:45:23 2011 +0200
+++ b/ChangeLog Fri Sep 02 13:25:39 2011 +0200
@@ -1,3 +1,41 @@
+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-19 Xerxes RÃ¥nby <xerxes at zafena.se>
+
+ JamVM
+ - LP827463: Fix OpenJDK enclosingMethodInfo().
+ - "Fix" handling of CLI bootclasspath options.
+ - Fix for StackTraceElement checkin.
+ - Fix typo in definition of ACC_MIRANDA.
+ - Intern strings when creating a StackTraceElement.
+ * NEWS: Updated.
+ * Makefile.am
+ (JAMVM_VERSION): Updated JamVM to 2011-08-19 revision.
+ (JAMVM_SHA256SUM): Updated.
+
+2011-08-15 Xerxes RÃ¥nby <xerxes at zafena.se>
+
+ JamVM
+ - Ignore assertions and verify options.
+ * NEWS: Updated.
+ * patches/jamvm/ignore-assertions-and-verify-options.patch: New patch.
+ * Makefile.am: Apply JamVM patch.
+
+2011-08-10 Xerxes RÃ¥nby <xerxes at zafena.se>
+
+ JamVM
+ - PR772: jtreg LocalOnlyTest sends SIGQUIT to all processes on exit.
+ * NEWS: Updated.
+ * patches/jamvm/jmm_GetLongAttribute_201.patch: New patch.
+ * Makefile.am: Apply JamVM patch.
+
2011-08-09 Xerxes RÃ¥nby <xerxes at zafena.se>
JamVM
diff -r ed87c77c461d -r 4141f7541748 Makefile.am
--- a/Makefile.am Tue Aug 09 13:45:23 2011 +0200
+++ b/Makefile.am Fri Sep 02 13:25:39 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 = 0501bb8bea978c2d37e7b5caaa0969c92ae148b4
-JAMVM_SHA256SUM = 5a21290813affb5878d27995e487c60e7d0b85793987bb814baf162f179acedb
+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
@@ -308,7 +308,9 @@
if BUILD_JAMVM
ICEDTEA_PATCHES += \
- patches/jamvm/remove-sun.misc.Perf-debug-code.patch
+ patches/jamvm/remove-sun.misc.Perf-debug-code.patch \
+ patches/jamvm/jmm_GetLongAttribute_201.patch \
+ patches/jamvm/ignore-assertions-and-verify-options.patch
endif
if ENABLE_PULSE_JAVA
diff -r ed87c77c461d -r 4141f7541748 NEWS
--- a/NEWS Tue Aug 09 13:45:23 2011 +0200
+++ b/NEWS Fri Sep 02 13:25:39 2011 +0200
@@ -6,6 +6,7 @@
DX - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=X
GX - http://bugs.gentoo.org/show_bug.cgi?id=X
CAX - http://server.complang.tuwien.ac.at/cgi-bin/bugzilla/show_bug.cgi?id=X
+LPX - https://bugs.launchpad.net/bugs/X
CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
@@ -15,6 +16,14 @@
* JamVM
- JamVM is self-hosting.
+ - 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.
+ - Fix typo in definition of ACC_MIRANDA.
+ - Intern strings when creating a StackTraceElement.
+ - Ignore assertions and verify options.
- Remove empty clobber.
- Use dots instead of slashes in classname for exception.
- Correct thrown exception by bootstrap loader.
diff -r ed87c77c461d -r 4141f7541748 patches/jamvm/ignore-assertions-and-verify-options.patch
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/jamvm/ignore-assertions-and-verify-options.patch Fri Sep 02 13:25:39 2011 +0200
@@ -0,0 +1,20 @@
+Index: jamvm/jamvm/src/init.c
+===================================================================
+--- jamvm.orig/jamvm/src/init.c 2011-08-12 14:12:00.775411188 +0200
++++ jamvm/jamvm/src/init.c 2011-08-12 16:22:24.110205028 +0200
+@@ -272,6 +272,15 @@
+ /* Compatibility options */
+ } else if(strcmp(string, "-Xcomp") == 0 ||
+ strcmp(string, "-Xbatch") == 0 ||
++ strcmp(string, "-ea") == 0 ||
++ strcmp(string, "-da") == 0 ||
++ strcmp(string, "-dsa") == 0 ||
++ strcmp(string, "-esa") == 0 ||
++ strncmp(string, "-ea:", 4) == 0 ||
++ strncmp(string, "-da:", 4) == 0 ||
++ strncmp(string, "-dsa:", 5) == 0 ||
++ strncmp(string, "-esa:", 5) == 0 ||
++ strncmp(string, "-Xverify:", 9) == 0 ||
+ strncmp(string, "-XX:", 4) == 0) {
+ /* Ignore */
+ } else
diff -r ed87c77c461d -r 4141f7541748 patches/jamvm/jmm_GetLongAttribute_201.patch
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/jamvm/jmm_GetLongAttribute_201.patch Fri Sep 02 13:25:39 2011 +0200
@@ -0,0 +1,22 @@
+Index: jamvm/jamvm/src/classlib/openjdk/management.c
+===================================================================
+--- jamvm.orig/jamvm/src/classlib/openjdk/management.c 2011-08-09 23:39:21.067466386 +0200
++++ jamvm/jamvm/src/classlib/openjdk/management.c 2011-08-09 23:43:21.987466384 +0200
+@@ -146,6 +146,9 @@
+ case JMM_JVM_INIT_DONE_TIME_MS:
+ result = 0;
+ break;
++ case JMM_OS_PROCESS_ID:
++ result = getpid();
++ break;
+
+ case JMM_CLASS_LOADED_COUNT:
+ case JMM_CLASS_UNLOADED_COUNT:
+@@ -153,7 +156,6 @@
+ case JMM_THREAD_LIVE_COUNT:
+ case JMM_THREAD_PEAK_COUNT:
+ case JMM_THREAD_DAEMON_COUNT:
+- case JMM_OS_PROCESS_ID:
+
+ default:
+ UNIMPLEMENTED("jmm_GetLongAttribute: Unknown attribute %d", att);
More information about the distro-pkg-dev
mailing list