JDK-8044026 : runtime/NMT/JcmdScale.java failed with: java.lang.RuntimeException: 'KB, committed=' missing from stdout/stderr
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2014-05-27
  • Updated: 2014-05-29
  • Resolved: 2014-05-29
Related Reports
Duplicate :  
Description
The root cause is a different one, though: we are out of native memory.

----------System.err:(23/1070)----------
Java HotSpot(TM) Client VM warning: TieredCompilation is disabled in this release.
 stdout: [28997:
Native memory tracking has been shutdown due to out of native memory
];
 stderr: []
 exitValue = 0

java.lang.RuntimeException: 'KB,  committed=' missing from stdout/stderr 

	at com.oracle.java.testlibrary.OutputAnalyzer.shouldContain(OutputAnalyzer.java:80)
	at JcmdScale.main(JcmdScale.java:44)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:484)
	at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
	at java.lang.Thread.run(Thread.java:745)

Comments
JDK-8028541 will fix the scalability issues with NMT, closing this one as a dupe
29-05-2014

runtime/NMT/ShutdownTwice.java runtime/NMT/SummaryAfterShutdown.java failed for the same reason but had a different exception message: java.lang.RuntimeException: 'Shutdown is in progress, it will take a few moments to completely shutdown' missing from stdout/stderr
27-05-2014