-
Bug
-
Resolution: Fixed
-
P3
-
14
-
b32
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8236886 | 15 | Erik Gahlin | P3 | Resolved | Fixed | b06 |
JDK-8237445 | 14.0.1 | Unassigned | P3 | Resolved | Fixed | b01 |
JEP 349: JFR Event Stream introduced two methods to the jdk.jfr.Recording class, setFlushInterval and getFlushInterval. Purpose of the methods were to control the rate at which data are flushed to disk. A higher flush rate means less overhead.
After integration, we have come to the conclusion that the overhead using a value of 1 s is not measurable and the methods don't carry weight to be part of the API. They should therefore be removed.
To minimize changes late in the release, the implementation will be kept, but the access will be changed from public to package private
After integration, we have come to the conclusion that the overhead using a value of 1 s is not measurable and the methods don't carry weight to be part of the API. They should therefore be removed.
To minimize changes late in the release, the implementation will be kept, but the access will be changed from public to package private
- backported by
-
JDK-8236886 Remove jdk.jfr.Recording::setFlushInterval and jdk.jfr.Recording::getFlushInterval
-
- Resolved
-
-
JDK-8237445 Remove jdk.jfr.Recording::setFlushInterval and jdk.jfr.Recording::getFlushInterval
-
- Resolved
-
- csr for
-
JDK-8236265 Remove setFlushInterval and getFlushInterval
-
- Closed
-
- relates to
-
JDK-8237248 Update --release 14 symbol information for JDK 14 b32
-
- Resolved
-