docs/DEVELOPER_README

changeset 147
43e40c08e7f8
parent 115
e42fd1640ff9
child 526
eb7b8340ce3a
     1.1 --- a/docs/DEVELOPER_README	Mon Mar 25 18:20:16 2013 +0530
     1.2 +++ b/docs/DEVELOPER_README	Tue Mar 26 08:42:35 2013 +0100
     1.3 @@ -13,6 +13,17 @@
     1.4  This documentation of the system property flags assume that the
     1.5  default value of the flag is false, unless otherwise specified.
     1.6  
     1.7 +SYSTEM PROPERTY: -Dnashorn.args=<string>
     1.8 +
     1.9 +This property takes as its value a space separated list of Nashorn
    1.10 +command line options that should be passed to Nashorn. This might be useful 
    1.11 +in environments where it is hard to tell how a nashorn.jar is launched.
    1.12 +
    1.13 +Example:
    1.14 +
    1.15 +> java -Dnashorn.args="--lazy-complation --log=compiler" large-java-app-with-nashorn.jar 
    1.16 +> ant -Dnashorn.args="--log=codegen" antjob
    1.17 +
    1.18  SYSTEM PROPERTY: -Dnashorn.unstable.relink.threshold=x
    1.19  
    1.20  This property controls how many call site misses are allowed before a 

mercurial