/hg/icedtea6: 2 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Thu Jun 24 13:30:15 PDT 2010
changeset f40f87b95dc0 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=f40f87b95dc0
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Jun 24 18:44:12 2010 +0100
Fix broken CACAO build and remove redundant patches.
2010-06-24 Andrew John Hughes <ahughes at redhat.com>
* patches/cacao/6714758.patch: Removed, 6714758 is
not in OpenJDK6.
* patches/cacao/package-version.diff: Removed; we shouldn't be
altering the CACAO version and it builds without this fix.
* patches/cacao/version.patch: Dropped; only needed for 7.
* patches/icedtea-cacao-ignore-jdi-tests.patch: Moved to...
* Makefile.am: Drop unneeded patches. Remove non-existent
nio2 reference. Fix path to ignore-jdi-tests.patch.
(CACAO_BASE_URL): Shorten to just the base. (CACAO_SRC_ZIP):
Use version from IcedTea7. (download-cacao): Added from
IcedTea7. (clean-download-cacao): Likewise.
(download): Depend on download-cacao. Remove CACAO
downloading. (clean-download): Depend on clean-download-
cacao. Remove CACAO cleaning.
* patches/cacao/ignore-jdi-tests.patch: ...here.
changeset 1c22941d9896 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=1c22941d9896
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Jun 24 21:30:07 2010 +0100
Bump changeset to a CACAO build using -O2 and include a fix for a
version parsing bug.
2010-06-24 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am: Add new patch and update:
(CACAO_VERSION): Bump to changeset which increases
optimisation to -O2 not -O0. (CACAO_SHA256SUM): Updated for
above.
* patches/cacao/version-parsing.patch: Fix parsing of the
minor version due to the update from 1.1.0pre to 1.1.0pre1
in the new changeset.
diffstat:
8 files changed, 1583 insertions(+), 1616 deletions(-)
ChangeLog | 36
Makefile.am | 88 -
patches/cacao/6714758.patch | 40
patches/cacao/ignore-jdi-tests.patch | 1496 ++++++++++++++++++++++++++
patches/cacao/package-version.diff | 11
patches/cacao/version-parsing.patch | 11
patches/cacao/version.patch | 21
patches/icedtea-cacao-ignore-jdi-tests.patch | 1496 --------------------------
diffs (truncated from 3292 to 500 lines):
diff -r 5ecaa9185c34 -r 1c22941d9896 ChangeLog
--- a/ChangeLog Thu Jun 24 16:02:09 2010 +0200
+++ b/ChangeLog Thu Jun 24 21:30:07 2010 +0100
@@ -1,3 +1,39 @@ 2010-06-24 Matthias Klose <doko at ubuntu.
+2010-06-24 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ Add new patch and update:
+ (CACAO_VERSION): Bump to changeset which
+ increases optimisation to -O2 not -O0.
+ (CACAO_SHA256SUM): Updated for above.
+ * patches/cacao/version-parsing.patch:
+ Fix parsing of the minor version due to
+ the update from 1.1.0pre to 1.1.0pre1 in
+ the new changeset.
+
+2010-06-24 Andrew John Hughes <ahughes at redhat.com>
+
+ * patches/cacao/6714758.patch:
+ Removed, 6714758 is not in OpenJDK6.
+ * patches/cacao/package-version.diff:
+ Removed; we shouldn't be altering the CACAO
+ version and it builds without this fix.
+ * patches/cacao/version.patch:
+ Dropped; only needed for 7.
+ * patches/icedtea-cacao-ignore-jdi-tests.patch:
+ Moved to...
+ * Makefile.am:
+ Drop unneeded patches. Remove non-existent nio2
+ reference. Fix path to ignore-jdi-tests.patch.
+ (CACAO_BASE_URL): Shorten to just the base.
+ (CACAO_SRC_ZIP): Use version from IcedTea7.
+ (download-cacao): Added from IcedTea7.
+ (clean-download-cacao): Likewise.
+ (download): Depend on download-cacao.
+ Remove CACAO downloading.
+ (clean-download): Depend on clean-download-cacao.
+ Remove CACAO cleaning.
+ * patches/cacao/ignore-jdi-tests.patch: ...here.
+
2010-06-24 Matthias Klose <doko at ubuntu.com>
* Makefile.am (stamps/add-cacao.stamp, stamps/add-cacao-debug.stamp):
diff -r 5ecaa9185c34 -r 1c22941d9896 Makefile.am
--- a/Makefile.am Thu Jun 24 16:02:09 2010 +0200
+++ b/Makefile.am Thu Jun 24 21:30:07 2010 +0100
@@ -5,10 +5,11 @@ OPENJDK_VERSION = b20
OPENJDK_VERSION = b20
OPENJDK_URL = http://download.java.net/openjdk/jdk6/promoted/$(OPENJDK_VERSION)/
-CACAO_VERSION = 8948a434c10d
-CACAO_SHA256SUM = e472e11621c3e1f00a5f49c990e68d18db09c6c12aea100950567b1577931412
-CACAO_BASE_URL = http://mips.complang.tuwien.ac.at/hg/cacao/archive/tip.tar.bz2
+CACAO_VERSION = dd4532afd08a
+CACAO_SHA256SUM = fc876403aeb46c6c16693cfc75ba0a2e581f7a98ddd02ac7f2bf4fc5c20765b4
+CACAO_BASE_URL = http://mips.complang.tuwien.ac.at
CACAO_URL = $(CACAO_BASE_URL)/hg/cacao/archive/$(CACAO_VERSION).tar.bz2
+CACAO_SRC_ZIP = cacao-$(CACAO_VERSION).tar.bz2
NETBEANS_PROFILER_MD5SUM = 40dd3183b345737ca22162d164c2d5a2
NETBEANS_PROFILER_URL = https://visualvm.dev.java.net/files/documents/7163/149581/
@@ -124,16 +125,6 @@ if USE_ALT_HOTSPOT_SRC_ZIP
HOTSPOT_SRC_ZIP = $(ALT_HOTSPOT_SRC_ZIP)
else
HOTSPOT_SRC_ZIP = hotspot.tar.gz
-endif
-
-if USE_ALT_CACAO_SRC_ZIP
- CACAO_SRC_ZIP = $(ALT_CACAO_SRC_ZIP)
-else
-if USE_ALT_CACAO_SRC_DIR
- CACAO_SRC_ZIP = "not needed"
-else
- CACAO_SRC_ZIP = cacao-$(CACAO_VERSION).tar.gz
-endif
endif
# FIXME (HotSpot): HotSpot changeset logic goes here
@@ -328,21 +319,16 @@ if BUILD_CACAO
if BUILD_CACAO
ICEDTEA_PATCHES += \
patches/cacao/launcher.patch \
- patches/cacao/version.patch \
patches/cacao/arm-arch-defines.patch \
patches/cacao/jsig.patch \
- patches/cacao/6714758.patch \
patches/cacao/memory.patch \
- patches/cacao/package-version.diff
-if ENABLE_NIO2
-ICEDTEA_PATCHES += patches/cacao/nio2.patch
-endif
+ patches/cacao/version-parsing.patch
endif
if WITH_CACAO
ICEDTEA_PATCHES += \
- patches/icedtea-cacao-ignore-jdi-tests.patch \
- patches/icedtea-cacao-ignore-tests.patch
+ patches/cacao/ignore-jdi-tests.patch \
+ patches/cacao/ignore-tests.patch
endif
if ENABLE_PULSE_JAVA
@@ -706,6 +692,36 @@ stamps/download-drops.stamp: stamps/down
mkdir -p stamps
touch $@
+stamps/download-cacao.stamp:
+if BUILD_CACAO
+if !USE_SYSTEM_CACAO
+if !USE_ALT_CACAO_SRC_DIR
+if USE_ALT_CACAO_SRC_ZIP
+ ln -sf $(ALT_CACAO_SRC_ZIP) $(CACAO_SRC_ZIP)
+endif
+ if ! echo "$(CACAO_SHA256SUM) $(CACAO_SRC_ZIP)" \
+ | $(SHA256SUM) --check ; \
+ then \
+ if [ $(CACAO_SRC_ZIP) ] ; \
+ then \
+ mv $(CACAO_SRC_ZIP) $(CACAO_SRC_ZIP).old ; \
+ fi ; \
+ $(WGET) $(CACAO_URL) -O $(CACAO_SRC_ZIP); \
+ if ! echo "$(CACAO_SHA256SUM) $(CACAO_SRC_ZIP)" \
+ | $(SHA256SUM) --check ; \
+ then echo "ERROR: Bad download of CACAO zip"; false; \
+ fi; \
+ fi
+endif
+endif
+endif
+ mkdir -p stamps
+ touch $@
+
+clean-download-cacao:
+ rm -f $(CACAO_SRC_ZIP)
+ rm -f stamps/download-cacao.stamp
+
clean-drops: clean-download-jaxp-drop clean-download-jaf-drop \
clean-download-jaxws-drop
if [ -e drops ] ; then \
@@ -713,7 +729,8 @@ clean-drops: clean-download-jaxp-drop cl
fi
rm -f stamps/download-drops.stamp
-stamps/download.stamp: stamps/hgforest.stamp stamps/download-drops.stamp
+stamps/download.stamp: stamps/hgforest.stamp stamps/download-drops.stamp \
+ stamps/download-cacao.stamp
if USE_HG
if WITH_HGREV
$(HG) fclone -r $(HGREV) $(OPENJDK_HG_URL) openjdk;
@@ -752,25 +769,6 @@ else
version=$(HSBUILD) $(abs_top_srcdir)/hotspot.map`"; \
$(WGET) $${hotspot_url} -O $(HOTSPOT_SRC_ZIP) ; \
fi
-endif
-endif
-endif
-if BUILD_CACAO
-if !USE_SYSTEM_CACAO
-if USE_ALT_CACAO_SRC_ZIP
-else
-if USE_ALT_CACAO_SRC_DIR
-else
- if ! echo "$(CACAO_MD5SUM) $(CACAO_SRC_ZIP)" \
- | $(MD5SUM) --check ; \
- then \
- if [ $(CACAO_SRC_ZIP) ] ; \
- then \
- mv $(CACAO_SRC_ZIP) $(CACAO_SRC_ZIP).old ; \
- fi ; \
- $(WGET) $(CACAO_URL)$(CACAO_SRC_ZIP) -O $(CACAO_SRC_ZIP); \
- fi
-endif
endif
endif
endif
@@ -801,15 +799,9 @@ endif
touch stamps/download.stamp
#FIXME (meta): split into multiple targets
-clean-download: clean-drops
+clean-download: clean-drops clean-download-cacao
rm -f stamps/download.stamp
rm -f $(OPENJDK_SRC_ZIP)
-if BUILD_CACAO
-if USE_ALT_CACAO_SRC_DIR
-else
- rm -f $(CACAO_SRC_ZIP)
-endif
-endif
if WITH_VISUALVM
rm -f $(VISUALVM_SRC_ZIP)
rm -f $(NETBEANS_PROFILER_SRC_ZIP)
diff -r 5ecaa9185c34 -r 1c22941d9896 patches/cacao/6714758.patch
--- a/patches/cacao/6714758.patch Thu Jun 24 16:02:09 2010 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-diff -Nru cacao.orig/cacao/contrib/mapfile-vers-product cacao/cacao/contrib/mapfile-vers-product
---- cacao.orig/cacao/contrib/mapfile-vers-product 2010-05-19 12:14:46.000000000 +0100
-+++ cacao/cacao/contrib/mapfile-vers-product 2010-06-21 20:08:28.000000000 +0100
-@@ -86,6 +86,7 @@
- JVM_EnableCompiler;
- JVM_Exit;
- JVM_FillInStackTrace;
-+ JVM_FindClassFromBootLoader;
- JVM_FindClassFromClass;
- JVM_FindClassFromClassLoader;
- JVM_FindLibraryEntry;
-diff -Nru cacao.orig/cacao/src/native/vm/openjdk/jvm.cpp cacao/cacao/src/native/vm/openjdk/jvm.cpp
---- cacao.orig/cacao/src/native/vm/openjdk/jvm.cpp 2010-05-19 12:14:46.000000000 +0100
-+++ cacao/cacao/src/native/vm/openjdk/jvm.cpp 2010-06-21 20:08:28.000000000 +0100
-@@ -668,6 +668,9 @@
-
- assert(throwError == false);
-
-+ if (name == NULL)
-+ return NULL;
-+
- u = utf_new_char(name);
- cl = loader_hashtable_classloader_add((java_handle_t *) loader);
-
-@@ -685,6 +688,15 @@
- }
-
-
-+/* JVM_FindClassFromBootLoader */
-+
-+jclass JVM_FindClassFromBootLoader(JNIEnv* env, const char* name)
-+{
-+ TRACEJVMCALLS(("JVM_FindClassFromBootLoader(name=%s)", name));
-+ return JVM_FindClassFromClassLoader(env, name, JNI_FALSE,
-+ (jobject)NULL, false);
-+}
-+
- /* JVM_FindClassFromClass */
-
- jclass JVM_FindClassFromClass(JNIEnv *env, const char *name, jboolean init, jclass from)
diff -r 5ecaa9185c34 -r 1c22941d9896 patches/cacao/ignore-jdi-tests.patch
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/cacao/ignore-jdi-tests.patch Thu Jun 24 21:30:07 2010 +0100
@@ -0,0 +1,1496 @@
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/AcceptTimeout.java openjdk/jdk/test/com/sun/jdi/AcceptTimeout.java
+--- openjdk.orig/jdk/test/com/sun/jdi/AcceptTimeout.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/AcceptTimeout.java 2010-02-19 14:59:03.000000000 +0000
+@@ -22,6 +22,7 @@
+ */
+
+ /* @test
++ * @ignore cacao nyi
+ * @bug 6198277
+ * @summary Test that each ListeningConnector that supports a "timeout" argument will
+ * timeout with TransportTimeoutException
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/AccessSpecifierTest.java openjdk/jdk/test/com/sun/jdi/AccessSpecifierTest.java
+--- openjdk.orig/jdk/test/com/sun/jdi/AccessSpecifierTest.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/AccessSpecifierTest.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4359628
+ * @summary Test fix for JDI: methods Accessible.is...() lie about array types
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/AfterThreadDeathTest.java openjdk/jdk/test/com/sun/jdi/AfterThreadDeathTest.java
+--- openjdk.orig/jdk/test/com/sun/jdi/AfterThreadDeathTest.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/AfterThreadDeathTest.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4364671
+ * @summary Creating a StepRequest on a nonexistant thread fails
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/AllLineLocations.java openjdk/jdk/test/com/sun/jdi/AllLineLocations.java
+--- openjdk.orig/jdk/test/com/sun/jdi/AllLineLocations.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/AllLineLocations.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4248728
+ * @summary Test ReferenceType.allLineLocations
+ * @author Gordon Hirsch
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/ArgumentValuesTest.java openjdk/jdk/test/com/sun/jdi/ArgumentValuesTest.java
+--- openjdk.orig/jdk/test/com/sun/jdi/ArgumentValuesTest.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/ArgumentValuesTest.java 2010-02-19 14:59:03.000000000 +0000
+@@ -1,5 +1,6 @@
+ /** hard coded linenumbers in other tests - DO NOT CHANGE
+ * @test/nodynamiccopyright/
++ * @ignore cacao nyi
+ * @bug 4490824
+ * @summary JDI: provide arguments when no debug attributes present
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/ArrayLengthDumpTest.sh openjdk/jdk/test/com/sun/jdi/ArrayLengthDumpTest.sh
+--- openjdk.orig/jdk/test/com/sun/jdi/ArrayLengthDumpTest.sh 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/ArrayLengthDumpTest.sh 2010-02-19 14:59:03.000000000 +0000
+@@ -25,6 +25,7 @@
+
+ #
+ # @test
++# @ignore cacao nyi
+ # @bug 4422141 4695338
+ # @summary TTY: .length field for arrays in print statements in jdb not recognized
+ # TTY: dump <ArrayReference> command not implemented.
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/ArrayRangeTest.java openjdk/jdk/test/com/sun/jdi/ArrayRangeTest.java
+--- openjdk.orig/jdk/test/com/sun/jdi/ArrayRangeTest.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/ArrayRangeTest.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4439631
+ * @bug 4448721
+ * @bug 4448603
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/BacktraceFieldTest.java openjdk/jdk/test/com/sun/jdi/BacktraceFieldTest.java
+--- openjdk.orig/jdk/test/com/sun/jdi/BacktraceFieldTest.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/BacktraceFieldTest.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4446677
+ * @summary debuggee crashes when debugging under jbuilder
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/BadHandshakeTest.java openjdk/jdk/test/com/sun/jdi/BadHandshakeTest.java
+--- openjdk.orig/jdk/test/com/sun/jdi/BadHandshakeTest.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/BadHandshakeTest.java 2010-02-19 15:01:46.000000000 +0000
+@@ -22,6 +22,7 @@
+ */
+
+ /* @test
++ * @ignore cacao nyi
+ * @bug 6306165 6432567
+ * @summary Check that a bad handshake doesn't cause a debuggee to abort
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/BreakpointTest.java openjdk/jdk/test/com/sun/jdi/BreakpointTest.java
+--- openjdk.orig/jdk/test/com/sun/jdi/BreakpointTest.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/BreakpointTest.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 6496524
+ * @summary Setting breakpoint in jdb crashes Hotspot JVM
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/CatchAllTest.sh openjdk/jdk/test/com/sun/jdi/CatchAllTest.sh
+--- openjdk.orig/jdk/test/com/sun/jdi/CatchAllTest.sh 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/CatchAllTest.sh 2010-02-19 14:59:03.000000000 +0000
+@@ -25,6 +25,7 @@
+
+ #
+ # @test
++# @ignore cacao nyi
+ # @bug 4749692
+ # @summary REGRESSION: jdb rejects the syntax catch java.lang.IndexOutOfBoundsException
+ # @author Tim Bell
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/CatchCaughtTest.sh openjdk/jdk/test/com/sun/jdi/CatchCaughtTest.sh
+--- openjdk.orig/jdk/test/com/sun/jdi/CatchCaughtTest.sh 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/CatchCaughtTest.sh 2010-02-19 14:59:03.000000000 +0000
+@@ -25,6 +25,7 @@
+
+ #
+ # @test
++# @ignore cacao nyi
+ # @bug 4788864
+ # @summary TTY: 'catch caught' with no class pattern throws NullPointerException
+ # @author Tim Bell
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/CatchPatternTest.sh openjdk/jdk/test/com/sun/jdi/CatchPatternTest.sh
+--- openjdk.orig/jdk/test/com/sun/jdi/CatchPatternTest.sh 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/CatchPatternTest.sh 2010-02-19 14:59:03.000000000 +0000
+@@ -24,6 +24,7 @@
+ #
+
+ # @test
++# @ignore cacao nyi
+ # @bug 4671838
+ # @summary TTY: surprising ExceptionSpec.resolveEventRequest() wildcard results
+ # @author Tim Bell
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/ClassesByName2Test.java openjdk/jdk/test/com/sun/jdi/ClassesByName2Test.java
+--- openjdk.orig/jdk/test/com/sun/jdi/ClassesByName2Test.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/ClassesByName2Test.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4406439 4925740
+ * @summary ClassesByName2 verifies that all the classes in the loaded class list can be found with classesByName..
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/ClassesByName.java openjdk/jdk/test/com/sun/jdi/ClassesByName.java
+--- openjdk.orig/jdk/test/com/sun/jdi/ClassesByName.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/ClassesByName.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4287992
+ * @author Robert Field
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/ClassLoaderClassesTest.java openjdk/jdk/test/com/sun/jdi/ClassLoaderClassesTest.java
+--- openjdk.orig/jdk/test/com/sun/jdi/ClassLoaderClassesTest.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/ClassLoaderClassesTest.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4450091
+ * @summary Test ClassLoaderReference.visibleClasses() which is
+ * a direct pass-through of the JVMDI function GetClassLoaderClasses
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/CommandCommentDelimiter.sh openjdk/jdk/test/com/sun/jdi/CommandCommentDelimiter.sh
+--- openjdk.orig/jdk/test/com/sun/jdi/CommandCommentDelimiter.sh 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/CommandCommentDelimiter.sh 2010-02-19 14:59:03.000000000 +0000
+@@ -25,6 +25,7 @@
+
+ #
+ # @test
++# @ignore cacao nyi
+ # @bug 4507088
+ # @summary TTY: Add a comment delimiter to the jdb command set
+ # @author Tim Bell
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/CompatibleConnectors.java openjdk/jdk/test/com/sun/jdi/CompatibleConnectors.java
+--- openjdk.orig/jdk/test/com/sun/jdi/CompatibleConnectors.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/CompatibleConnectors.java 2010-02-19 14:59:03.000000000 +0000
+@@ -22,6 +22,7 @@
+ */
+
+ /* @test
++ * @ignore cacao nyi
+ * @bug 4287596
+ * @summary Unit test for "Pluggable Connectors and Transports" feature.
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/connect/spi/DebugUsingCustomConnector.java openjdk/jdk/test/com/sun/jdi/connect/spi/DebugUsingCustomConnector.java
+--- openjdk.orig/jdk/test/com/sun/jdi/connect/spi/DebugUsingCustomConnector.java 2010-02-17 03:14:51.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/connect/spi/DebugUsingCustomConnector.java 2010-02-19 14:59:03.000000000 +0000
+@@ -22,6 +22,7 @@
+ */
+
+ /* @test
++ * @ignore cacao nyi
+ * @bug 4287596
+ * @summary Unit test for "Pluggable Connectors and Transports" feature.
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/connect/spi/GeneratedConnectors.java openjdk/jdk/test/com/sun/jdi/connect/spi/GeneratedConnectors.java
+--- openjdk.orig/jdk/test/com/sun/jdi/connect/spi/GeneratedConnectors.java 2010-02-17 03:14:51.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/connect/spi/GeneratedConnectors.java 2010-02-19 14:59:03.000000000 +0000
+@@ -22,6 +22,7 @@
+ */
+
+ /* @test
++ * @ignore cacao nyi
+ * @bug 4287596
+ * @summary Unit test for "Pluggable Connectors and Transports" feature.
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/connect/spi/JdiLoadedByCustomLoader.sh openjdk/jdk/test/com/sun/jdi/connect/spi/JdiLoadedByCustomLoader.sh
+--- openjdk.orig/jdk/test/com/sun/jdi/connect/spi/JdiLoadedByCustomLoader.sh 2010-02-17 03:14:51.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/connect/spi/JdiLoadedByCustomLoader.sh 2010-02-19 14:59:03.000000000 +0000
+@@ -22,6 +22,7 @@
+ #
+
+ # @test
++# @ignore cacao nyi
+ # @bug 5055681
+ # @summary Test loading JDI classes via custom class loader
+
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/ConnectedVMs.java openjdk/jdk/test/com/sun/jdi/ConnectedVMs.java
+--- openjdk.orig/jdk/test/com/sun/jdi/ConnectedVMs.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/ConnectedVMs.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4329140
+ * @author Robert Field
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/ConstantPoolInfo.java openjdk/jdk/test/com/sun/jdi/ConstantPoolInfo.java
+--- openjdk.orig/jdk/test/com/sun/jdi/ConstantPoolInfo.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/ConstantPoolInfo.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 5024104
+ * @summary Test ReferenceType.majorVersion(), minorVersion, constantPoolCount and ConstantPool apis.
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/CountEvent.java openjdk/jdk/test/com/sun/jdi/CountEvent.java
+--- openjdk.orig/jdk/test/com/sun/jdi/CountEvent.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/CountEvent.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
More information about the distro-pkg-dev
mailing list