Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8298508 | 21 | Erik Gahlin | P4 | Resolved | Fixed | b02 |
The test jdk/jfr/api/consumer/recordingstream/TestClose.java times out intermittently, but the thread dump looks fine. One possibility is that the onEvent action is never registered. It would be good to verify that the registration mechanism works properly. This can be done by logging with -Xlog:jfr+streaming+system=trace
- backported by
-
JDK-8298508 JFR: Add logging to TestClose.java
- Resolved