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)