Clarification from Alex Buckley on the verifier spec:
The verifier spec cares very little about a method being static. Verification deems that B#foo()V overrides A#foo()V because the names and descriptors match.
The verifier spec cares very little about a method being static. Verification deems that B#foo()V overrides A#foo()V because the names and descriptors match.
- relates to
-
JDK-8027270 JNI_GetMethodID fails to find an instance method from the superclass
- Closed