-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: repo-valhalla
-
Component/s: hotspot
-
generic
-
generic
serviceability/jvmti/valhalla/HeapDump/HeapDump.java fails in product build on all platforms:
ngeredApp failed to start or failed to crash. isAlive=false: java.io.IOException: App exited unexpectedly with 1
LingeredApp stdout: [];
LingeredApp stderr: [Error: VM option 'PrintInlineLayout' is diagnostic and must be enabled via -XX:+UnlockDiagnosticVMOptions.
Error: The unlock option must precede 'PrintInlineLayout'.
Improperly specified VM option 'PrintInlineLayout'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
]
LingeredApp exitValue = 1
LingeredApp startup took 41ms
Check for hs_err_pid/core/mdmp files:
None.
----------System.err:(13/796)----------
java.io.IOException: LingeredApp terminated with non-zero exit code 1
at jdk.test.lib.apps.LingeredApp.stopApp(LingeredApp.java:427)
at jdk.test.lib.apps.LingeredApp.stopApp(LingeredApp.java:515)
at HeapDump.main(HeapDump.java:177)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
at java.base/java.lang.Thread.run(Thread.java:1474)
JavaTest Message: Test threw exception: java.io.IOException: LingeredApp terminated with non-zero exit code 1
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.io.IOException: LingeredApp terminated with non-zero exit code 1
ngeredApp failed to start or failed to crash. isAlive=false: java.io.IOException: App exited unexpectedly with 1
LingeredApp stdout: [];
LingeredApp stderr: [Error: VM option 'PrintInlineLayout' is diagnostic and must be enabled via -XX:+UnlockDiagnosticVMOptions.
Error: The unlock option must precede 'PrintInlineLayout'.
Improperly specified VM option 'PrintInlineLayout'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
]
LingeredApp exitValue = 1
LingeredApp startup took 41ms
Check for hs_err_pid/core/mdmp files:
None.
----------System.err:(13/796)----------
java.io.IOException: LingeredApp terminated with non-zero exit code 1
at jdk.test.lib.apps.LingeredApp.stopApp(LingeredApp.java:427)
at jdk.test.lib.apps.LingeredApp.stopApp(LingeredApp.java:515)
at HeapDump.main(HeapDump.java:177)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
at java.base/java.lang.Thread.run(Thread.java:1474)
JavaTest Message: Test threw exception: java.io.IOException: LingeredApp terminated with non-zero exit code 1
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.io.IOException: LingeredApp terminated with non-zero exit code 1
- relates to
-
JDK-8341771 [lworld] Heap dump recognizing new flat fields formats
-
- Resolved
-
- links to
-
Review(lworld)
openjdk/valhalla/1754