JDK-8069162 : quarantine serviceability/dcmd/compiler/CompilerQueueTest.java
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2015-01-16
  • Updated: 2015-06-03
  • Resolved: 2015-01-20
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 b49Fixed
Related Reports
Blocks :  
Relates :  
Description
The test serviceability/dcmd/compiler/CompilerQueueTest.java is currently unstable as it passes only if the method sun.reflect.GeneratedConstructorAccessor1::newInstance is not compiled. The problem with the test is addressed by JDK-8069160.

Quarantine this test until issue JDK-8069160 is fixed.