Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 84706 invoked from network); 23 Apr 2008 12:30:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Apr 2008 12:30:58 -0000 Received: (qmail 61528 invoked by uid 500); 23 Apr 2008 12:30:59 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 61506 invoked by uid 500); 23 Apr 2008 12:30:59 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 61495 invoked by uid 99); 23 Apr 2008 12:30:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Apr 2008 05:30:59 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Apr 2008 12:30:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 47CA21A9832; Wed, 23 Apr 2008 05:30:34 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r650844 - in /harmony/standard/site: docs/subcomponents/drlvm/developers_guide.html xdocs/subcomponents/drlvm/DeveloperGuide.html Date: Wed, 23 Apr 2008 12:30:33 -0000 To: commits@harmony.apache.org From: nadinem@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080423123034.47CA21A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nadinem Date: Wed Apr 23 05:30:29 2008 New Revision: 650844 URL: http://svn.apache.org/viewvc?rev=650844&view=rev Log: HARMONY-5777 Modified: harmony/standard/site/docs/subcomponents/drlvm/developers_guide.html harmony/standard/site/xdocs/subcomponents/drlvm/DeveloperGuide.html Modified: harmony/standard/site/docs/subcomponents/drlvm/developers_guide.html URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/drlvm/developers_guide.html?rev=650844&r1=650843&r2=650844&view=diff ============================================================================== --- harmony/standard/site/docs/subcomponents/drlvm/developers_guide.html (original) +++ harmony/standard/site/docs/subcomponents/drlvm/developers_guide.html Wed Apr 23 05:30:29 2008 @@ -889,8 +889,8 @@ interface from each loading component, and then makes this information available at the initialization stage via interface queries. The component manager also enables instance creation for interfaces. - Currently, only the execution manager uses the component manager - loading scheme. + Currently, only the vm core and the execution manager use the + component manager loading scheme.

2.4. Package Layout @@ -1758,7 +1758,7 @@ LANG system environment variables to the <Lang>_<Region>.<Variant> locale. You can find a list of localized messages for - a certain locale in the + a specific locale in the <drlvm_trunk>/vm/vmcore/src/init/harmony_<locale_name>.properties message catalogue. For a convenient set of macros for printing internationalized messages, refer to the clog.h, @@ -2324,6 +2324,10 @@

  1. + Gets the component manager instance and registers a new VM + instance in the component manager. +
  2. +
  3. For Linux* platforms, initializes the threading system.
    No actions are performed on Windows* platforms. @@ -2347,9 +2351,6 @@ Initializes the VM global synchronization locks.
  4. - Creates the component manager. -
  5. -
  6. Loads the garbage collector and interpreter libraries.
  7. @@ -3702,6 +3703,7 @@ + Modified: harmony/standard/site/xdocs/subcomponents/drlvm/DeveloperGuide.html URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/subcomponents/drlvm/DeveloperGuide.html?rev=650844&r1=650843&r2=650844&view=diff ============================================================================== --- harmony/standard/site/xdocs/subcomponents/drlvm/DeveloperGuide.html (original) +++ harmony/standard/site/xdocs/subcomponents/drlvm/DeveloperGuide.html Wed Apr 23 05:30:29 2008 @@ -693,8 +693,8 @@ interface from each loading component, and then makes this information available at the initialization stage via interface queries. The component manager also enables instance creation for interfaces. - Currently, only the execution manager uses the component manager - loading scheme. + Currently, only the vm core and the execution manager use the + component manager loading scheme.

    2.4. Package Layout @@ -1562,7 +1562,7 @@ LANG system environment variables to the <Lang>_<Region>.<Variant> locale. You can find a list of localized messages for - a certain locale in the + a specific locale in the <drlvm_trunk>/vm/vmcore/src/init/harmony_<locale_name>.properties message catalogue. For a convenient set of macros for printing internationalized messages, refer to the clog.h, @@ -2128,6 +2128,10 @@

    1. + Gets the component manager instance and registers a new VM + instance in the component manager. +
    2. +
    3. For Linux* platforms, initializes the threading system.
      No actions are performed on Windows* platforms. @@ -2151,9 +2155,6 @@ Initializes the VM global synchronization locks.
    4. - Creates the component manager. -
    5. -
    6. Loads the garbage collector and interpreter libraries.
    7. @@ -3482,6 +3483,7 @@

      +