Project

General

Profile

« Previous | Next » 

Revision 4b36a597

Added by jeremyevans (Jeremy Evans) over 4 years ago

Fix setting method visibility for a refinement without an origin class

If a class has been refined but does not have an origin class,
there is a single method entry marked with VM_METHOD_TYPE_REFINED,
but it contains the original method entry. If the original method
entry is present, we shouldn't skip the method when searching even
when skipping refined methods.

Fixes [Bug #17519]