[ http://issues.apache.org/jira/browse/HARMONY-483?page=all ]
Ivan Volosyuk updated HARMONY-483:
----------------------------------
Attachment: classlibadapter-incremental-update-20060529v2-20060529v3.diff
Reflection implementation + fixes in classloaders
Changed java compiler to ecj_3.2RC5.jar
System classloader is instantiated via reflection
Fixed ClassLoader.getResource()
Reflection implementation for Methods, Fields, Constructors
Partial implementation of j.l.r.Array
Eclipse startup progress:
number of resources now found
invocation of EclipseStarter works
fails:
Install location:
file:/home/ivan/incoming/eclipse/
Configuration file:
file:/home/ivan/incoming/eclipse/configuration/config.ini loaded
Configuration location:
file:/home/ivan/incoming/eclipse/configuration/
Framework located:
file:/home/ivan/incoming/eclipse/plugins/org.eclipse.osgi_3.1.1.jar
Framework classpath:
file:/home/ivan/incoming/eclipse/plugins/org.eclipse.osgi_3.1.1.jar
Debug options:
file:/home/ivan/incoming/eclipse/.options not found
!MESSAGE Bundle initial@reference:file:plugins/org.eclipse.core.runtime_3.1.1.jar/ [1]
was not resolved.
> Update to classlibadapter
> -------------------------
>
> Key: HARMONY-483
> URL: http://issues.apache.org/jira/browse/HARMONY-483
> Project: Harmony
> Type: Improvement
> Components: VM
> Environment: Linux
> Reporter: Ivan Volosyuk
> Attachments: classlibadapter-incremental-update-20060522-20060528.diff, classlibadapter-incremental-update-20060522-20060528.diff,
classlibadapter-incremental-update-20060528-20060528v2.diff, classlibadapter-incremental-update-20060528v2-20060528v3.diff,
classlibadapter-incremental-update-20060528v3-20060528v4.diff, classlibadapter-incremental-update-20060528v4-20060529.diff,
classlibadapter-incremental-update-20060529-20060529v2.diff, classlibadapter-incremental-update-20060529v2-20060529v3.diff,
classlibadapter-update-20060522.diff, jchevm_update-20060522.diff
>
> Following improvement made to classlibadapter:
> Implemented vmi library
> Removed all native modifications (no more needed)
> Implemented (limited) system classloader
> Implemented exception stack traces
> Loading of all classlib natives works now
> Added simple runner and build scripts for linux
> Implemented System.loadLibrary() path parsing
> One change for jchevm needed:
> NewWeakGlobalRef implementation required by classlib (fall back to NewGlobalRef is
enough)
> Bootstrap works fine.
> Hello world works fine.
> Stack traces works fine.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|