- 
    Type:
Bug
 - 
    Resolution: Unresolved
 - 
    Priority:
  P4                     
     - 
    Affects Version/s: 25
 - 
    Component/s: core-libs
 
                    When a lambda in core library implementation is archived, it still has a bit of overhead due to the computation of `ClassDesc`, `MethodTypeDesc`, `ClassEntry`, and `ConstantPoolBuilder`. These symbols are only useful to `generateInnerClass` but are computed for cache paths and nevertheless creates a lot of overhead for the fast paths.
            
- relates to
 - 
                    
JDK-8339002 Umbrella - Improve startup performance for FFM internals
-         
     - Open
 
 -