JDK-8334360 : runtime/cds/appcds/dynamicArchive/DynamicSharedSymbols.java failed with "'17 3: jdk/test/lib/apps ' missing from stdout/stderr"
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 24
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2024-06-17
  • Updated: 2024-06-19
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 24
24Unresolved
Related Reports
Relates :  
Description
java.lang.RuntimeException: '17 3: jdk/test/lib/apps
' missing from stdout/stderr
	at jdk.test.lib.process.OutputAnalyzer.shouldContain(OutputAnalyzer.java:252)
	at DynamicSharedSymbols.doTest(DynamicSharedSymbols.java:93)
	at DynamicSharedSymbols.testDefaultBase(DynamicSharedSymbols.java:58)
	at DynamicArchiveTestBase.runTest(DynamicArchiveTestBase.java:76)
	at DynamicSharedSymbols.main(DynamicSharedSymbols.java:53)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
	at java.base/java.lang.Thread.run(Thread.java:1575)


Comments
From the runtime.cds.appcds.dynamicArchive.DynamicSharedSymbols.java-0000-jcmd-symboltable.stdout, the ref count of the jdk/test/lib/apps is 2 17 2: jdk/test/lib/apps From the test log, the test was run with usage tracker: -Dcom.oracle.usagetracker.config.file=...
18-06-2024