JDK-8174798 : Mis-merge left serviceability/sa/TestCpoolForInvokeDynamic.java ignored
  • Type: Bug
  • Component: hotspot
  • Sub-Component: svc
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-02-13
  • Updated: 2017-03-13
  • Resolved: 2017-02-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 10 JDK 9
10Fixed 9 b159Fixed
Related Reports
Relates :  
Description
The test serviceability/sa/TestCpoolForInvokeDynamic.java was ignored under:

8169597: Quarantine TestCpoolForInvokeDynamic.java until JDK-8169232 is solved

but then 8169232 was fixed and the @ignore was removed:

http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/13e6043fcdcb

But somehow after this Merge:

http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/d79c6d6c5759

the @ignore was still in place.