JDK-8151721 : split MethodHandlesTest into several tests, according to functionality
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.lang.invoke
  • Affected Version: 9
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2016-03-11
  • Updated: 2020-02-25
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.
Other
tbd_majorUnresolved
Related Reports
Relates :  
Description
Like JDK-8150832 did for the JEP 274 test, resolving this issue should lead to the monolithic MethodHandlesTest being split into several smaller tests. This does not have to be super fine-grained, but should be organised around meaningful groups of methods, e.g., everything that is about dropping argument combinators should go to one DropArgumentsTest, etc.