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.)
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