Thanks. Wayne
Pavel Pervov wrote:
Wayne, The VM feature Eclipse uses for replacing "hot methods" is called RedefineClasses (part of JVMTI spec) and unfortunately is not implemented in DRLVM (Harmony default VM) at the moment. Thanks, Pavel. On 1/7/08, Wayne Beaton <[EMAIL PROTECTED]> wrote:Does Harmony support hot code replace? When debugging in Eclipse (3.3M4) running on Harmony (5.0 M4), when I change a method and save, Eclipse warns me "the current target virtual machine ... was unable to replace the running code with the code in the workspace". I'm just starting to look into this, and figure that the problem could be that Harmony does indeed not support it; it could also be the case that Eclipse doesn't know that it supports it. Any thoughts? Wayne
