JDK-8028482 : [TESTBUG] tests that use JMX should be in need_compact3 test group
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs25,emb-8u6,emb-8u26,8
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2013-11-17
  • Updated: 2014-08-18
  • Resolved: 2014-03-12
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 8 JDK 9
8u20 b06Fixed 9Fixed
Related Reports
Relates :  
Description
RULE compiler/tiered/NonTieredLevelsTest.java Exception java.lang.NoClassDefFoundError: sun/management/ManagementFactoryHelper 
RULE compiler/tiered/TieredLevelsTest.java Exception java.lang.NoClassDefFoundError: sun/management/ManagementFactoryHelper
Comments
Problem: - tests 'compiler/tiered/NonTieredLevelsTest.java' and 'TieredLevelsTest.java' fail on profile < compact3 Root cause: - the tests use JMX, but not in 'need_compact3' test group Fix: - the tests are added into 'need_compact3'
24-04-2014