...
- vtable calls
assumption each method's vtable entry contains either - native function
- c2i adapter
- static calls go to
- native function
- c2i adapter
How is recompiling/back to interpreter dealt with (patch native method? how garbage collect dead methods)?
- byte code interpreter?
vtable: probably jumps to methods vtable entry?
...
{"serverDuration": 300, "requestCorrelationId": "ea670ad19bc865b6"}