Bytecode Instrumentation Challenges
The discussion highlights the complexities of bytecode rewriting and instrumentation, particularly when dealing with API transitions. A key challenge arises when attempting to instrument core JDK classes without risking the stability of the VM. Additionally, certain critical transitions, such as field accesses from native code via JNI, remain elusive and uncatchable, complicating the implementation process.In this clip
From this podcast

Software Engineering Radio - the podcast for professional software developers
Episode 144: The Maxine Research Virtual Machine with Doug Simon
Related Questions