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

Chen Liang liach at openjdk.org
Wed Jun 14 12:40:03 UTC 2023


On Tue, 21 Mar 2023 21:44:24 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.
>
> 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

I plan to update this after Classfile context object update.

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

PR Comment: https://git.openjdk.org/jdk/pull/13072#issuecomment-1591111146


More information about the hotspot-jfr-dev mailing list