Project

General

Profile

« Previous | Next » 

Revision 2943ff9d

Added by ko1 (Koichi Sasada) over 5 years ago

fix bug on method cache invalidation.

To invalidate cached method entry, existing method entry (ment)
is marked as invalidated and replace with copied ment. However,
complemented method entry (method entries in Module) should not
be set to Module's m_tbl.
[Bug #16669]