Duplicate :
|
|
Relates :
|
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]