changeset 82:774a0f349cc0

8007956: Wrong or obsolete system properties in docs/DEVELOPER_README Reviewed-by: attila, jlaskey
author hannesw
date Tue, 12 Feb 2013 13:55:05 +0100
parents abea4ba28901
children d50e1752f59b
files docs/DEVELOPER_README
diffstat 1 files changed, 2 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/docs/DEVELOPER_README	Mon Feb 11 21:26:06 2013 +0530
+++ b/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