On Fri, 23 Oct 2020 18:02:11 GMT, Rémi Forax <github.com+828220+fo...@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