JDK 9 RFR of JDK-8133808: Place java/lang/ProcessHandle/InfoTest.java on the Problem List

joe darcy joe.darcy at oracle.com
Tue Aug 18 18:39:31 UTC 2015


Hello,

The test

      java/lang/ProcessHandle/InfoTest.java

has been observed to fail intermittent and now with greater frequency on 
some system with the current HotSpot changes.

While the underlying issues are being sorted out (JDK-8133552), it would 
be helpful to mark the test as intermittently failing and to place it on 
the problem list:

diff -r 0940ce86c614 test/ProblemList.txt
--- a/test/ProblemList.txt    Thu Aug 13 21:46:05 2015 -0700
+++ b/test/ProblemList.txt    Tue Aug 18 11:37:58 2015 -0700
@@ -129,6 +129,9 @@
  # 8029891
  java/lang/ClassLoader/deadlock/GetResource.java generic-all

+# 8133552
+java/lang/ProcessHandle/InfoTest.java generic-all
+
  ############################################################################

  # jdk_instrument
diff -r 0940ce86c614 test/java/lang/ProcessHandle/InfoTest.java
--- a/test/java/lang/ProcessHandle/InfoTest.java    Thu Aug 13 21:46:05 
2015 -0700
+++ b/test/java/lang/ProcessHandle/InfoTest.java    Tue Aug 18 11:37:58 
2015 -0700
@@ -49,10 +49,12 @@

  /*
   * @test
+ * @bug 8077350 8081566 8081567 8098852
   * @build jdk.testlibrary.*
   * @library /lib/testlibrary
   * @summary Functions of ProcessHandle.Info
   * @author Roger Riggs
+ * @key intermittent
   */

  public class InfoTest {

Thanks,

-Joe



More information about the core-libs-dev mailing list