# HG changeset patch # User hannesw # Date 1360673705 -3600 # Node ID 1bafb74d17b274469085dad757b5f8e52a7aef39 # Parent 0e4f37e6cc40d5c850b9447e9dd7cfe80afa7310 8007956: Wrong or obsolete system properties in docs/DEVELOPER_README Reviewed-by: attila, jlaskey diff -r 0e4f37e6cc40 -r 1bafb74d17b2 nashorn/docs/DEVELOPER_README --- a/nashorn/docs/DEVELOPER_README Mon Feb 11 21:26:06 2013 +0530 +++ b/nashorn/docs/DEVELOPER_README Tue Feb 12 13:55:05 2013 +0100 @@ -23,20 +23,14 @@ is not explicitly set. -SYSTEM PROPERTY: -Dnashorn.compiler.split.threshold=x +SYSTEM PROPERTY: -Dnashorn.compiler.splitter.threshold=x This will change the node weight that requires a subgraph of the IR to be split into several classes in order not to run out of bytecode space. The default value is 0x8000 (32768). -SYSTEM PROPERTY: -Dnashorn.callsiteaccess.debug - -See the description of the access logger below. This flag is -equivalent to enabling the access logger with "info" level. - - -SYSTEM PROPERTY: -Dnashorn.compiler.intarithmetic +SYSTEM PROPERTY: -Dnashorn.compiler.intarithmetic Arithmetic operations in Nashorn (except bitwise ones) typically coerce the operands to doubles (as per the JavaScript spec). To switch