-
Bug
-
Resolution: Duplicate
-
P3
-
8, 9
-
b03
-
generic
-
solaris
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8175810 | 9 | Amit Sapre | P4 | Resolved | Fixed | b161 |
I observed the following SDK/JDK test fail in my baseline test for JDK8-B22
on Solaris-X86 and Solaris X64:
javax/management/monitor/MultiMonitorTest.java
Here is a snippet from the .jtr file:
----------System.out:(14/888)----------
Test that monitors can sample a large number of attributes
Warning: Handler @1 takes mixed loaded/unloaded exceptions in
static jobject java.lang.reflect.Proxy.newProxyInstance(jobject, jobject, jobjec
t)
Warning: Handler @1 takes mixed loaded/unloaded exceptions in
static jobject java.lang.reflect.Proxy.newProxyInstance(jobject, jobject, jobjec
t)
Warning: Handler @1 takes mixed loaded/unloaded exceptions in
virtual jobject sun.reflect.MethodAccessorGenerator$1.run()
Warning: Handler @1 takes mixed loaded/unloaded exceptions in
virtual jobject sun.reflect.MethodAccessorGenerator$1.run()
Warning: Handler @1 takes mixed loaded/unloaded exceptions in
virtual jobject sun.reflect.MethodAccessorGenerator$1.run()
Warning: Handler @1 takes mixed loaded/unloaded exceptions in
virtual jobject sun.reflect.MethodAccessorGenerator$1.run()
TEST FAILED: listener counts wrong: 52 26 47
----------System.err:(4/147)----------
java version "1.8.0-ea"
Java(TM) SE Runtime Environment (build 1.8.0-ea-b22)
Java HotSpot(TM) Server VM (build 23.0-b10-fastdebug, compiled mode)
result: Failed. Unexpected exit from test [exit code: 1]
test result: Failed. Unexpected exit from test [exit code: 1]
The Solaris X64 failure was very similar:
----------System.out:(14/885)----------
Test that monitors can sample a large number of attributes
Warning: Handler @0 takes mixed loaded/unloaded exceptions in
static jobject java.lang.reflect.Proxy.newProxyInstance(jobject, jobject, jobjec
t)
Warning: Handler @0 takes mixed loaded/unloaded exceptions in
static jobject java.lang.reflect.Proxy.newProxyInstance(jobject, jobject, jobjec
t)
Warning: Handler @0 takes mixed loaded/unloaded exceptions in
virtual jobject sun.reflect.MethodAccessorGenerator$1.run()
TEST FAILED: listener counts wrong: 3 2 4
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()
----------System.err:(4/154)----------
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)
result: Failed. Unexpected exit from test [exit code: 1]
on Solaris-X86 and Solaris X64:
javax/management/monitor/MultiMonitorTest.java
Here is a snippet from the .jtr file:
----------System.out:(14/888)----------
Test that monitors can sample a large number of attributes
Warning: Handler @1 takes mixed loaded/unloaded exceptions in
static jobject java.lang.reflect.Proxy.newProxyInstance(jobject, jobject, jobjec
t)
Warning: Handler @1 takes mixed loaded/unloaded exceptions in
static jobject java.lang.reflect.Proxy.newProxyInstance(jobject, jobject, jobjec
t)
Warning: Handler @1 takes mixed loaded/unloaded exceptions in
virtual jobject sun.reflect.MethodAccessorGenerator$1.run()
Warning: Handler @1 takes mixed loaded/unloaded exceptions in
virtual jobject sun.reflect.MethodAccessorGenerator$1.run()
Warning: Handler @1 takes mixed loaded/unloaded exceptions in
virtual jobject sun.reflect.MethodAccessorGenerator$1.run()
Warning: Handler @1 takes mixed loaded/unloaded exceptions in
virtual jobject sun.reflect.MethodAccessorGenerator$1.run()
TEST FAILED: listener counts wrong: 52 26 47
----------System.err:(4/147)----------
java version "1.8.0-ea"
Java(TM) SE Runtime Environment (build 1.8.0-ea-b22)
Java HotSpot(TM) Server VM (build 23.0-b10-fastdebug, compiled mode)
result: Failed. Unexpected exit from test [exit code: 1]
test result: Failed. Unexpected exit from test [exit code: 1]
The Solaris X64 failure was very similar:
----------System.out:(14/885)----------
Test that monitors can sample a large number of attributes
Warning: Handler @0 takes mixed loaded/unloaded exceptions in
static jobject java.lang.reflect.Proxy.newProxyInstance(jobject, jobject, jobjec
t)
Warning: Handler @0 takes mixed loaded/unloaded exceptions in
static jobject java.lang.reflect.Proxy.newProxyInstance(jobject, jobject, jobjec
t)
Warning: Handler @0 takes mixed loaded/unloaded exceptions in
virtual jobject sun.reflect.MethodAccessorGenerator$1.run()
TEST FAILED: listener counts wrong: 3 2 4
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()
----------System.err:(4/154)----------
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)
result: Failed. Unexpected exit from test [exit code: 1]
- backported by
-
JDK-8175810 javax/management/monitor/MultiMonitorTest.java fails in JDK8-B22
-
- Resolved
-
- duplicates
-
JDK-8175810 javax/management/monitor/MultiMonitorTest.java fails in JDK8-B22
-
- Resolved
-
- relates to
-
JDK-7061191 some javax/management tests fail with fastdebug VM
-
- Closed
-