8007956: Wrong or obsolete system properties in docs/DEVELOPER_README
authorhannesw
Tue, 12 Feb 2013 13:55:05 +0100
changeset 16227 1bafb74d17b2
parent 16226 0e4f37e6cc40
child 16228 df28320aa080
8007956: Wrong or obsolete system properties in docs/DEVELOPER_README Reviewed-by: attila, jlaskey
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