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

Chen Liang liach at openjdk.org
Fri Mar 17 08:31:36 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.

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

Commit messages:
 - Convert jdk.jfr tests to ASM

Changes: https://git.openjdk.org/jdk/pull/13072/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13072&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8294978
  Stats: 283 lines in 5 files changed: 75 ins; 108 del; 100 mod
  Patch: https://git.openjdk.org/jdk/pull/13072.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/13072/head:pull/13072

PR: https://git.openjdk.org/jdk/pull/13072


More information about the hotspot-jfr-dev mailing list