JDK-8010828 : No appropriate CCC request for changes introduced by 8004970
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang.invoke
  • Affected Version: 8
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2013-03-26
  • Updated: 2014-12-03
  • Resolved: 2013-09-10
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
8Fixed
Related Reports
Relates :  
Description
The API changes made in JDK8-b82 by CR 8004970 do not have a corresponding CCC request.

The changes in question are shown below (the sigtest output):
--- cut ---
...
Added Classes
-------------

java.lang.invoke.SerializedLambda
...

Added Fields
------------

java.lang.invoke.LambdaMetafactory:     field public final static int java.lang.invoke.LambdaMetafactory.FLAG_MARKERS = 2
java.lang.invoke.LambdaMetafactory:     field public final static int java.lang.invoke.LambdaMetafactory.FLAG_SERIALIZABLE = 1

Added Methods
-------------
java.lang.invoke.LambdaMetafactory:     method public !varargs static java.lang.invoke.CallSite java.lang.invoke.LambdaMetafactory.altMetaFactory(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.Object[]) throws java.lang.ReflectiveOperationException,java.lang.invoke.LambdaConversionException
...
--- cut ---

JCK Team assumes that such changes should be CCC approved.

Comments
The specific changes that caused this problem are: http://hg.openjdk.java.net/jdk8/jdk8/jdk/diff/7748ffdca16a/src/share/classes/java/lang/invoke/SerializedLambda.java http://hg.openjdk.java.net/jdk8/jdk8/jdk/diff/7748ffdca16a/src/share/classes/java/lang/invoke/LambdaMetafactory.java
26-03-2013