JDK-6571866 : test com/sun/tools/attach/BasicTests.sh failed on JDK installed from bin or sh bundle
  • Type: Bug
  • Component: core-svc
  • Sub-Component: tools
  • Affected Version: 6u2,6u6-crev,7
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic,linux,solaris
  • CPU: generic,x86,sparc
  • Submitted: 2007-06-20
  • Updated: 2012-02-02
  • Resolved: 2011-04-12
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 8
8Resolved
Related Reports
Duplicate :  
Description
see comments
This bug affects the following JTREG test:

    com/sun/tools/attach/BasicTests.sh
The information information for this failure is the following (which hints that the Transformer's transform was not invoked):

Agent failed to start!
Exception in thread "Attach Listener" java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:323)
        at sun.instrument.InstrumentationImpl.loadClassAndCallAgentmain(InstrumentationImpl.java:348)
Caused by: java.lang.Exception: RedefineAgent Error(6439234): no transform call for class java.math.BigInteger
        at RedefineAgent.testRedefine(RedefineAgent.java:66)
        at RedefineAgent.agentmain(RedefineAgent.java:87)
        ... 6 more
Agent failed to start!
result: Failed. Execution failed: exit code 1

Comments
EVALUATION This bug was filed as a P2, but the justification entry doesn't actually support a P2 value. I'm closing this bug as a duplicate of 6461635. Since the test fails intermittently, I'm also lowering this from P2 -> P4.
12-04-2011

EVALUATION There is a much older bug that describes the "java.lang.Exception: RedefineAgent Error(6439234): no transform call for class java.math.BigInteger" failure mode: 6461635 4/4 BasicTests.sh test fails intermittently.
12-04-2011