eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.23k stars 710 forks source link

jdk_rmi_0_FAILED java/rmi/dgc/dgcImplInsulation/DGCImplInsulation.java TEST FAILED: remote object garbage collected #18198

Open JasonFengJ9 opened 9 months ago

JasonFengJ9 commented 9 months ago

Failure link

From an internal build(ubu20hwes390x-svl-rt2-1):

openjdk version "21" 2023-09-19 LTS
IBM Semeru Runtime Open Edition 21.0.0.0-m0 (build 21+35-LTS)
Eclipse OpenJ9 VM 21.0.0.0-m0 (build master-5756d9048, JRE 21 Linux s390x-64-Bit Compressed References 20230919_44 (JIT enabled, AOT enabled)
OpenJ9   - 5756d9048
OMR      - 1b52192f5
JCL      - 0738d48b5de based on jdk-21+35)

Rerun in Grinder - Change TARGET to run only the failed test targets.

Optional info

Failure output (captured from console output)

[2023-09-23T00:04:55.844Z] variation: Mode150
[2023-09-23T00:04:55.844Z] JVM_OPTIONS:  -XX:+UseCompressedOops 

[2023-09-23T00:05:23.603Z] TEST: java/rmi/dgc/dgcImplInsulation/DGCImplInsulation.java

[2023-09-23T00:05:23.605Z] java.lang.RuntimeException: TEST FAILED: remote object garbage collected
[2023-09-23T00:05:23.605Z]  at DGCImplInsulation.main(DGCImplInsulation.java:87)
[2023-09-23T00:05:23.605Z]  at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
[2023-09-23T00:05:23.605Z]  at java.base/java.lang.reflect.Method.invoke(Method.java:580)
[2023-09-23T00:05:23.605Z]  at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
[2023-09-23T00:05:23.605Z]  at java.base/java.lang.Thread.run(Thread.java:1595)

[2023-09-23T00:05:23.605Z] TEST RESULT: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: TEST FAILED: remote object garbage collected
[2023-09-23T00:05:23.605Z] --------------------------------------------------
[2023-09-23T00:10:22.246Z] Test results: passed: 88; failed: 1
[2023-09-23T00:10:32.373Z] Report written to /home/jenkins/workspace/Test_openjdk21_j9_extended.openjdk_s390x_linux/aqa-tests/TKG/output_16954106729841/jdk_rmi_0/report/html/report.html
[2023-09-23T00:10:32.373Z] Results written to /home/jenkins/workspace/Test_openjdk21_j9_extended.openjdk_s390x_linux/aqa-tests/TKG/output_16954106729841/jdk_rmi_0/work
[2023-09-23T00:10:32.373Z] Error: Some tests failed or other problems occurred.
[2023-09-23T00:10:32.373Z] -----------------------------------
[2023-09-23T00:10:32.373Z] jdk_rmi_0_FAILED

50x internal grinder - passed

JasonFengJ9 commented 1 month ago

JDK8 s390x_linux(rhel9s390x-svl-rt9-1)

[2024-05-04T04:44:20.049Z] variation: Mode150
[2024-05-04T04:44:20.049Z] JVM_OPTIONS:  -XX:+UseCompressedOops -Xverbosegclog 

[2024-05-04T04:46:06.077Z] TEST: java/rmi/dgc/dgcImplInsulation/DGCImplInsulation.java

[2024-05-04T04:46:06.077Z] STDERR:
[2024-05-04T04:46:06.077Z] exported remote object; local stub: DGCImplInsulation_Stub[UnicastRef [liveRef: [endpoint:[10.11.61.72:41287](local),objID:[477d3ea5:18f41ec598b:-7fff, 1115181711354182337]]]]
[2024-05-04T04:46:06.077Z] marshalled/unmarshalled stub: DGCImplInsulation_Stub[UnicastRef [liveRef: [endpoint:[10.11.61.72:41287](remote),objID:[477d3ea5:18f41ec598b:-7fff, 1115181711354182337]]]]
[2024-05-04T04:46:06.077Z] java.lang.RuntimeException: TEST FAILED: remote object garbage collected
[2024-05-04T04:46:06.077Z]  at DGCImplInsulation.main(DGCImplInsulation.java:83)
[2024-05-04T04:46:06.077Z]  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2024-05-04T04:46:06.077Z]  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2024-05-04T04:46:06.077Z]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2024-05-04T04:46:06.077Z]  at java.lang.reflect.Method.invoke(Method.java:503)
[2024-05-04T04:46:06.077Z]  at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
[2024-05-04T04:46:06.077Z]  at java.lang.Thread.run(Thread.java:826)
[2024-05-04T04:46:06.077Z] 
[2024-05-04T04:46:06.077Z] JavaTest Message: Test threw exception: java.lang.RuntimeException: TEST FAILED: remote object garbage collected

[2024-05-04T04:50:51.158Z] jdk_rmi_0_FAILED

50x grinder - the failure wasn't reproduced.

JasonFengJ9 commented 1 month ago

JDK22 s390x_linux_fips140_2(rhel8s390x-svl-rtfips12-1)

[2024-05-15T04:46:03.805Z] variation: Mode650
[2024-05-15T04:46:03.805Z] JVM_OPTIONS:  -XX:-UseCompressedOops -Xverbosegclog  -Dsemeru.fips=true

[2024-05-15T04:49:00.282Z] TEST: java/rmi/dgc/dgcImplInsulation/DGCImplInsulation.java

[2024-05-15T04:49:00.284Z] STDERR:

[2024-05-15T04:49:00.284Z] exported remote object; local stub: DGCImplInsulation_Stub[UnicastRef [liveRef: [endpoint:[10.11.27.45:36985](local),objID:[-732d94ad:18f7a92ca6d:-7fff, -6413671369654422110]]]]
[2024-05-15T04:49:00.284Z] marshalled/unmarshalled stub: DGCImplInsulation_Stub[UnicastRef [liveRef: [endpoint:[10.11.27.45:36985](remote),objID:[-732d94ad:18f7a92ca6d:-7fff, -6413671369654422110]]]]
[2024-05-15T04:49:00.284Z] java.lang.RuntimeException: TEST FAILED: remote object garbage collected
[2024-05-15T04:49:00.284Z]  at DGCImplInsulation.main(DGCImplInsulation.java:87)
[2024-05-15T04:49:00.284Z]  at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
[2024-05-15T04:49:00.284Z]  at java.base/java.lang.reflect.Method.invoke(Method.java:586)
[2024-05-15T04:49:00.284Z]  at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
[2024-05-15T04:49:00.284Z]  at java.base/java.lang.Thread.run(Thread.java:1582)
[2024-05-15T04:49:00.284Z] 
[2024-05-15T04:49:00.284Z] JavaTest Message: Test threw exception: java.lang.RuntimeException: TEST FAILED: remote object garbage collected