RFR: 8294978: Convert 5 test/jdk/jdk/jfr tests from ASM library to Classfile API [v2]

Chen Liang liach at openjdk.org
Tue Mar 21 21:44:24 UTC 2023


> 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 three additional commits since the last revision:

 - Utilize newly added constants
 - Merge branch 'master' into 8294978
 - Convert jdk.jfr tests to ASM

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/13072/files
  - new: https://git.openjdk.org/jdk/pull/13072/files/ba1057e0..882f4728

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=13072&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=13072&range=00-01

  Stats: 8548 lines in 376 files changed: 5692 ins; 1801 del; 1055 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