JDK 9 RFR of JDK-8072371: Add two failing svc tests to the problem list

joe darcy joe.darcy at oracle.com
Tue Feb 3 00:18:46 UTC 2015


Hello,

We've observed two serviceability tests failing on mac platforms; I'd 
like to put those tests on the problem list while the underlying causes 
are under investigation:

     http://cr.openjdk.java.net/~darcy/8072371.0/

Patch below.

Thanks,

-Joe

--- old/test/ProblemList.txt    2015-02-02 16:14:34.644778488 -0800
+++ new/test/ProblemList.txt    2015-02-02 16:14:34.476778493 -0800
@@ -132,6 +132,9 @@
  java/lang/instrument/RedefineBigClass.sh generic-all
  java/lang/instrument/RetransformBigClass.sh generic-all

+# 8072130
+java/lang/instrument/BootClassPath/BootClassPathTest.sh macosx-all
+
  ############################################################################

  # jdk_management
@@ -320,6 +323,9 @@
  # 8031482
  sun/tools/jcmd/TestJcmdSanity.java                windows-all

+# 8072131
+sun/tools/jmap/heapconfig/JMapHeapConfigTest.java macosx-all
+
  # 8027668
  sun/tools/jstatd/TestJstatdDefaults.java                generic-all
  sun/tools/jstatd/TestJstatdServer.java                  generic-all



More information about the serviceability-dev mailing list