When event streaming was implemented in JDK 14, there was an idea that a flush could occur every time a jdk.CheckPoint (id=1) event was read from disk. This was never fully implemented, and there are no jdk.CheckPoint events in the stream. Nevertheless, the mechanism to look for them in the dispatcher still exists and should be removed.
- links to
-
Commit(master)
openjdk/jdk/16681623
-
Review(master)
openjdk/jdk/27733