RFR: 8323196: jdk/jfr/api/consumer/filestream/TestOrdered.java failed with "Events are not ordered! Reuse = false"
Erik Gahlin
egahlin at openjdk.org
Thu Jun 20 15:42:20 UTC 2024
Could I have a review of a test fix. Order is only guaranteed within a batch of events (stated by the EventStream class specification). If a recording with multiple segments/batches are created, retry.
Testing: 100 * jdk/jfr/api/consumer/filestream/TestOrdered.java
Thanks
Erik
-------------
Commit messages:
- Initial
Changes: https://git.openjdk.org/jdk/pull/19811/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=19811&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8323196
Stats: 37 lines in 1 file changed: 16 ins; 0 del; 21 mod
Patch: https://git.openjdk.org/jdk/pull/19811.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/19811/head:pull/19811
PR: https://git.openjdk.org/jdk/pull/19811
More information about the hotspot-jfr-dev
mailing list