JDK-8081013 : java/lang/Runtime/exec/LotsOfOutput.java: Exception: Process consumes memory.
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2015-05-25
  • Updated: 2015-05-25
  • Resolved: 2015-05-25
Related Reports
Duplicate :  
Description
JDK9 b66 PIT
Intel x86 2893 MHz, 32 cores, 256G, Solaris / Solaris 10, i86pc 


----------System.out:(9/675)----------
consuming memory: i: 1, initial: 64676296, used: 75455680, delta: 10779384
consuming memory: i: 2, initial: 64676296, used: 75455680, delta: 10779384
consuming memory: i: 3, initial: 64676296, used: 75455680, delta: 10779384
consuming memory: i: 4, initial: 64676296, used: 75455680, delta: 10779384
consuming memory: i: 5, initial: 64676296, used: 75455680, delta: 10779384
consuming memory: i: 6, initial: 64676296, used: 75455680, delta: 10779384
consuming memory: i: 7, initial: 64676296, used: 75455680, delta: 10779384
consuming memory: i: 8, initial: 64676296, used: 75455680, delta: 10779384
consuming memory: i: 9, initial: 64676296, used: 75455680, delta: 10779384
----------System.err:(13/713)----------
java.lang.Exception: Process consumes memory.
	at LotsOfOutput.main(LotsOfOutput.java:64)
	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:502)
	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
	at java.lang.Thread.run(Thread.java:745)

JavaTest Message: Test threw exception: java.lang.Exception: Process consumes memory.
JavaTest Message: shutting down test

Comments
Yes, it's very probably to be a dup of jdk-8078582
25-05-2015

Does this happen with a build of jdk9/dev that has the fix for JDK-8078582 ?
25-05-2015