Define a base and derived deserializer class - #18922
Conversation
The JITServerAOTDeserializer is now two classes. The base JITServerAOTDeserializer defines some common operations and functionality, and the derived JITServerLocalSCCAOTDeserializer implements the required deserialization and caching. Signed-off-by: Christian Despres <despresc@ibm.com>
|
Attn @mpirvu. This could be the basis of keeping the old deserializer implementation around. In #18301 I could create something like a I initially tried having just a single |
|
jenkins test sanity plinuxjit,xlinuxjit,zlinuxjit,alinux64jit jdk17 |
The JITServerAOTDeserializer is now two classes. The base JITServerAOTDeserializer defines some common operations and functionality, and the derived JITServerLocalSCCAOTDeserializer implements the required deserialization and caching.