Alexey Khrabrov

Results 24 comments of Alexey Khrabrov

> The deserializer does cache information received from the server related to class chains and class loaders, but the information that's stored in the class loader table by the TR_PersistentClassLoaderTable::associateClassLoaderWithClass...

> It's that fallback that I'm not sure about, since we're not relying on the local SCC being present anymore. If the class loader has been unloaded, is there anything...

Yes, I think you'll need to keep a two-way mapping between method IDs and `J9Method` pointers, and invalidate all methods defined by unloaded classes.