Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 62884 invoked from network); 22 Jun 2007 15:54:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jun 2007 15:54:15 -0000 Received: (qmail 45909 invoked by uid 500); 22 Jun 2007 15:54:18 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 45882 invoked by uid 500); 22 Jun 2007 15:54:18 -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 45873 invoked by uid 99); 22 Jun 2007 15:54:18 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jun 2007 08:54:18 -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; Fri, 22 Jun 2007 08:54:14 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 0C83A1A981A; Fri, 22 Jun 2007 08:53:54 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r549855 - in /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init: harmony.properties parse_arguments.cpp Date: Fri, 22 Jun 2007 15:53:53 -0000 To: commits@harmony.apache.org From: gshimansky@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070622155354.0C83A1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gshimansky Date: Fri Jun 22 08:53:53 2007 New Revision: 549855 URL: http://svn.apache.org/viewvc?view=rev&rev=549855 Log: Applied HARMONY-3409 [drlvm][init] help on 'internal system property' should be available from command line Modified: harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/harmony.properties harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/parse_arguments.cpp Modified: harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/harmony.properties URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/harmony.properties?view=diff&rev=549855&r1=549854&r2=549855 ============================================================================== --- harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/harmony.properties (original) +++ harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/harmony.properties Fri Jun 22 08:53:53 2007 @@ -36,14 +36,11 @@ ECHO018=WARNING: Incorrect {0} gc size specified, using default ECHO019=WARNING: max heap size is too large, reduced to {0} Mb ECHO020=WARNING: min heap size reduced to {0} Mb -ECHO021=Usage: {0} [-options] class [args...]\n (to execute a method main() of the class)\n or {0} [-options] -jar jarfile [args...]\n (to execute the jar file)\n\nwhere options include:\n -classpath \n -cp \n A '{1}' separated list of directories, jar archives,\n and zip archives to search for class file\n -D=\n set a system property\n -showversion print product version and continue\n -version print product version and exit\n -verbose[:class|:gc|:jni]\n enable verbose output\n -agentlib:[=]\n load JVMTI agent library, library name is platform independent\n -agentpath:[=...|:]\n -ea[:...|:]\n enable assertions\n -disableassertions[:...|:]\n -da[:...|:]\n disable assertions\n -esa | -enablesystemassertions\n enable system assertions\n -dsa | -disablesystemassertions\n disable system assertions\n -? -help print this help message\n -help properties\n help on system properties\n -X print help on non-standard options -ECHO022=\ -Xbootclasspath:\n Set bootclasspath to the specified value\n -Xbootclasspath/a:\n Append specified directories and files to bootclasspath\n -Xbootclasspath/p:\n Prepend specified directories and files to bootclasspath\n -Xjit \n Specify JIT specific options\n -Xms\n Set Java heap size\n -Xmx\n Set maximum Java heap size\n -Xss\n Set initial stack size\n -Xdebug\n Does nothing, this is a compatibility option\n -Xnoagent\n Does nothing, this is a compatibility option\n -Xrun\n Specify debugger agent library\n -Xverbose[:[:]\n Switch logging on [for specified category only\n [and log that category to a file]]\n -Xwarn[:[:]\n Switch verbose logging off [for specified category only\n [and log that category to a file]]\n -Xverboseconf:\n Set up logging via log4cxx configuration file\n -Xverboselog:\n Log verbose output to a file\n -Xverify[:none|all]\n Do full bytecode verification\n -Xinvisible\n Retain invisible annotations at runtime\n -Xfileline\n Add source information to logging messages\n -Xthread\n Add thread id to logging messages\n -Xcategory\n Add category name to logging messages\n -Xtimestamp\n Add timestamp to logging messages\n -Xfunction\n Add function signature to logging messages +ECHO021=Usage: {0} [-options] class [args...]\n (to execute a method main() of the class)\n or {0} [-options] -jar jarfile [args...]\n (to execute the jar file)\n\nwhere options include:\n -classpath \n -cp \n A '{1}' separated list of directories, jar archives,\n and zip archives to search for class file\n -client select the 'client' VM (same as -Xem:client)\n -server select the 'server' VM (same as -Xem:server)\n -D=\n set a system property\n -showversion print product version and continue\n -version print product version and exit\n -verbose[:class|:gc|:jni]\n enable verbose output\n -agentlib:[=]\n load JVMTI agent library, library name is platform independent\n -agentpath:< library name>[=...|:]\n -ea[:...|:]\n enable assertions\n -disableassertions[:...|:]\n -da[:...|:]\n disable assertions\n -esa | -enablesystemassertions\n enable system assertions\n -dsa | -disablesystemassertions\n disable system assertions\n -? -help -h print this help message\n -X print help on non-standard options +ECHO022=\ -Xbootclasspath:\n Set bootclasspath to the specified value\n -Xbootclasspath/a:\n Append specified directories and files to bootclasspath\n -Xbootclasspath/p:\n Prepend specified directories and files to bootclasspath\n -Xms\n Set Java heap size\n -Xmx\n Set maximum Java heap size\n -Xss\n Set initial stack size\n -Xdebug\n Does nothing, this is a compatibility option\n -Xnoagent\n Does nothing, this is a compatibility option\n -Xrun\n Specify debugger agent library\n -Xverbose[:[:]\n Switch logging on [for specified category only\n [and log that category to a file]]\n -Xwarn[:[:]\n Switch verbose logging off [for specified category only\n [and log that category to a file]]\n -Xverboseconf: \n Set up logging via log4cxx configuration file\n -Xverboselog:\n Log verbose output to a file\n -Xverify[:none|all]\n Do full bytecode verification\n -Xinvisible\n Retain invisible annotations at runtime\n -Xfileline\n Add source information to logging messages\n -Xthread\n Add thread id to logging messages\n -Xcategory\n Add category name to logging messages\n -Xtimestamp\n Add timestamp to logging messages\n -Xfunction\n Add function signature to logging messages ECHO023=\ -Xlog[:[:]\n Switch debug logging on [for specified category only\n [and log that category to a file]]\n -Xtrace[:[:]\n Switch trace logging on [for specified category only\n [and log that category to a file]] ECHO024=\ -Xstats:\n Generates different statistics -ECHO025=\ -Xint\n Use interpreter to execute the program\n -Xgc:\n Specify gc specific options\n -Xem:\n Specify em specific options\n -Xdumpstubs\n Writes stubs generated by LIL to disk\n -Xparallel_jit\n Launch compilation in parallel (default)\n -Xno_parallel_jit\n Do not launch compilation in parallel\n -Xdumpfile:\n Specifies a file name for the dump\n -XX:=\n set an internal system property -ECHO026=Boolean-valued properties (set to one of {on,true,1,off,false,0} through -XD=):\n\n vm.assert_dialog (default TRUE):\n If false, prevent assertion failures from popping up a dialog box. -ECHO027=\ vm.crash_handler (default FALSE):\n Invoke gdb on crashes. -ECHO028=\ vm.finalize (default TRUE):\n Run finalizers.\n vm.jit_may_inline_sync (default TRUE):\n The JIT is allowed to inline part of the synchronization sequence.\n vm.use_interpreter (default FALSE):\n Use interpreter not jit.\n vm.use_verifier (default TRUE):\n Use verifier.\n vm.jvmti.enabled (default FALSE):\n Whether JVMTI mode is enabled.\n vm.jvmti.compiled_method_load.inlined (default FALSE):\n Report inlined methods with JVMTI_EVENT_COMPILED_METHOD_LOAD. Makes sense for optimizing jit.\n vm.bootclasspath.appendclasspath (default FALSE):\n Append classpath to the bootclasspath.\n\nOther properties:\n\n vm.boot.library.path:\n List of directories which contain additional dynamic libraries to load into VM.\n vm.boot.class.path:\n Virtual machine bootclasspath.\n vm.dlls:\n A '{0}'-delimited list of modular dlls (GC/etc.) to load at startup.\n vm.em_dll:\n A '{0}'-execution manager (EM) dll to load at startup.\n vm.other_natives_dlls:\n A '{0}'-delimited list of dlls contained native methods implementations to load at startup.\n vm.components..classpath:\n Part of a 's classpath to append to the JDK booclasspath\n vm.components..startupclass:\n A class to be initialized during startup +ECHO025=\ -Xint\n Use interpreter to execute the program\n -Xgc:\n Specify gc specific options\n -Xem:\n Specify em specific options\n -Xdumpstubs\n Writes stubs generated by LIL to disk\n -Xparallel_jit\n Launch compilation in parallel (default)\n -Xno_parallel_jit\n Do not launch compilation in parallel\n -Xdumpfile:\n Specifies a file name for the dump\n -XX:=\n set an internal system property\n Boolean options may be turned on with -XX:+