Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.9.3
-
Fix Version/s: 3.0
-
Component/s: None
-
Labels:None
-
Environment:prototype Jikes RVM 2.9.3+svn (r14214) using GNU Classpath 0.97.1
-
Number of attachments :
Description
In VM_Atom there is a bug in classFileNameFromDescriptor: the method shouldn't replace slashes with dots. At any rate, this is currently not an issue as classFileNameFromDescriptor is never called; either fix it or remove it.
On a related note, descriptorFromClassName's code and comment are inconsistent with classNameFromDescriptor's; in the latter case a class name uses dots as separators, whereas in the former case it uses slashes. (FWIW, I deem classNameFromDescriptor's interpretation correct.)
Activity
David Grove
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 2.9.4 [ 14162 ] |
David Grove
made changes -
| Fix Version/s | 2.9.4 [ 14162 ] | |
| Fix Version/s | 3.0 [ 13530 ] |
Ian Rogers
made changes -
| Assignee | Ian Rogers [ ianrogers ] |
Ian Rogers
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Ian Rogers
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
Sounds like you have a patch, do you want to post it (with a contributors statement [1]) and we can review it? Thanks!
[1] http://jikesrvm.org/Contributions