-
Bug
-
Resolution: Fixed
-
P4
-
23
-
b17
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8347051 | 21.0.7-oracle | Shyam kishor | P4 | Resolved | Fixed | b01 |
JDK-8347588 | 21.0.7 | Goetz Lindenmaier | P4 | Resolved | Fixed | master |
JDK-8347558 | 17.0.15-oracle | Shyam kishor | P4 | Resolved | Fixed | b02 |
JDK-8347590 | 17.0.15 | Goetz Lindenmaier | P4 | Resolved | Fixed | master |
JDK-8347557 | 11.0.27-oracle | Shyam kishor | P4 | Resolved | Fixed | b02 |
JDK-8347871 | 8u451 | Shyam kishor | P4 | Resolved | Fixed | b03 |
This test has started failing fairly regularly in our CI. A typical failure looks like:
starting server
server started and listening on service:jmx:rmi:///jndi/rmi://localhost:12345/test
starting client
client connected
client invoking foo (10 times)
..........
waiting for 10 notifications to arrive
ERROR: notification processing thread interrupted
----------System.err:(22/1474)----------
java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at TestSerializationMismatch.startClient(TestSerializationMismatch.java:122)
at TestSerializationMismatch.main(TestSerializationMismatch.java:66)
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.Error: notification thread interrupted unexpectedly
at Client.run(Client.java:97)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 7 more
Mar 06, 2024 9:59:22 AM com.sun.jmx.remote.internal.ClientNotifForwarder$NotifFetcher fetchOneNotif
WARNING: Failed to deserialize a notification: java.io.NotSerializableException
JavaTest Message: Test threw exception: java.lang.reflect.InvocationTargetException
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.reflect.InvocationTargetException
Mar 06, 2024 9:59:55 AM com.sun.jmx.remote.internal.ClientNotifForwarder$NotifFetcher fetchOneNotif
WARNING: Failed to deserialize a notification: java.io.NotSerializableException
- backported by
-
JDK-8347051 Test com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java fails
- Resolved
-
JDK-8347557 Test com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java fails
- Resolved
-
JDK-8347558 Test com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java fails
- Resolved
-
JDK-8347588 Test com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java fails
- Resolved
-
JDK-8347590 Test com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java fails
- Resolved
-
JDK-8347871 Test com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java fails
- Resolved
- relates to
-
JDK-8320294 TestSerializationMismatch.java fails with VerifyOops on Graal linux-aarch64
- Open
- links to
-
Commit openjdk/jdk/2b79c22c
-
Commit(master) openjdk/jdk17u-dev/b0286b3e
-
Commit(master) openjdk/jdk21u-dev/a04daf6c
-
Review openjdk/jdk/18381
-
Review(master) openjdk/jdk17u-dev/3202
-
Review(master) openjdk/jdk21u-dev/1316