RFR: 8294978: Convert 5 test/jdk/jdk/jfr tests from ASM library to Classfile API [v7]
Chen Liang
liach at openjdk.org
Fri May 3 01:10:13 UTC 2024
> Converted these tests to Classfile API and some of the constants to Constant API. InstrumentationCallback.callback wasn't changed to a record since I cannot figure out how to ship a nested record class with InstrumentationCallback in a jar.
Chen Liang has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 13 additional commits since the last revision:
- Merge branch 'master' of https://github.com/openjdk/jdk into 8294978
- New CodeBuilder APIs and copyright year
- Merge branch 'master' of https://github.com/openjdk/jdk into 8294978
- Merge branch 'master' into 8294978
- Fix preview argument in in-code launcher
- Merge branch 'master' into 8294978
- Update to preview CF API
- Merge branch 'master' into 8294978
- Classfile object update
- Merge branch 'master' into 8294978
- ... and 3 more: https://git.openjdk.org/jdk/compare/17d86fe5...a6bf4e9a
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/13072/files
- new: https://git.openjdk.org/jdk/pull/13072/files/851678f4..a6bf4e9a
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=13072&range=06
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=13072&range=05-06
Stats: 110 lines in 5 files changed: 101 ins; 0 del; 9 mod
Patch: https://git.openjdk.org/jdk/pull/13072.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/13072/head:pull/13072
PR: https://git.openjdk.org/jdk/pull/13072
More information about the hotspot-jfr-dev
mailing list