RFR: 8329138: Convert JFR FileForceEvent to static mirror event [v2]
Tim Prinzing
tprinzing at openjdk.org
Mon Apr 1 23:37:21 UTC 2024
> Currently the JFR event FileForceEvent is generated by instrumenting the sun.nio.ch.FileChannelImpl class. This needs to be changed to use the newer mirror events with static methods.
>
> Added the event at jdk.internal.event.FileForceEvent, and changed jdk.jfr.events.FileForceEvent to be a mirror event.
>
> Updated FileChannelImpl to use the jdk internal event static methods, and removed the force() method from FileChannelImplInstrumentor.
>
> Uses the existing tests.
Tim Prinzing has updated the pull request incrementally with one additional commit since the last revision:
Add support for AsynchronousFileChannel.force().
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/18542/files
- new: https://git.openjdk.org/jdk/pull/18542/files/005db0df..8e20527e
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=18542&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=18542&range=00-01
Stats: 124 lines in 5 files changed: 111 ins; 3 del; 10 mod
Patch: https://git.openjdk.org/jdk/pull/18542.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/18542/head:pull/18542
PR: https://git.openjdk.org/jdk/pull/18542
More information about the core-libs-dev
mailing list