JDK-6891770 : JSR 292 API needs initial unit tests
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang.invoke
  • Affected Version: 7
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2009-10-15
  • Updated: 2010-04-02
  • Resolved: 2010-01-14
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
7 b79Fixed
Related Reports
Relates :  
Description
In order to provide warm-and-breathing tests of JSR 292 APIs, we tests into $JDK/test/java/dyn/.  This is a tracking bug for the first cut.  The tests will be in JUnit 4.5 format.

For the required test harness changes, see:
  6891715 jtreg should be able to run tests in JUnit format

Initial tests will be selected from the MLVM patch "indy.tests.patch", but will be consistent with the JavaOne Preview version of the API.

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/9c352f7ed4a3
14-01-2010

EVALUATION Added test/java/dyn/MethodHandlesTest.java.
14-01-2010