-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b57
-
sparc
-
solaris_11
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084601 | emb-9 | Dmitriy Samersoff | P3 | Resolved | Fixed | team |
This test failure was spotted in the 2015-03-18 RT_Baseline nightly:
sun/tools/jmap/heapconfig/LingeredAppTest.java
This test failed due to "ERROR: java.nio.file.NoSuchFileException:
2906081d-06bc-4738-a7e8-f37b8bf13658.lck"
Here is a snippet of the .jtr file:
----------System.out:(4/314)----------
Starting LingeredApp with default parameters
Command line: ['/export/local/aurora/CommonData/JDK_DIR/bin/java' '-d64' '-XX:+PrintFlagsFinal' '-cp' '/export/local/aurora/sandbox/results/workDir/classes/0/sun/tools/jmap/heapconfig' 'LingeredApp' '2906081d-06bc-4738-a7e8-f37b8bf13658.lck' ]
App pid: 3720
Test ERROR
----------System.err:(10/669)----------
LingeredApp ERROR: java.nio.file.NoSuchFileException: 2906081d-06bc-4738-a7e8-f37b8bf13658.lck
java.io.IOException: LingeredApp terminated with non-zero exit code 3
at LingeredApp.stopApp(LingeredApp.java:361)
at LingeredAppTest.main(LingeredAppTest.java:55)
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.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
sun/tools/jmap/heapconfig/LingeredAppTest.java
This test failed due to "ERROR: java.nio.file.NoSuchFileException:
2906081d-06bc-4738-a7e8-f37b8bf13658.lck"
Here is a snippet of the .jtr file:
----------System.out:(4/314)----------
Starting LingeredApp with default parameters
Command line: ['/export/local/aurora/CommonData/JDK_DIR/bin/java' '-d64' '-XX:+PrintFlagsFinal' '-cp' '/export/local/aurora/sandbox/results/workDir/classes/0/sun/tools/jmap/heapconfig' 'LingeredApp' '2906081d-06bc-4738-a7e8-f37b8bf13658.lck' ]
App pid: 3720
Test ERROR
----------System.err:(10/669)----------
LingeredApp ERROR: java.nio.file.NoSuchFileException: 2906081d-06bc-4738-a7e8-f37b8bf13658.lck
java.io.IOException: LingeredApp terminated with non-zero exit code 3
at LingeredApp.stopApp(LingeredApp.java:361)
at LingeredAppTest.main(LingeredAppTest.java:55)
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.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
- backported by
-
JDK-8084601 jmap test fails due to "ERROR: java.nio.file.NoSuchFileException: 2906081d-06bc-4738-a7e8-f37b8bf13658.lck"
-
- Resolved
-