RFR: 8254354: Add an asExact() VarHandle combinator [v2]

Jorn Vernee jvernee at openjdk.java.net
Fri Oct 23 18:06:53 UTC 2020


On Fri, 23 Oct 2020 18:02:11 GMT, Rémi Forax <github.com+828220+forax at openjdk.org> wrote:

>> Jorn Vernee has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Make internalName helper method static
>
> src/java.base/share/classes/java/lang/invoke/MemoryAccessVarHandleGenerator.java line 450:
> 
>> 448:     }
>> 449: 
>> 450:     private String internalName(Class<?> cls) {
> 
> should be static, no ?

Yes, thanks.

-------------

PR: https://git.openjdk.java.net/jdk/pull/843


More information about the core-libs-dev mailing list