mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8215798: Use {@systemProperty} for definition of org.openjdk.java.util.stream.tripwire property
Reviewed-by: lancea
This commit is contained in:
parent
a057c3828c
commit
0359a76b78
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ import java.util.function.LongConsumer;
|
||||||
* }}</pre>
|
* }}</pre>
|
||||||
*
|
*
|
||||||
* @implNote
|
* @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
|
* is set to {@code true} then diagnostic warnings are reported if boxing of
|
||||||
* primitive values occur when operating on primitive subtype specializations.
|
* primitive values occur when operating on primitive subtype specializations.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue