Review Request: 8238358: Implementation of JEP 371: Hidden Classes
    Paul Sandoz 
    paul.sandoz at oracle.com
       
    Sat Mar 28 01:39:46 UTC 2020
    
    
  
+1
Paul.
> On Mar 27, 2020, at 3:22 PM, Mandy Chung <mandy.chung at oracle.com> wrote:
> 
> Hi Paul,
> 
> This is the delta incorporating your comment:
>   http://cr.openjdk.java.net/~mchung/valhalla/webrevs/hidden-classes/webrev.03-delta-psandoz/ <http://cr.openjdk.java.net/~mchung/valhalla/webrevs/hidden-classes/webrev.03-delta-psandoz/>
> 
> This patch also took Alex's comment to make it clear that the hidden class is the lookup class of the returned Lookup object and drops the sentence you commented on:
> 
> On 3/27/20 1:18 PM, Mandy Chung wrote:
>>> MethodHandles.java 
>>> — 
>>> 
>>> 1786          * (Given the {@code Lookup} object returned this method, its lookup class 
>>> 1787          * is a {@code Class} object for which {@link Class#getName()} returns a string 
>>> 1788          * that is not a binary name.) 
>>> 
>>> “ 
>>> (The {@code Lookup} object returned from this method has a lookup class that is 
>>> a {@code Class} object whose {@link Class#getName()} returns a string 
>>> that is not a binary name.) 
>>> “ 
> 
> 
> Mandy
    
    
More information about the hotspot-dev
mailing list