On Fri, 6 Nov 2020 22:02:31 GMT, Coleen Phillimore <cole...@openjdk.org> wrote:

>> src/hotspot/cpu/aarch64/universalUpcallHandler_aarch64.cpp line 81:
>> 
>>> 79: #endif
>>> 80: 
>>> 81:   Method* method = k->lookup_method(mname_sym, mdesc_sym);
>> 
>> This "method" appears unused.
>
> This should be moved into javaClasses or common code.  resolve_or_null only 
> resolves the class, it doesn't also call the initializer for the class so you 
> shouldn't be able to call a static method on the class.

I'll move this to common code and add a call to `Klass::initialize`

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

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

Reply via email to