--- a/nashorn/docs/DEVELOPER_README Fri Jan 04 09:58:33 2013 -0400
+++ b/nashorn/docs/DEVELOPER_README Mon Jan 07 19:31:36 2013 +0100
@@ -13,6 +13,15 @@
This documentation of the system property flags assume that the
default value of the flag is false, unless otherwise specified.
+SYSTEM PROPERTY: -Dnashorn.unstable.relink.threshold=x
+
+This property controls how many call site misses are allowed before a
+callsite is relinked with "apply" semantics to never change again.
+In the case of megamorphic callsites, this is necessary, or the
+program would spend all its time swapping out callsite targets. Dynalink
+has a default value (currently 8 relinks) for this property if it
+is not explicitly set.
+
SYSTEM PROPERTY: -Dnashorn.callsiteaccess.debug