JDK-8017044 : anti-delta fix for 8015402
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang.invoke
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2013-06-19
  • Updated: 2013-07-22
  • Resolved: 2013-06-19
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
8 b96Fixed
Related Reports
Relates :  
Description
Anti-delta the following changeset: 

http://hg.openjdk.java.net/jdk8/tl/jdk/rev/989049977d04

8015402: Lambda metafactory should not attempt to determine bridge methods
Summary: paired with 8013789: Compiler should emit bridges in interfaces
Reviewed-by: twisti
src/share/classes/java/lang/invoke/AbstractValidatingLambdaMetafactory.java
src/share/classes/java/lang/invoke/InnerClassLambdaMetafactory.java
src/share/classes/java/lang/invoke/LambdaMetafactory.java

until the following bugs are fixed: 
      8016827: jdk/lambda/LambdaTranslationTest2.java failing 
      8016847: Several java/time tests failing with StackOverflowError