Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8356639

Problem list runtime/NMT/CommandLineDetail.java in ProblemList-AotJdk.txt

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • 25
    • 25
    • hotspot

      runtime/NMT/CommandLineDetail.java and runtime/NMT/CommandLineSummary.java check that no 'error' appears in stdout, which may conflict with the use of -Xlog:cds and cause the following test error upon cds failure:

      [0.059s][info][cds] An error has occurred while processing the shared archive file. Run with -Xlog:cds for details.
      ...
      java.lang.RuntimeException: 'error' found in stdout
      at jdk.test.lib.process.OutputAnalyzer.shouldNotContain(OutputAnalyzer.java:299)
      at CommandLineDetail.main(CommandLineDetail.java:44)
      at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
      at java.base/java.lang.reflect.Method.invoke(Method.java:565)
      at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:335)
      at java.base/java.lang.Thread.run(Thread.java:1447)

            yzheng Yudi Zheng
            yzheng Yudi Zheng
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: