JDK-7089131 : test/java/lang/invoke/InvokeGenericTest.java does not compile
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-09-10
  • Updated: 2013-12-17
  • Resolved: 2012-05-09
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 7 JDK 8
7u21Fixed 8 b06Fixed
Description
This test specifies -target 7 without specifying the source version and so doesn't compile with a jdk8 build. This is causing all JPRT jobs of jdk8/tl to fail.

Comments
EVALUATION There is no need to specify the target in this test.
10-09-2011