JDK-8335710 : serviceability/dcmd/vm/SystemDumpMapTest.java and SystemMapTest.java fail on Linux Alpine after 8322475
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 24
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux_alpine
  • CPU: generic
  • Submitted: 2024-07-04
  • Updated: 2025-04-15
  • Resolved: 2024-07-12
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 21 JDK 24
21.0.8Fixed 24 b07Fixed
Related Reports
Causes :  
Description
Unfortunately those 2 tests fail now on Linux Alpine (x86_64) :
serviceability/dcmd/vm/SystemDumpMapTest.java

Missing patterns in dump:
0x\\p{XDigit}+-0x\\p{XDigit}+ +\\d+ +[rwsxp-]+ +\\d+ +\\d+ +(4K|8K|16K|64K|2M|16M|64M) +com.*\\[vdso\\]
test SystemDumpMapTest.jmx(): failure
java.lang.RuntimeException: java.lang.RuntimeException: Missing patterns
at SystemDumpMapTest.run_test(SystemDumpMapTest.java:100)
at SystemDumpMapTest.run(SystemDumpMapTest.java:106)
at SystemDumpMapTest.jmx(SystemDumpMapTest.java:112)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:132)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:599)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:174)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:822)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:147)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1597)
at org.testng.TestRunner.privateRun(TestRunner.java:764)
at org.testng.TestRunner.run(TestRunner.java:585)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:384)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:378)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:337)
at org.testng.SuiteRunner.run(SuiteRunner.java:286)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1218)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1140)
at org.testng.TestNG.runSuites(TestNG.java:1069)
at org.testng.TestNG.run(TestNG.java:1037)
at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:102)
at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:58)
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)
Caused by: java.lang.RuntimeException: Missing patterns
at SystemDumpMapTest.run_test(SystemDumpMapTest.java:96)
... 31 more

===============================================
serviceability/dcmd/vm/SystemDumpMapTest.java
Total tests run: 1, Passes: 0, Failures: 1, Skips: 0
===============================================


serviceability/dcmd/vm/SystemMapTest.java :

test SystemMapTest.jmx(): failure
java.lang.RuntimeException: '0x\\p{XDigit}+-0x\\p{XDigit}+ +\\d+ +[rwsxp-]+ +\\d+ +\\d+ +(4K|8K|16K|64K|2M|16M|64M) +com.*\\[vdso\\]' missing from stdout/stderr
at jdk.test.lib.process.OutputAnalyzer.shouldMatch(OutputAnalyzer.java:371)
at SystemMapTest.run(SystemMapTest.java:46)
at SystemMapTest.jmx(SystemMapTest.java:57)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:132)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:599)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:174)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:822)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:147)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1597)
at org.testng.TestRunner.privateRun(TestRunner.java:764)
at org.testng.TestRunner.run(TestRunner.java:585)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:384)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:378)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:337)
at org.testng.SuiteRunner.run(SuiteRunner.java:286)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1218)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1140)
at org.testng.TestNG.runSuites(TestNG.java:1069)
at org.testng.TestNG.run(TestNG.java:1037)
at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:102)
at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:58)
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)

===============================================
serviceability/dcmd/vm/SystemMapTest.java
Total tests run: 1, Passes: 0, Failures: 1, Skips: 0
===============================================
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk21u-dev/pull/1620 Date: 2025-04-09 11:32:57 +0000
15-04-2025

[jdk21u-fix-request] Approval Request from Andreas Steiner Fix the failing test on Linux Alpine after 8322475
15-04-2025

Changeset: c703d290 Branch: master Author: Matthias Baesken <mbaesken@openjdk.org> Date: 2024-07-12 05:56:53 +0000 URL: https://git.openjdk.org/jdk/commit/c703d290425f85a06e61d72c9672ac2adac92db9
12-07-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/20072 Date: 2024-07-08 11:06:45 +0000
09-07-2024

here is the output from jtr, no vdso entry there , could we simply omit it from the check on Alpine ? ----------System.out:(279/37038)*---------- Running DCMD 'System.map' through 'JMXExecutor' ---------------- stdout ---------------- Memory mappings: NMT is disabled. VM info not available. from, to, vsize: address range and size prot: protection rss: resident set size hugetlb: size of private hugetlb pages pgsz: page size notes: mapping information (detail mode only) shrd: mapping is shared com: mapping committed (swap space reserved) swap: mapping partly or completely swapped out thp: mapping uses THP thpad: mapping is THP-madvised nothp: mapping is forbidden to use THP huge: mapping uses hugetlb pages vm info: VM information (requires NMT) CARDTBL: GC Card table CDS: CDS archives CLASS: Class Space CODE: Code Heap GC: GC support data (e.g. bitmaps) INTERN: Internal JAVAHEAP: Java Heap JDK: allocated by JDK libraries other than VM META: Metaspace nodes (non-class) POLL: Polling pages STACK: (known) Thread Stack TEST: JVM internal test mappings file: file mapped, if mapping is not anonymous from to vsize prot rss hugetlb pgsz notes info file ======================================================================================================================================================================== 0x00000000d0000000-0x00000000e7800000 394264576 rw-p 20971520 0 4K com,thp - - 0x00000000e7800000-0x00000000ffe00000 408944640 ---p 0 0 4K - - - 0x00000000ffe00000-0x00000000fff23000 1191936 rw-p 1191936 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/server/classes.jsa 0x00000000fff23000-0x0000000100000000 905216 rw-p 0 0 4K com - - 0x000055fa6a470000-0x000055fa6a471000 4096 r--p 4096 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/bin/java 0x000055fa6a471000-0x000055fa6a472000 4096 r-xp 4096 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/bin/java 0x000055fa6a472000-0x000055fa6a473000 4096 r--p 4096 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/bin/java 0x000055fa6a473000-0x000055fa6a474000 4096 r--p 4096 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/bin/java 0x000055fa6a474000-0x000055fa6a475000 4096 rw-p 4096 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/bin/java 0x000055fa6a957000-0x000055fa6a958000 4096 ---p 0 0 4K com - [heap] 0x000055fa6a958000-0x000055fa6a968000 65536 rw-p 65536 0 4K com - [heap] 0x00007fb119209000-0x00007fb11920a000 4096 ---p 0 0 4K com - - 0x00007fb11920a000-0x00007fb11920b000 4096 rw-p 0 0 4K com - - 0x00007fb11920b000-0x00007fb11920f000 16384 ---p 0 0 4K com - - 0x00007fb11920f000-0x00007fb11930c000 1036288 rw-p 8192 0 4K com - - 0x00007fb119314000-0x00007fb1193cb000 749568 rw-p 729088 0 4K com - - 0x00007fb1193ce000-0x00007fb119608000 2334720 rw-p 1921024 0 4K com - - 0x00007fb119608000-0x00007fb11960a000 8192 r--p 8192 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libmanagement_ext.so 0x00007fb11960a000-0x00007fb11960d000 12288 r-xp 12288 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libmanagement_ext.so 0x00007fb11960d000-0x00007fb11960f000 8192 r--p 8192 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libmanagement_ext.so 0x00007fb11960f000-0x00007fb119610000 4096 r--p 4096 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libmanagement_ext.so 0x00007fb119610000-0x00007fb119611000 4096 rw-p 4096 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libmanagement_ext.so 0x00007fb119611000-0x00007fb119620000 61440 rw-p 61440 0 4K com - - 0x00007fb119620000-0x00007fb119622000 8192 r--p 8192 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libmanagement.so 0x00007fb119622000-0x00007fb119623000 4096 r-xp 4096 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libmanagement.so 0x00007fb119623000-0x00007fb119624000 4096 r--p 4096 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libmanagement.so 0x00007fb119624000-0x00007fb119625000 4096 r--p 4096 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libmanagement.so 0x00007fb119625000-0x00007fb119626000 4096 rw-p 4096 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libmanagement.so 0x00007fb119626000-0x00007fb119a4c000 4349952 rw-p 4292608 0 4K com - - 0x00007fb119a4c000-0x00007fb119a4d000 4096 ---p 0 0 4K com - - 0x00007fb119a4d000-0x00007fb119a4e000 4096 rw-p 0 0 4K com - - 0x00007fb119a4e000-0x00007fb119a52000 16384 ---p 0 0 4K com - - 0x00007fb119a52000-0x00007fb119bb7000 1462272 rw-p 425984 0 4K com - - 0x00007fb119bb7000-0x00007fb119bb8000 4096 ---p 0 0 4K com - - 0x00007fb119bb8000-0x00007fb119bb9000 4096 rw-p 0 0 4K com - - 0x00007fb119bb9000-0x00007fb119bbd000 16384 ---p 0 0 4K com - - 0x00007fb119bbd000-0x00007fb119ccf000 1122304 rw-p 110592 0 4K com - - 0x00007fb119ccf000-0x00007fb119cd1000 8192 r--p 8192 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libzip.so 0x00007fb119cd1000-0x00007fb119cd5000 16384 r-xp 16384 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libzip.so 0x00007fb119cd5000-0x00007fb119cd7000 8192 r--p 8192 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libzip.so 0x00007fb119cd7000-0x00007fb119cd8000 4096 r--p 4096 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libzip.so 0x00007fb119cd8000-0x00007fb119cd9000 4096 rw-p 4096 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libzip.so 0x00007fb119cd9000-0x00007fb119d99000 786432 rw-p 786432 0 4K com - - 0x00007fb119d99000-0x00007fb119d9c000 12288 r--p 12288 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libnet.so 0x00007fb119d9c000-0x00007fb119da4000 32768 r-xp 32768 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libnet.so 0x00007fb119da4000-0x00007fb119da6000 8192 r--p 8192 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libnet.so 0x00007fb119da6000-0x00007fb119da7000 4096 r--p 4096 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libnet.so 0x00007fb119da7000-0x00007fb119da8000 4096 rw-p 4096 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libnet.so 0x00007fb119da8000-0x00007fb119dae000 24576 r--p 24576 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libnio.so 0x00007fb119dae000-0x00007fb119db7000 36864 r-xp 36864 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libnio.so 0x00007fb119db7000-0x00007fb119dbb000 16384 r--p 16384 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libnio.so 0x00007fb119dbb000-0x00007fb119dbc000 4096 r--p 4096 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libnio.so 0x00007fb119dbc000-0x00007fb119dbd000 4096 rw-p 4096 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libnio.so 0x00007fb119dbd000-0x00007fb119e32000 479232 rw-p 442368 0 4K com - - 0x00007fb119e32000-0x00007fb119e33000 4096 ---p 0 0 4K com - - 0x00007fb119e33000-0x00007fb119e34000 4096 rw-p 0 0 4K com - - 0x00007fb119e34000-0x00007fb119e38000 16384 ---p 0 0 4K com - - 0x00007fb119e38000-0x00007fb11a3f0000 5996544 rw-p 4931584 0 4K com - - 0x00007fb11a3f0000-0x00007fb11a400000 65536 ---p 0 0 4K - - - 0x00007fb11a400000-0x00007fb11a570000 1507328 rw-p 1449984 0 4K com - - 0x00007fb11a570000-0x00007fb11e000000 61407232 ---p 0 0 4K - - - 0x00007fb11e000000-0x00007fb11ed77000 14118912 rw-p 14065664 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/server/classes.jsa 0x00007fb11ed77000-0x00007fb11f000000 2658304 ---p 0 0 4K - - - 0x00007fb11f000000-0x00007fb11f040000 262144 rw-p 253952 0 4K com - - 0x00007fb11f040000-0x00007fb11f090000 327680 rw-p 299008 0 4K com - - 0x00007fb11f090000-0x00007fb11f0c0000 196608 ---p 0 0 4K - - - 0x00007fb11f0c0000-0x00007fb11f0f0000 196608 rw-p 180224 0 4K com - - 0x00007fb11f0f0000-0x00007fb15f000000 1072758784 ---p 0 0 4K - - - 0x00007fb15f000000-0x00007fb15f07a000 499712 rw-p 499712 0 4K com - - 0x00007fb15f07a000-0x00007fb15f07b000 4096 ---p 0 0 4K com - - 0x00007fb15f07b000-0x00007fb15f07c000 4096 rw-p 0 0 4K com - - 0x00007fb15f07c000-0x00007fb15f080000 16384 ---p 0 0 4K com - - 0x00007fb15f080000-0x00007fb15f1ed000 1495040 rw-p 544768 0 4K com - - 0x00007fb15f1ed000-0x00007fb15f1f2000 20480 r--p 20480 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libjsvml.so 0x00007fb15f1f2000-0x00007fb15f233000 266240 r-xp 57344 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libjsvml.so 0x00007fb15f233000-0x00007fb15f2bc000 561152 r--p 0 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libjsvml.so 0x00007fb15f2bc000-0x00007fb15f2bd000 4096 r--p 4096 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libjsvml.so 0x00007fb15f2bd000-0x00007fb15f2be000 4096 rw-p 4096 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libjsvml.so 0x00007fb15f2be000-0x00007fb15f2e6000 163840 rw-p 163840 0 4K com - - 0x00007fb15f2e6000-0x00007fb15f2e7000 4096 ---p 0 0 4K com - - 0x00007fb15f2e7000-0x00007fb15f2e8000 4096 rw-p 0 0 4K com - - 0x00007fb15f2e8000-0x00007fb15f2ec000 16384 ---p 0 0 4K com - - 0x00007fb15f2ec000-0x00007fb15f3e9000 1036288 rw-p 24576 0 4K com - - 0x00007fb15f3e9000-0x00007fb15f3ea000 4096 ---p 0 0 4K com - - 0x00007fb15f3ea000-0x00007fb15f3eb000 4096 rw-p 0 0 4K com - - 0x00007fb15f3eb000-0x00007fb15f3ef000 16384 ---p 0 0 4K com - - 0x00007fb15f3ef000-0x00007fb15f4ec000 1036288 rw-p 20480 0 4K com - - 0x00007fb15f4ec000-0x00007fb15f4ed000 4096 ---p 0 0 4K com - - 0x00007fb15f4ed000-0x00007fb15f4ee000 4096 rw-p 0 0 4K com - - 0x00007fb15f4ee000-0x00007fb15f4f2000 16384 ---p 0 0 4K com - - 0x00007fb15f4f2000-0x00007fb15f5ef000 1036288 rw-p 4096 0 4K com - - 0x00007fb15f5ef000-0x00007fb15f5f0000 4096 ---p 0 0 4K com - - 0x00007fb15f5f0000-0x00007fb15f5f1000 4096 rw-p 0 0 4K com - - 0x00007fb15f5f1000-0x00007fb15f5f5000 16384 ---p 0 0 4K com - - 0x00007fb15f5f5000-0x00007fb15f6f2000 1036288 rw-p 4096 0 4K com - - 0x00007fb15f6f2000-0x00007fb15f6f3000 4096 ---p 0 0 4K com - - 0x00007fb15f6f3000-0x00007fb15f6f4000 4096 rw-p 0 0 4K com - - 0x00007fb15f6f4000-0x00007fb15f6f8000 16384 ---p 0 0 4K com - - 0x00007fb15f6f8000-0x00007fb15f7f5000 1036288 rw-p 8192 0 4K com - - 0x00007fb15f7f5000-0x00007fb15f7f6000 4096 ---p 0 0 4K com - - 0x00007fb15f7f6000-0x00007fb15f7f7000 4096 rw-p 0 0 4K com - - 0x00007fb15f7f7000-0x00007fb15f7fb000 16384 ---p 0 0 4K com - - 0x00007fb15f7fb000-0x00007fb15f8f8000 1036288 rw-p 90112 0 4K com - - 0x00007fb15f8f8000-0x00007fb15f8f9000 4096 ---p 0 0 4K com - - 0x00007fb15f8f9000-0x00007fb15f8fa000 4096 rw-p 0 0 4K com - - 0x00007fb15f8fa000-0x00007fb15f8fe000 16384 ---p 0 0 4K com - - 0x00007fb15f8fe000-0x00007fb15f9fb000 1036288 rw-p 90112 0 4K com - - 0x00007fb15f9fb000-0x00007fb15f9fc000 4096 ---p 0 0 4K com - - 0x00007fb15f9fc000-0x00007fb15fafe000 1056768 rw-p 8192 0 4K com - - 0x00007fb15fafe000-0x00007fb15faff000 4096 ---p 0 0 4K com - - 0x00007fb15faff000-0x00007fb15fd2c000 2281472 rw-p 1228800 0 4K com - - 0x00007fb15fd2c000-0x00007fb15fd60000 212992 rw-p 212992 0 4K com - - 0x00007fb15fd60000-0x00007fb15fd61000 4096 ---p 0 0 4K com - - 0x00007fb15fd61000-0x00007fb15fe63000 1056768 rw-p 4096 0 4K com - - 0x00007fb15fe63000-0x00007fb15fe64000 4096 ---p 0 0 4K com - - 0x00007fb15fe64000-0x00007fb16290e000 44736512 rw-p 1773568 0 4K com - - 0x00007fb16290e000-0x00007fb16290f000 4096 ---p 0 0 4K com - - 0x00007fb16290f000-0x00007fb162a11000 1056768 rw-p 4096 0 4K com - - 0x00007fb162a11000-0x00007fb162a12000 4096 ---p 0 0 4K com - - 0x00007fb162a12000-0x00007fb162b1d000 1093632 rw-p 40960 0 4K com - - 0x00007fb162b1d000-0x00007fb162b1e000 4096 ---p 0 0 4K com - - 0x00007fb162b1e000-0x00007fb163249000 7516160 rw-p 155648 0 4K com - - 0x00007fb163249000-0x00007fb163861000 6389760 ---p 0 0 4K - - - 0x00007fb163861000-0x00007fb163925000 802816 rw-p 770048 0 4K com - - 0x00007fb163925000-0x00007fb1639e8000 798720 ---p 0 0 4K - - - 0x00007fb1639e8000-0x00007fb163aa7000 782336 rw-p 12288 0 4K com - - 0x00007fb163aa7000-0x00007fb163b6a000 798720 ---p 0 0 4K - - - 0x00007fb163b6a000-0x00007fb16438c000 8527872 rw-p 172032 0 4K com - - 0x00007fb16438c000-0x00007fb164472000 942080 ---p 0 0 4K - - - 0x00007fb164472000-0x00007fb164478000 24576 rw-p 24576 0 4K com - - 0x00007fb164478000-0x00007fb16447f000 28672 ---p 0 0 4K - - - 0x00007fb16447f000-0x00007fb164485000 24576 rw-p 24576 0 4K com - - 0x00007fb164485000-0x00007fb16456b000 942080 ---p 0 0 4K - - - 0x00007fb16456b000-0x00007fb1647db000 2555904 rwxp 1306624 0 4K com - - 0x00007fb1647db000-0x00007fb16baa2000 120352768 ---p 0 0 4K - - - 0x00007fb16baa2000-0x00007fb16bd12000 2555904 rwxp 843776 0 4K com - - 0x00007fb16bd12000-0x00007fb16c033000 3280896 ---p 0 0 4K - - - 0x00007fb16c033000-0x00007fb16c2a3000 2555904 rwxp 385024 0 4K com - - 0x00007fb16c2a3000-0x00007fb17356b000 120356864 ---p 0 0 4K - - - 0x00007fb17356b000-0x00007fb173573000 32768 rw-p 32768 0 4K com - - 0x00007fb173573000-0x00007fb173580000 53248 r--p 53248 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libjava.so 0x00007fb173580000-0x00007fb17358e000 57344 r-xp 57344 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libjava.so 0x00007fb17358e000-0x00007fb173593000 20480 r--p 20480 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libjava.so 0x00007fb173593000-0x00007fb173594000 4096 r--p 4096 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libjava.so 0x00007fb173594000-0x00007fb173595000 4096 rw-p 4096 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libjava.so 0x00007fb173595000-0x00007fb1735a0000 45056 rw-p 45056 0 4K com - - 0x00007fb1735a0000-0x00007fb1735a8000 32768 rw-s 32768 0 4K shrd,com - /tmp/hsperfdata_mytest/1470 0x00007fb1735a8000-0x00007fb1735bd000 86016 rw-p 86016 0 4K com - - 0x00007fb1735bd000-0x00007fb17bfd2000 144789504 r--s 1519616 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/modules 0x00007fb17bfd2000-0x00007fb17bfe4000 73728 rw-p 8192 0 4K com - - 0x00007fb17bfe4000-0x00007fb17bfe7000 12288 r--p 12288 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libjimage.so 0x00007fb17bfe7000-0x00007fb17bffa000 77824 r-xp 77824 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libjimage.so 0x00007fb17bffa000-0x00007fb17c000000 24576 r--p 24576 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libjimage.so 0x00007fb17c000000-0x00007fb17c002000 8192 r--p 8192 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libjimage.so 0x00007fb17c002000-0x00007fb17c003000 4096 rw-p 4096 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libjimage.so 0x00007fb17c003000-0x00007fb17c006000 12288 rw-p 12288 0 4K com - - 0x00007fb17c006000-0x00007fb17c008000 8192 rw-p 8192 0 4K com - - 0x00007fb17c008000-0x00007fb17c009000 4096 r--s 4096 0 4K com - /etc/zoneinfo/CET 0x00007fb17c009000-0x00007fb17c00a000 4096 rw-p 4096 0 4K com - - 0x00007fb17c00a000-0x00007fb17c00e000 16384 ---p 0 0 4K com - - 0x00007fb17c00e000-0x00007fb17c120000 1122304 rw-p 126976 0 4K com - - 0x00007fb17c120000-0x00007fb17c12c000 49152 rw-p 49152 0 4K com - - 0x00007fb17c12c000-0x00007fb17c12d000 4096 ---p 0 0 4K com - - 0x00007fb17c12d000-0x00007fb17c12e000 4096 r--p 0 0 4K com - - 0x00007fb17c12e000-0x00007fb17c12f000 4096 ---p 0 0 4K com - - 0x00007fb17c12f000-0x00007fb17c130000 4096 rw-p 4096 0 4K com - - 0x00007fb17c130000-0x00007fb17c3ce000 2744320 r--p 2744320 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/server/libjvm.so 0x00007fb17c3ce000-0x00007fb17d241000 15151104 r-xp 12853248 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/server/libjvm.so 0x00007fb17d241000-0x00007fb17d526000 3035136 r--p 1044480 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/server/libjvm.so 0x00007fb17d526000-0x00007fb17d5f9000 864256 r--p 864256 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/server/libjvm.so 0x00007fb17d5f9000-0x00007fb17d628000 192512 rw-p 192512 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/server/libjvm.so 0x00007fb17d628000-0x00007fb17d69f000 487424 rw-p 372736 0 4K com - - 0x00007fb17d69f000-0x00007fb17d6a2000 12288 r--p 12288 0 4K com - /lib/libz.so.1.2.13 0x00007fb17d6a2000-0x00007fb17d6b0000 57344 r-xp 57344 0 4K com - /lib/libz.so.1.2.13 0x00007fb17d6b0000-0x00007fb17d6b7000 28672 r--p 28672 0 4K com - /lib/libz.so.1.2.13 0x00007fb17d6b7000-0x00007fb17d6b8000 4096 r--p 4096 0 4K com - /lib/libz.so.1.2.13 0x00007fb17d6b8000-0x00007fb17d6b9000 4096 rw-p 4096 0 4K com - /lib/libz.so.1.2.13 0x00007fb17d6b9000-0x00007fb17d6bb000 8192 r--p 8192 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libjli.so 0x00007fb17d6bb000-0x00007fb17d6c5000 40960 r-xp 40960 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libjli.so 0x00007fb17d6c5000-0x00007fb17d6c8000 12288 r--p 12288 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libjli.so 0x00007fb17d6c8000-0x00007fb17d6c9000 4096 r--p 4096 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libjli.so 0x00007fb17d6c9000-0x00007fb17d6ca000 4096 rw-p 4096 0 4K com - /mytest/output_openjdk24_dev_optU_linuxmuslx86_64/testee-vm/lib/libjli.so 0x00007fb17d6ca000-0x00007fb17d6df000 86016 r--p 86016 0 4K com - /lib/ld-musl-x86_64.so.1 0x00007fb17d6df000-0x00007fb17d72a000 307200 r-xp 307200 0 4K com - /lib/ld-musl-x86_64.so.1 0x00007fb17d72a000-0x00007fb17d760000 221184 r--p 155648 0 4K com - /lib/ld-musl-x86_64.so.1 0x00007fb17d760000-0x00007fb17d761000 4096 r--p 4096 0 4K com - /lib/ld-musl-x86_64.so.1 0x00007fb17d761000-0x00007fb17d762000 4096 rw-p 4096 0 4K com - /lib/ld-musl-x86_64.so.1 0x00007fb17d762000-0x00007fb17d765000 12288 rw-p 12288 0 4K com - - 0x00007ffc059c2000-0x00007ffc059e4000 139264 rw-p 28672 0 4K com - [stack] 0x00007ffc059f3000-0x00007ffc059f7000 16384 r--p 0 0 4K com - [vvar] Number of mappings: 190 vsize: 2488848384 (2373M) rss: 82006016 (80084K) committed: 688926720 (657M) shared: 32768 (32768B) swapped out: 0 (0B) using thp: 20971520 (20480K) hugetlb: 0 (0B) ---------------- stderr ---------------- ---------------------------------------- test SystemMapTest.jmx(): failure java.lang.RuntimeException: '0x\\p{XDigit}+-0x\\p{XDigit}+ +\\d+ +[rwsxp-]+ +\\d+ +\\d+ +(4K|8K|16K|64K|2M|16M|64M) +com.*\\[vdso\\]' missing from stdout/stderr at jdk.test.lib.process.OutputAnalyzer.shouldMatch(OutputAnalyzer.java:371) at SystemMapTest.run(SystemMapTest.java:46) at SystemMapTest.jmx(SystemMapTest.java:57) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:132) at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:599) at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:174) at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46) at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:822) at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:147) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128) at java.base/java.util.ArrayList.forEach(ArrayList.java:1597) at org.testng.TestRunner.privateRun(TestRunner.java:764) at org.testng.TestRunner.run(TestRunner.java:585) at org.testng.SuiteRunner.runTest(SuiteRunner.java:384) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:378) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:337) at org.testng.SuiteRunner.run(SuiteRunner.java:286) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1218) at org.testng.TestNG.runSuitesLocally(TestNG.java:1140) at org.testng.TestNG.runSuites(TestNG.java:1069) at org.testng.TestNG.run(TestNG.java:1037) at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:102) at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:58) 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)
05-07-2024

I see no special GC settings so it must be default GC. Seems we scan for vdso in the logs "vdso library, should be part of all user space apps on all architectures OpenJDK supports" . But this is not there on Alpine or at least not in the output.
05-07-2024

Is this with or without ZGC? Can you attach the jtr file.
04-07-2024