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

compiler/print/CompileCommandPrintMemStat.java fails on Graal

XMLWordPrintable

    • b26

      CompileCommand: MemStat compiler/print/CompileCommandPrintMemStat$TestMain.method1 uintx MemStat = 2
      Compilation memory statistics

      Legend:
        total : memory allocated via arenas while compiling
        NA : ...how much in node arenas (if c2)
        RA : ...how much in resource areas
        #nodes : ...how many nodes (if c2)
        time : time of last compilation (sec)
        type : compiler type
        #rc : how often recompiled
        thread : compiler thread


      total NA RA #nodes time type #rc thread method
      No entries.
      ];
       stderr: []
       exitValue = 0

      java.lang.RuntimeException: '.*compiler/print/CompileCommandPrintMemStat\$TestMain::method1.*' missing from stdout/stderr
      at jdk.test.lib.process.OutputAnalyzer.shouldMatch(OutputAnalyzer.java:340)
      at compiler.print.CompileCommandPrintMemStat.test(CompileCommandPrintMemStat.java:71)
      at compiler.print.CompileCommandPrintMemStat.main(CompileCommandPrintMemStat.java:45)
      at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
      at java.base/java.lang.reflect.Method.invoke(Method.java:580)
      at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
      at java.base/java.lang.Thread.run(Thread.java:1570)

            szaldana Sonia Zaldana Calles
            dnsimon Douglas Simon
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: