Issue Details (XML | Word | Printable)

Key: RVM-542
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Ian Rogers
Reporter: Ian Rogers
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
RVM

Incorrect encoding of inner class native method names

Created: 25/Jun/08 12:41 PM   Updated: 04/Jul/08 02:24 PM
Component/s: Runtime
Affects Version/s: 2.9.3
Fix Version/s: 3.0

Time Tracking:
Not Specified


 Description  « Hide
We incorrectly determine the name of native methods of inner classes. For example:

org/apache/harmony/niochar/charset/ISO_8859_1$Decoder.nDecode ([CIIJI)I

should have a native name of:

Java_org_apache_harmony_niochar_charset_ISO_18859_11_00024Decoder_nDecode

but we look for the name:

Java_org_apache_harmony_niochar_charset_ISO_18859_11$Decoder_nDecode



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Ian Rogers added a comment - 25/Jun/08 02:02 PM
Fix in r14572.

David Grove added a comment - 04/Jul/08 02:22 PM
reopening so I can modify fix target to 3.0