JDK-8029098 : Exclude javax/management/remote/mandatory/notif/ListenerScaleTest.java from running on fastdebug builds
  • Type: Bug
  • Component: core-svc
  • Sub-Component: javax.management
  • Affected Version: 7,8
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2013-11-25
  • Updated: 2015-06-04
  • Resolved: 2015-05-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b67Fixed
Related Reports
Duplicate :  
Relates :  
Description
This test tries to assert performance regressions in the JMX listeners implementation. It does not make sense to run the test on fastdebug builds.
Comments
javax/management/remote/mandatory/notif/ListenerScaleTest.java Note this failure is in a Client VM -Xcomp fastdebug config. Here is a snippet of the .jtr file: ----------System.err:(18/962)---------- java version "1.8.0-ea" Java(TM) SE Runtime Environment (build 1.8.0-ea-b08) Java HotSpot(TM) Client VM (build 23.0-b01-fastdebug, compiled mode) java.lang.Exception: Failed: ratio=130.44534852626447 at ListenerScaleTest.test(ListenerScaleTest.java:180) at ListenerScaleTest.main(ListenerScaleTest.java:138) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:474) at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94) at java.lang.Thread.run(Thread.java:722) JavaTest Message: Test threw exception: java.lang.Exception: Failed: ratio=130.44534852626447 JavaTest Message: shutting down test STATUS:Failed.`main' threw exception: java.lang.Exception: Failed: ratio=130.44534852626447 result: Failed. Execution failed: `main' threw exception: java.lang.Exception: Failed: ratio=130.44534852626447 test result: Failed. Execution failed: `main' threw exception: java.lang.Exception: Failed: ratio=130.44534852626447
25-11-2013