JDK-8003244 : No appropriate CCC request for changes introduced by JDK-8000806
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang.invoke
  • Affected Version: 8
  • Priority: P2
  • Status: Closed
  • Resolution: Not an Issue
  • Submitted: 2012-11-09
  • Updated: 2013-09-12
  • Resolved: 2013-02-04
Related Reports
Relates :  
Description
The API changes made in JDK8-b64 by CR 8000806 do not have a corresponding CCC request. JCK Team assumes that such changes should be CCC approved.

The changes in question are shown below (the sigtest output):

--- cut ---
Added Classes
-------------

java.lang.invoke.LambdaConversionException
java.lang.invoke.LambdaMetafactory


STATUS:Failed.2 errors
--- cut ---

Comments
The specific changes that caused this problem are: http://hg.openjdk.java.net/jdk8/jdk8/jdk/diff/6302932b7380/src/share/classes/java/lang/invoke/LambdaConversionException.java http://hg.openjdk.java.net/jdk8/jdk8/jdk/diff/6302932b7380/src/share/classes/java/lang/invoke/LambdaMetafactory.java
09-11-2012