RFR: 8286015 JFR: Remove jfr.save.generated.asm
Markus Grönlund
mgronlun at openjdk.java.net
Tue May 10 21:12:48 UTC 2022
On Tue, 10 May 2022 17:59:58 GMT, Erik Gahlin <egahlin at openjdk.org> wrote:
> Could I have a review of a fix that removes the jfr.save.generated.asm property.
>
> It was a developer property that could be set to write generated JFR .class files to disk. The mechanism doesn't work due to a bug, but nobody has noticed it for years. For debugging JFR bytecode generation, it's much more convenient to use -Xlog:jfr+system+bytecode=trace to print ASM to standard output.
>
> Testing: jdk/jdk/jfr
>
> Thanks
> Erik
Looks good.
-------------
Marked as reviewed by mgronlun (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/8637
More information about the hotspot-jfr-dev
mailing list