History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: COR-2018
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Fabio Roger Manera
Votes: 0
Watchers: 0
Operations

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

[Android] ClassLoader.getResourceAsStream cant find the .class files in the .dex file in dalvikvm

Created: 15/Jul/10 07:47 PM   Updated: 03/Aug/10 02:55 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Dependencies
 

Order: 3
Labels:
Participants: Fabio Roger Manera
Number of Attachments: 0
Number of Comments: 2


 Description  « Hide
The classes marked with OptOutClassLoadingIssue are the ones raising that issue. The problem is in ExcludingClassLoader.findRawClass in getResourceAsStream(resourcePath) call.

This will be required for runtime NQ optimization as well.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Fabio Roger Manera - 28/Jul/10 02:28 PM
This issue also stops runtime optimization from working.

Update INT-170 (android blog) to reflect this issue.

Fabio Roger Manera - 03/Aug/10 02:52 PM
the class BloatInstrumentingClassLoader also uses this same call. which keeps runtime instrumentation (native query) from working.