Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.7.0.pre2
-
Fix Version/s: JRuby 1.7.0.RC1
-
Component/s: Interpreter, Java Integration
-
Labels:None
-
Environment:Dalvik VM
-
Number of attachments :
Description
So, I would like to get this working while not duplicating work.
What has Lynne done?
Where should I start looking? MethodFactory?
JavaProxyClassFactory seems like where it happens.
One way to go would be to intercept the byte code array and convert it to Dalvik byte code before calling defineClass.