Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 47295 invoked from network); 28 Jun 2007 10:49:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Jun 2007 10:49:58 -0000 Received: (qmail 38742 invoked by uid 500); 28 Jun 2007 10:50:01 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 38693 invoked by uid 500); 28 Jun 2007 10:50:00 -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 38632 invoked by uid 99); 28 Jun 2007 10:50:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jun 2007 03:50:00 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME 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; Thu, 28 Jun 2007 03:49:54 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 1F99A1A981A; Thu, 28 Jun 2007 03:49:34 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r551527 [1/3] - in /harmony/standard/site: docs/ docs/documentation/ docs/subcomponents/drlvm/ xdocs/ xdocs/stylesheets/ Date: Thu, 28 Jun 2007 10:49:32 -0000 To: commits@harmony.apache.org From: nadinem@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070628104934.1F99A1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nadinem Date: Thu Jun 28 03:49:31 2007 New Revision: 551527 URL: http://svn.apache.org/viewvc?view=rev&rev=551527 Log: changed TR/TD elements to show class & width correctly; changed to bleaker colors in table bkgrd; patching all pages with tables Modified: harmony/standard/site/docs/cmd_options.html harmony/standard/site/docs/documentation/conventions.html harmony/standard/site/docs/quickhelp_contributors.html harmony/standard/site/docs/quickhelp_users.html harmony/standard/site/docs/roadmap.html harmony/standard/site/docs/site.css harmony/standard/site/docs/sitemap.html harmony/standard/site/docs/snapshots_v5.html harmony/standard/site/docs/subcomponents/drlvm/JVMTI-PopFrame.html harmony/standard/site/docs/subcomponents/drlvm/emguide.html harmony/standard/site/docs/subcomponents/drlvm/encoder_library.html harmony/standard/site/xdocs/cmd_options.xml harmony/standard/site/xdocs/quickhelp_users.xml harmony/standard/site/xdocs/site.css harmony/standard/site/xdocs/sitemap.xml harmony/standard/site/xdocs/stylesheets/site.vsl Modified: harmony/standard/site/docs/cmd_options.html URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/cmd_options.html?view=diff&rev=551527&r1=551526&r2=551527 ============================================================================== --- harmony/standard/site/docs/cmd_options.html (original) +++ harmony/standard/site/docs/cmd_options.html Thu Jun 28 03:49:31 2007 @@ -175,17 +175,17 @@

Harmony JRE Command-Line Options

-

- This document provides information on command-line options supported by the DRL virtual machine (DRLVM), - including component-specific options and properties that can be used during code development and issue evaluation. +

+ This document provides information on command-line options supported by the DRL virtual machine (DRLVM), + including component-specific options and properties that can be used during code development and issue evaluation.

Standard JRE Options

-

- To get the list of standard JRE options, run DRLVM with the -help option: +

+ To get the list of standard JRE options, run DRLVM with the -help option:

java -help
@@ -194,8 +194,8 @@ Non-standard JRE Options -

- To get the list of non-standard JRE options supported by this virtual machine, run DRLVM with the -X option: +

+ To get the list of non-standard JRE options supported by this virtual machine, run DRLVM with the -X option:

java -X
@@ -204,135 +204,135 @@ Component-specific Options and Properties -

- - - (since revision r549299, (Jun 21 2007)) - - - +

+ + + (since revision r549299, (Jun 21 2007)) + + +

VM Core (vm/vmcore)

- - - - - - - - - - - - - - @@ -340,249 +340,250 @@

Execution Manager (vm/em)

- - Options - + + + Options + - - Comments + + + Comments
+ - - - - -XX:-vm.assert_dialog - - + + + + -XX:-vm.assert_dialog + + + - - Prevents assertion failures from popping up a dialog box + + Prevents assertion failures from popping up a dialog box
+ - - - - -XX:+vm.crash_handler - - + + + + -XX:+vm.crash_handler + + + - - Invokes the gdb debugger on crashes (POSIX only) - + + Invokes the gdb debugger on crashes (POSIX only) +
+ - - - - -XX:-vm.finalize - - + + + + -XX:-vm.finalize + + + - - Disables finalization subsystem, that is, prevents starting finalization threads and ignores finalization requests from the GC + + Disables finalization subsystem, that is, prevents starting finalization threads and ignores finalization requests from the GC
+ - - - -XX:+vm.jvmti_compiled_method_load_inlined - - - + + + -XX:+vm.jvmti_compiled_method_load_inlined + + + + - - Reports inlined methods with JVMTI_EVENT_COMPILED_METHOD_LOAD; relevant for the optimizing JIT compiler + + Reports inlined methods with JVMTI_EVENT_COMPILED_METHOD_LOAD; relevant for the optimizing JIT compiler
+ - - - - -XX:+vm_bootclasspath_appendclasspath - - + + + + -XX:+vm_bootclasspath_appendclasspath + + + - - Appends classpath to the bootclasspath + + Appends classpath to the bootclasspath
+ - - - - -XX:vm.dlls=<list> - - + + + + -XX:vm.dlls=<list> + + + - - A PATH_SEPARATOR-delimited list of modular dynamic libraries (GC/etc.) to load at startup + + A PATH_SEPARATOR-delimited list of modular dynamic libraries (GC/etc.) to load at startup
- - - - - - - - - - - - - - - - - - - - - - - - @@ -590,156 +591,156 @@

JIT Compiler (vm/jitrino)

- - - Options - + + + + Options + - - Comments + + + Comments
+ - - - - -Xtrace:em - - - + + + + -Xtrace:em + + + + - - - Prints method compilation events to stdout to detect the method that failed to compile (not an EM option, but very informative for EM behavior); -
Available in the debug build only - + + + Prints method compilation events to stdout to detect the method that failed to compile (not an EM option, but very informative for EM behavior); +
Available in the debug build only +
+ - - - - - -Xtrace:em.JIT_NAME=<name> - - - - + + + + + -Xtrace:em.JIT_NAME=<name> + + + + + - - Enables EM output only for a JIT with specified name. - - + + Enables EM output only for a JIT with specified name. + +
+ - - - - -Xem:<config> - - + + + + -Xem:<config> + + + - - Specifies the Execution Manager configuration file to use; choose one of the predefined files - (client, server, opt, jet) or specify your own - + + Specifies the Execution Manager configuration file to use; choose one of the predefined files + (client, server, opt, jet) +
or specify your own +
+ - - - - - -Xem:client - - + + + + + -Xem:client + + + - - Sets the optimization sequence for client applications; -
The default EM configuration + + Sets the optimization sequence for client applications; +
The default EM configuration
+ - - - - - -Xem:server - - - + + + + + -Xem:server + + + + - - - Sets the optimization sequence for server applications: the server mode execution - analogous to - java -server - in HotSpot) - + + + Sets the optimization sequence for server applications: the server mode execution + analogous to + java -server + in HotSpot) +
+ - - - - - -Xem:jet - - - + + + + + -Xem:jet + + + + - - Configures VM to use only the fast-compiling non-optimizing JIT Jitrino.JET + + Configures VM to use only the fast-compiling non-optimizing JIT Jitrino.JET
+ - - - - - -Xem:opt - - + + + + + -Xem:opt + + + - - Configures VM to use only the aggressively optimizing JIT compiler Jitrino.OPT + + Configures VM to use only the aggressively optimizing JIT compiler Jitrino.OPT
+ - - - - - - -XX:em.dll=<dll> - - - + + + + + + -XX:em.dll=<dll> + + + + - - Use to specify DRLVM-execution manager (EM) dll to load at startup. + + Use to specify DRLVM-execution manager (EM) dll to load at startup.
+ - - - - - - -XX:em.jitPath=<path> - - - + + + + + + -XX:em.jitPath=<path> + + + + - - Use to override the default path for all JIT dlls in EM.conf with path. + + Use to override the default path for all JIT dlls in EM.conf with path.
+ - - - - - - -XX:em.JIT_NAME.jitPath=<path> - - - + + + + + + -XX:em.JIT_NAME.jitPath=<path> + + + + - - Use to override the default path for JIT_NAME JIT dll in EM.conf with path. + + Use to override the default path for JIT_NAME JIT dll in EM.conf with path.
+ - - - - - - -XX:em.properties=<path> - - - + + + + + + -XX:em.properties=<path> + + + + - - Sets up a path to em configuration file to use. + + Sets up a path to em configuration file to use.
- - - - - - - - - - - - - - - - @@ -747,144 +748,144 @@

GCv5 (vm/gc_gen)

- - - Options - + + + + Options + - - Comments + + + Comments
+ - - - - -XX:jit.arg.log=<log_type> - - + + + + -XX:jit.arg.log=<log_type> + + + - - Enables compilation logging for the Jitrino.OPT JIT compiler; -
<log_type> is a comma-separated list of the logging types to enable (see below the examples) - + + Enables compilation logging for the Jitrino.OPT JIT compiler; +
<log_type> is a comma-separated list of the logging types to enable (see below the examples) +
+ - - - - -XX:jit.arg.log=rt - - + + + + -XX:jit.arg.log=rt + + + - - Turns ON all run-time logging + + Turns ON all run-time logging
+ - - - - - -XX:jit.arg.log=ct,dbg - - + + + + + -XX:jit.arg.log=ct,dbg + + + - - Turns ON compile-time logging and debug information + + Turns ON compile-time logging and debug information
+ - - - - -XX:jit.arg.log=ct,irdump,dotdump,info - - - + + + + -XX:jit.arg.log=ct,irdump,dotdump,info + + + + - - Turns ON full compile-time logging for Jitrino; -
WARNING: takes much disk space + + Turns ON full compile-time logging for Jitrino; +
WARNING: takes much disk space
+ - - - - -XX:jit.p.filter=.main -XX:jit.p.arg.log=ct,irdump,dotdump - - + + + + -XX:jit.p.filter=.main -XX:jit.p.arg.log=ct,irdump,dotdump + + + - - - Turns ON compile-time logging for methods with names starting with main - - + + + Turns ON compile-time logging for methods with names starting with main + +
+ - - - - -XX:jit.p.filter=java/lang/Math. -XX:jit.p.arg.log=ct,irdump,dotdump - - + + + + -XX:jit.p.filter=java/lang/Math. -XX:jit.p.arg.log=ct,irdump,dotdump + + + - - Turns ON logging for all methods of a single class + + Turns ON logging for all methods of a single class
+ - - - - - -XX:jit.arg.codegen.iprof=on - - + + + + + -XX:jit.arg.codegen.iprof=on + + + - - - Enables internal profiler dumps iprof.stat in Jitrino.OPT; -
- Requires iprof.cfg - - + + + Enables internal profiler dumps iprof.stat in Jitrino.OPT; +
+ Requires iprof.cfg + +
- - - - - - - - - - - - - - - - @@ -892,176 +893,176 @@

GCv41 (vm/gc_cc)

- - - Options + + + + Options - - Comments + + + Comments
+ - - - - -XX:gc.nos_size=N - - + + + + -XX:gc.nos_size=N + + + - - Specifies a fixed size for NOS (nursery object space or young generation) + + Specifies a fixed size for NOS (nursery object space or young generation)
+ - - - - -XX:gc.num_collectors=N - - + + + + -XX:gc.num_collectors=N + + + - - - Specifies the number of collectors used for collections for parallel collection + + + Specifies the number of collectors used for collections for parallel collection
+ - - - - -XX:+gc.use_large_page - - + + + + -XX:+gc.use_large_page + + + - - Turns ON large page support of the platform + + Turns ON large page support of the platform
+ - - - - -XX:+gc.verify - - - + + + + -XX:+gc.verify + + + + - - Turns ON GC verifier for GC debugging, type to see available options + + Turns ON GC verifier for GC debugging, type to see available options
+ - - - - -XX:+gc.force_major_collect - - + + + + -XX:+gc.force_major_collect + + + - - Forces every collection to be full heap collection (i.e., no minor collections) + + Forces every collection to be full heap collection (i.e., no minor collections)
+ - - - - -XX:+gc.ignore_finref - - + + + + -XX:+gc.ignore_finref + + + - - Disables processing of finalizer and weak references + + Disables processing of finalizer and weak references
+ - - - - -XX:-gc.heap_iteration - - + + + + -XX:-gc.heap_iteration + + + - - Disables JVMTI functionality of heap iteration - + + Disables JVMTI functionality of heap iteration +
- - - - - - - - - - - - - - - - - - Modified: harmony/standard/site/docs/documentation/conventions.html URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/documentation/conventions.html?view=diff&rev=551527&r1=551526&r2=551527 ============================================================================== --- harmony/standard/site/docs/documentation/conventions.html (original) +++ harmony/standard/site/docs/documentation/conventions.html Thu Jun 28 03:49:31 2007 @@ -178,90 +178,90 @@

The DRL (dynamic run-time layer) documentation set uses the following conventions.

- - - Options + + + Options - - Comments + + + Comments
+ - - - - -verbose:gc - - + + + + -verbose:gc + + + - - Enables init messages from GC and information about GC pauses + + Enables init messages from GC and information about GC pauses
+ - - - - -XX:-gc.adaptive=0 - - - + + + + -XX:-gc.adaptive=0 + + + + - - Disables adaptive selection between GC algorithms: copying and sliding compaction + + Disables adaptive selection between GC algorithms: copying and sliding compaction
+ - - - - -XX:gc.type=N - - + + + + -XX:gc.type=N + + + - - - Specifies the number of the GC algorithm to use (use together with -Dgc.adaptive=0); -
Available algorithms: 1.copying + fallback to sliding compaction; 2.full collection using sliding compaction; 3.sliding compaction - - + + + Specifies the number of the GC algorithm to use (use together with -Dgc.adaptive=0); +
Available algorithms: 1.copying + fallback to sliding compaction; 2.full collection using sliding compaction; 3.sliding compaction + +
+ - - - - -XX:+gc.heap_iteration=1 - - + + + + -XX:+gc.heap_iteration=1 + + + - - - Enables heap iteration support needed for using the JVMTI function IterateOverHeap - + + + Enables heap iteration support needed for using the JVMTI function IterateOverHeap +
+ - - - - -XX:+gc.ignore_finalizers=1 - - - + + + + -XX:+gc.ignore_finalizers=1 + + + + - - Ignores finalizable objects, that is, stops tracking reachability of finalizable object, does not revive them or pass revived objects to VM for finalization + + Ignores finalizable objects, that is, stops tracking reachability of finalizable object, +
does not revive them or pass revived objects to VM for finalization
+ - - - - -XX:+gc.lp=1 - - + + + + -XX:+gc.lp=1 + + + - - - On Windows, enables (1) or disables (0) using large pages for more effective TLB utilization; -
Use -verbose:gc.lp for more diagnostics - - + + + On Windows, enables (1) or disables (0) using large pages for more effective TLB utilization; +
Use -verbose:gc.lp for more diagnostics + +
+ - - - - -XX:gc.lp=/mnt/huge - - + + + + -XX:gc.lp=/mnt/huge + + + - - - On Linux, enables (1) or disables (0) using large pages for more effective TLB utilization; huge pages are allocated with the mmap method. -
Specify the mount point where hugetlbfs is mounted. Use -verbose:gc.lp for more diagnostics - - + + + On Linux, enables (1) or disables (0) using large pages for more effective TLB utilization; huge pages are allocated with the mmap method. +
Specify the mount point where hugetlbfs is mounted. Use -verbose:gc.lp for more diagnostics + +
+ - - - - -XX:+gc.remember_root_set=1 - - + + + + -XX:+gc.remember_root_set=1 + + + - - Enables a root-set caching mode; -
By default, the copying collector starts evacuating objects as soon as it starts receiving roots during root set enumeration. This option disables immediate evacuation and ensures no objects are moved until the root-set enumeration is complete + + Enables a root-set caching mode; +
By default, the copying collector starts evacuating objects as soon as it starts receiving roots during root set enumeration. This option disables immediate evacuation and ensures no objects are moved until the root-set enumeration is complete
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+ Convention + Explanation + Example
+ monospace + Filenames + ippsapi.h
+ monospace + Directory names and pathnames + \alt\include
+ monospace + Commands and command-line options + ecl -O2
+ monospace + Function names, methods, classes, data structures in running text + Use the okCreateObjs function to ...
+ monospace + Parameters or other placeholders + ippiMalloc(int widthPixels, ...)
int* pStepBytes
+ @@ -269,11 +269,11 @@ + User input + @@ -283,17 +283,17 @@
+ italics + Emphasis; introducing or defining terms + The term access takes as its subject ... @@ -301,15 +301,15 @@
+ [ ] + Optional items + -Fa[c] Indicates these command-line @@ -318,18 +318,18 @@
+ { | } + Choice of one item from a selection of two or more items. + -aX{K | W | P} Indicates these command-line Modified: harmony/standard/site/docs/quickhelp_contributors.html URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/quickhelp_contributors.html?view=diff&rev=551527&r1=551526&r2=551527 ============================================================================== --- harmony/standard/site/docs/quickhelp_contributors.html (original) +++ harmony/standard/site/docs/quickhelp_contributors.html Thu Jun 28 03:49:31 2007 @@ -226,19 +226,19 @@

- - - -
+ On Windows + On Linux
+
    @@ -258,7 +258,7 @@
+
    Modified: harmony/standard/site/docs/quickhelp_users.html URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/quickhelp_users.html?view=diff&rev=551527&r1=551526&r2=551527 ============================================================================== --- harmony/standard/site/docs/quickhelp_users.html (original) +++ harmony/standard/site/docs/quickhelp_users.html Thu Jun 28 03:49:31 2007 @@ -305,6 +305,9 @@

    $ java Foo
     $ java -jar myjar.jar
    +

    In addition to standard options, you can use custom + command-line options + to adjust operation of the VM.

    Back to top

    Modified: harmony/standard/site/docs/roadmap.html URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/roadmap.html?view=diff&rev=551527&r1=551526&r2=551527 ============================================================================== --- harmony/standard/site/docs/roadmap.html (original) +++ harmony/standard/site/docs/roadmap.html Thu Jun 28 03:49:31 2007 @@ -594,209 +594,209 @@

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Modified: harmony/standard/site/docs/site.css URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/site.css?view=diff&rev=551527&r1=551526&r2=551527 ============================================================================== --- harmony/standard/site/docs/site.css (original) +++ harmony/standard/site/docs/site.css Thu Jun 28 03:49:31 2007 @@ -111,13 +111,13 @@ td.TableCell { vertical-align: top; text-align: left; - background-color: #a0ddf0; + background-color: #CCEEF8; } td.OddRowCell { vertical-align: top; text-align: left; - background-color: #a0ddb0; + background-color: #CCFFCC; } th.TableHeading { Modified: harmony/standard/site/docs/sitemap.html URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/sitemap.html?view=diff&rev=551527&r1=551526&r2=551527 ============================================================================== --- harmony/standard/site/docs/sitemap.html (original) +++ harmony/standard/site/docs/sitemap.html Thu Jun 28 03:49:31 2007 @@ -250,6 +250,9 @@ Project Downloads - you can find all project downloads here, such as snapshot builds and Subversion +
    Snapshots for 1.5.0 - + you can download stable pre-built snapshots of JRE, JDK, HDK for + the specific platform using the source code revision and test results

    FAQ - frequently asked questions

    +   + Windows 2000 + Windows
    XP, 2003, Vista
    + Linux
    RHEL, SLES, Debian, Gentoo, Ubuntu, Fedora
    + FreeBSD + AIX + OS X
    + IA32
    (Pentuim III or better)
    + ? + + + + + ? +   +  
    + x86_64
    (EM64T, AMD64)
    +   + + + + +   +   +  
    + Itanium
    (IA64, IPF)
    +   + ? + + +   +   +  
    + PPC32 +   +   + ? +   +   +  
    + PPC64 +   +   + ? +   + ? +  
    + zSeries (31 bit) +   +   + ? +   +   +