On Wed, 5 Aug 2026 06:40:41 GMT, David Holmes <[email protected]> wrote:
>> RedefineClasses' ability to add/delete methods has been deprecated for many >> releases, > But it still exists? If so what happens to code that does it once your > changes are in place? The method will say `"<redefined deleted>"` for the method name string. Note this can only happen if you've deleted the method but somehow saved the stack trace outside of the scope of the method invocation. ------------- PR Comment: https://git.openjdk.org/jdk/pull/32202#issuecomment-5191333876
