Christian Despres
Christian Despres
Incidentally, that's all the difference seems to be - there are `e5` bytes in a few places in the without-SCC case where there are variously bytes `ad`, `ef`, `ac` in...
I've found the difference - when `isROMClassShareable()` is true in the rom class creation context, the code path we go down will eventually call `fixReturnBytecodes` on the ROMClass that's been...
@AlexeyKhrabrov I'd just like to confirm something about deserialization. When the deserializer deals with class chain records from the server currently, it builds up a RAM class chain from the...
Of course we will still have to check during deserialization that the RAM class chain constructed from the class chain serialization record is compatible with the RAM class chain derived...
Will a `J9Method *` (corresponding to a `MethodSerializationRecord`) ever be invalidated like a `J9Class *` or `J9ClassLoader *`? At the moment the deserializer only stores the local SCC offset to...
Here is a high-level explanation of the JITServer AOT cache changes. I gave some background/useful information in the first few sections about how AOT and the JITServer AOT cache currently...