/hg/icedtea7: 4 new changesets
xranby at icedtea.classpath.org
xranby at icedtea.classpath.org
Fri Sep 2 04:15:12 PDT 2011
changeset a51ca707c3d2 in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=a51ca707c3d2
author: Xerxes Ranby <xerxes at zafena.se>
date: Fri Sep 02 13:11:34 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 56dac28b4cb5 in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=56dac28b4cb5
author: Xerxes Ranby <xerxes at zafena.se>
date: Fri Sep 02 13:13:17 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 87cac0904664 in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=87cac0904664
author: Xerxes Ranby <xerxes at zafena.se>
date: Fri Sep 02 13:16:35 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 a8ba0d7cfa93 in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=a8ba0d7cfa93
author: Xerxes Ranby <xerxes at zafena.se>
date: Fri Sep 02 13:17:30 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 8ac25d11a9e5 -r a8ba0d7cfa93 ChangeLog
--- a/ChangeLog Tue Aug 09 13:16:18 2011 +0200
+++ b/ChangeLog Fri Sep 02 13:17:30 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 8ac25d11a9e5 -r a8ba0d7cfa93 Makefile.am
--- a/Makefile.am Tue Aug 09 13:16:18 2011 +0200
+++ b/Makefile.am Fri Sep 02 13:17:30 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
@@ -300,7 +300,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 8ac25d11a9e5 -r a8ba0d7cfa93 NEWS
--- a/NEWS Tue Aug 09 13:16:18 2011 +0200
+++ b/NEWS Fri Sep 02 13:17:30 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
@@ -30,6 +31,14 @@
- Add missing describe_pd method for Zero.
* 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 8ac25d11a9e5 -r a8ba0d7cfa93 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:17:30 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 8ac25d11a9e5 -r a8ba0d7cfa93 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:17:30 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