When switching a thread to interpreted-only mode, the full-speed JVMDI
implementation incorrectly attempts to deoptimize compiled native methods.
This results in an "unsafe access to zombie method" crash. This will occur
whenever a customer has a native method on the call stack of a thread being
single-stepped.
implementation incorrectly attempts to deoptimize compiled native methods.
This results in an "unsafe access to zombie method" crash. This will occur
whenever a customer has a native method on the call stack of a thread being
single-stepped.