JDK-7041771 : com/sun/tools/attach/BasicTests.sh failed
  • Type: Bug
  • Component: core-svc
  • Sub-Component: tools
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux_oracle_5.6
  • CPU: x86
  • Submitted: 2011-05-04
  • Updated: 2023-12-14
  • Resolved: 2011-05-06
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.
Other
tbdResolved
Related Reports
Duplicate :  
Description
see comments

Comments
EVALUATION There are two expected failures in this test as documented by the INFO lines in the output. The only unexpected failure in this test run is: RedefineAgent connected to Tool. Exception in thread "Attach Listener" java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:382) at sun.instrument.InstrumentationImpl.loadClassAndCallAgentmain(InstrumentationImpl.java:407) Caused by: java.lang.Exception: RedefineAgent Error(6439234): no transform call for class java.math.BigInteger at RedefineAgent.testRedefine(RedefineAgent.java:89) at RedefineAgent.agentmain(RedefineAgent.java:110) ... 6 more Agent failed to start! This particular failure mode is already covered by the following bug: 6461635 4/2 BasicTests.sh test fails intermittently. And the analysis.html fail for this test run clearly shows this as a known failure and lists 6461635 along with two other bugs. Why was this new bug filed? I am planning to close this bug as a duplicate of 6461635.
04-05-2011