Skip to content
  • Koichi Sasada's avatar
    2943ff9d
    fix bug on method cache invalidation. · 2943ff9d
    Koichi Sasada authored
    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]
    2943ff9d
    fix bug on method cache invalidation.
    Koichi Sasada authored
    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]
Loading