JDK-8215798 : Use {@systemProperty} for org.openjdk.java.util.stream.tripwire system property
  • Type: Bug
  • Component: core-libs
  • Affected Version: 12
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2018-12-21
  • Updated: 2019-04-03
  • Resolved: 2019-01-04
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 13
13 b03Fixed
Related Reports
Relates :  
Description
Need to wrap org.openjdk.java.util.stream.tripwire system property with new {@SystemProperty <name>} tag.
This property is defined in two classes.
java.util.Spliterator
java.util.PrimitiveIterator
we want to wrap only one defining instance of the system property.
Both these classes have similar definitions.
Either one among them needs to be picked or a better definition needs to added.