8215798: Use {@systemProperty} for definition of org.openjdk.java.util.stream.tripwire property

Reviewed-by: lancea
This commit is contained in:
Roger Riggs 2019-01-04 12:30:20 -05:00
parent a057c3828c
commit 0359a76b78

View File

@ -284,7 +284,7 @@ import java.util.function.LongConsumer;
* }}</pre>
*
* @implNote
* If the boolean system property {@code org.openjdk.java.util.stream.tripwire}
* If the boolean system property {@systemProperty org.openjdk.java.util.stream.tripwire}
* is set to {@code true} then diagnostic warnings are reported if boxing of
* primitive values occur when operating on primitive subtype specializations.
*