Index: index.xml =================================================================== --- index.xml (revision 427944) +++ index.xml (working copy) @@ -26,8 +26,71 @@
-
+
+ DRLVM stands for Dynamic Runtime Layer Virtual Machine, a clean-room implementation of the J2SE 1.5.0.
+
+ Key goals of DRL include the following:
+
+ The following documentation links are specific to the class library effort underway at Apache Harmony. +
+ ++ Building instructions for the VM source code. ++
+ Guide to debugging VM and Jitrino.JET source code covering + basic actions and some useful tips+
Currently, + JIRA issue 626 +
+ Basic usage scenarios of VM and lists standard + and non-standard supported options. ++
+ In-depth description of the DRLVM internal architecture and components' interaction ++
+ Instructions on creating a custom garbage collector implementation in C++ + and configuring the DRL virtual machine to use it with a real-life example + of a copying GC implementation (source included)+
+ Currently, JIRA issue 951 +