JDK-4918265 : changes to agent loading code break JPDA, hprof, jdb, etc on Windows/XP ia64
Type:Bug
Component:hotspot
Sub-Component:jvmti
Affected Version:5.0
Priority:P1
Status:Resolved
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2003-09-05
Updated:2003-09-15
Resolved:2003-09-15
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.
All tests that use -Xrun or -agentlib break in b19 for Windows/XP ia64.
Comments
CONVERTED DATA
BugTraq+ Release Management Values
COMMIT TO FIX:
tiger
FIXED IN:
tiger
INTEGRATED IN:
tiger
tiger-b20
14-06-2004
EVALUATION
Presumed cause -- sizeof was called on an array. The code change for
4913872 factored the array creation into a separate method and sizeof
was then called on the passed in array. At that point the array size
is not known and the compiler treats it as a pointer. As a result only
the first onload symbol is checked.