Once the fix for 'method deleted' failures on retransformation is promoted (it has already been putback) remove this workaround in the IsModifiableClass test:
} catch (UnsupportedOperationException e) {
// Remove this before FCS
System.err.println("Warning: working around 'method deleted' bug: " + klass);
System.err.println(" exception: " + e);
} catch (UnsupportedOperationException e) {
// Remove this before FCS
System.err.println("Warning: working around 'method deleted' bug: " + klass);
System.err.println(" exception: " + e);
- relates to
-
JDK-6328000 class redefinition failed "method deleted"
-
- Resolved
-