You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by Apache Wiki <wi...@apache.org> on 2008/03/07 14:11:23 UTC

[Harmony Wiki] Update of "Google Summer Of Code 2008 Projects Proposals" by Ian Rogers

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Harmony Wiki" for change notification.

The following page has been changed by Ian Rogers:
http://wiki.apache.org/harmony/Google_Summer_Of_Code_2008_Projects_Proposals

The comment on the change is:
Add integrate Harmony and Jikes RVM project

------------------------------------------------------------------------------
  10. '''Implement one of the JDK's command line tools'''.[[BR]]
  Harmony is missing several of the tools that ship with the JDK, including appletviewer, jar, javadoc, javaws and javap.  For this task you would implement one of these tools, either in Java or C/C++ if preferred.
  
+ 
+ 11. '''Integrate Harmony and Jikes RVM'''.[[BR]]
+ [http://jikesrvm.org/ Jikes RVM] is a research virtual machine that has been a test bed for many JVM and GC developments. This project will look to integrate the harmony libraries with Jikes RVM. This will require work on the VM interfaces (the Jikes RVM is a Java-in-Java VM meaning that current VM interfaces are written in Java rather than native code) as well as exploring how Jikes RVM can be integrated with Harmony's threading and other runtime models. 
+