JDK-8046288 : NMT tests failed with RuntimeException: '...' missing from stdout/stderr
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2014-06-07
  • Updated: 2014-08-11
  • Resolved: 2014-08-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9Resolved
Related Reports
Duplicate :  
Duplicate :  
Duplicate :  
Description
NMTS tests failed with
java.lang.RuntimeException: 'Test (reserved=512KB, committed=512KB)' missing from stdout/stderr 

	at com.oracle.java.testlibrary.OutputAnalyzer.shouldContain(OutputAnalyzer.java:80)
	at MallocTestType.main(MallocTestType.java:62)

or

java.lang.RuntimeException: 'Shutdown is in progress, it will take a few moments to completely shutdown' missing from stdout/stderr 

	at com.oracle.java.testlibrary.OutputAnalyzer.shouldContain(OutputAnalyzer.java:80)
	at ShutdownTwice.main(ShutdownTwice.java:48)

Comments
NMTWaitForDataMerge() has been removed from NMT2.
11-08-2014

RULE runtime/NMT/MallocTestType.java Exception java.lang.Exception: Call to WB API NMTWaitForDataMerge() failed
02-07-2014

Keeping this open to satisfy the less than helpful DKFL, we'll close it once we've pushed NMT2 to 9
10-06-2014

Scalability issue with NMT1, this will be solved with NMT2.
09-06-2014

RULE runtime/NMT/JcmdScale.java Exception java.lang.RuntimeException: 'KB, committed=' missing from stdout/stderr RULE runtime/NMT/MallocTestType.java Exception java.lang.RuntimeException: 'Test (reserved=512KB, committed=512KB)' missing from stdout/stderr RULE runtime/NMT/ShutdownTwice.java Exception java.lang.RuntimeException: 'Shutdown is in progress, it will take a few moments to completely shutdown' missing from stdout/stderr RULE runtime/NMT/SummaryAfterShutdown.java Exception java.lang.RuntimeException: 'Shutdown is in progress, it will take a few moments to completely shutdown' missing from stdout/stderr RULE runtime/NMT/ThreadedMallocTestType.java Exception java.lang.RuntimeException: 'Test (reserved=896KB, committed=896KB)' missing from stdout/stderr RULE runtime/NMT/ThreadedVirtualAllocTestType.java Exception java.lang.RuntimeException: 'Test (reserved=512KB, committed=0KB)' missing from stdout/stderr RULE runtime/NMT/VirtualAllocTestType.java Exception java.lang.RuntimeException: 'Test (reserved=256KB, committed=0KB)' missing from stdout/stderr
07-06-2014