-
Bug
-
Resolution: Fixed
-
P4
-
8
-
b115
-
generic
-
generic
I observed the following SDK/JDK test fail in my baseline test for JDK8-B22
and JDK8-B23 on Solaris X64:
javax/management/remote/mandatory/notif/NotSerializableNotifTest.java
Here is the configuration info:
$ cat sdk-mm_jmx-prod-server-fast-comp.solaris-x64/do_sdk_common_tests.15722.version
java version "1.8.0-ea"
Java(TM) SE Runtime Environment (build 1.8.0-ea-b22)
Java HotSpot(TM) 64-Bit Server VM (build 23.0-b10-fastdebug, compiled mode)
Here is a snippet from the .jtr file:
----------System.out:(27/1884)----------
>>> Test to send a not serializable notification
>>> Test for protocol rmi
>>> Create a server: service:jmx:rmi://frankenputer:2468
Warning: Handler @0 takes mixed loaded/unloaded exceptions in
virtual jobject sun.reflect.MethodAccessorGenerator$1.run()
Warning: Handler @0 takes mixed loaded/unloaded exceptions in
virtual jobject sun.reflect.MethodAccessorGenerator$1.run()
Warning: Handler @0 takes mixed loaded/unloaded exceptions in
virtual jobject sun.reflect.MethodAccessorGenerator$1.run()
Warning: Handler @0 takes mixed loaded/unloaded exceptions in
virtual jobject sun.reflect.MethodAccessorGenerator$1.run()
>>> Creating a client connectint to: service:jmx:rmi://frankenputer:2468/stub/rO
0ABXNyAC5qYXZheC5tYW5hZ2VtZW50LnJlbW90ZS5ybWkuUk1JU2VydmVySW1wbF9TdHViAAAAAAAAAA
ICAAB4cgAaamF2YS5ybWkuc2VydmVyLlJlbW90ZVN0dWLp/tzJi+FlGgIAAHhyABxqYXZhLnJtaS5zZX
J2ZXIuUmVtb3RlT2JqZWN002G0kQxhMx4DAAB4cHc5AAtVbmljYXN0UmVmMgAADjE0MS4xNDQuMjEuMT
c4AAAJpLoLcVqoK9M17wUIggAAATUENkOcgAEAeA==
Failed: received 0 but should be 10
>>> Test failed for rmi
There are a number of NotSerializableException shown in the stderr
part of the test out. Don't be fooled by those. Those exceptions
are thrown as part of the tests that pass.
and JDK8-B23 on Solaris X64:
javax/management/remote/mandatory/notif/NotSerializableNotifTest.java
Here is the configuration info:
$ cat sdk-mm_jmx-prod-server-fast-comp.solaris-x64/do_sdk_common_tests.15722.version
java version "1.8.0-ea"
Java(TM) SE Runtime Environment (build 1.8.0-ea-b22)
Java HotSpot(TM) 64-Bit Server VM (build 23.0-b10-fastdebug, compiled mode)
Here is a snippet from the .jtr file:
----------System.out:(27/1884)----------
>>> Test to send a not serializable notification
>>> Test for protocol rmi
>>> Create a server: service:jmx:rmi://frankenputer:2468
Warning: Handler @0 takes mixed loaded/unloaded exceptions in
virtual jobject sun.reflect.MethodAccessorGenerator$1.run()
Warning: Handler @0 takes mixed loaded/unloaded exceptions in
virtual jobject sun.reflect.MethodAccessorGenerator$1.run()
Warning: Handler @0 takes mixed loaded/unloaded exceptions in
virtual jobject sun.reflect.MethodAccessorGenerator$1.run()
Warning: Handler @0 takes mixed loaded/unloaded exceptions in
virtual jobject sun.reflect.MethodAccessorGenerator$1.run()
>>> Creating a client connectint to: service:jmx:rmi://frankenputer:2468/stub/rO
0ABXNyAC5qYXZheC5tYW5hZ2VtZW50LnJlbW90ZS5ybWkuUk1JU2VydmVySW1wbF9TdHViAAAAAAAAAA
ICAAB4cgAaamF2YS5ybWkuc2VydmVyLlJlbW90ZVN0dWLp/tzJi+FlGgIAAHhyABxqYXZhLnJtaS5zZX
J2ZXIuUmVtb3RlT2JqZWN002G0kQxhMx4DAAB4cHc5AAtVbmljYXN0UmVmMgAADjE0MS4xNDQuMjEuMT
c4AAAJpLoLcVqoK9M17wUIggAAATUENkOcgAEAeA==
Failed: received 0 but should be 10
>>> Test failed for rmi
There are a number of NotSerializableException shown in the stderr
part of the test out. Don't be fooled by those. Those exceptions
are thrown as part of the tests that pass.
- relates to
-
JDK-7061191 some javax/management tests fail with fastdebug VM
- Closed