JDK-6355014 : TEST: Remove 'method deleted' workaround in java.lang.instrument IsModifiableClass test
  • Type: Bug
  • Component: core-svc
  • Sub-Component: tools
  • Affected Version: 6
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-11-23
  • Updated: 2011-02-16
  • Resolved: 2006-05-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6 b85Fixed
Related Reports
Relates :  
Description
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);

Comments
EVALUATION See description
23-11-2005