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

Chen Liang liach at openjdk.org
Fri May 3 12:00:02 UTC 2024


On Fri, 17 Mar 2023 08:21:43 GMT, Chen Liang <liach at openjdk.org> wrote:

> 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.

This pull request has now been integrated.

Changeset: 1f6d38f7
Author:    Chen Liang <liach at openjdk.org>
Committer: Adam Sotona <asotona at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/1f6d38f7a63c6cb429953c5e9bb0b9f365bfcabe
Stats:     297 lines in 5 files changed: 86 ins; 121 del; 90 mod

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

Reviewed-by: asotona

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

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


More information about the hotspot-jfr-dev mailing list