[jdk20] RFR: 8298162: Test PrintClasses hits assert when run with code that retransform classes [v2]

Markus Grönlund mgronlun at openjdk.org
Tue Dec 20 13:47:51 UTC 2022


On Tue, 20 Dec 2022 05:12:26 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Only the actual jdk/jdk/jfr tests have @key jfr.
>
> Right - that is where I saw it. I don't know the significance of it.

The "@key jfr" was originally a means to disallow additional parameters from being passed onto a test from the outside, externally. We have marked our JFR tests with this key to disallow external parameters because most tests are sensitive.

I think in this case you would not need "@key jfr".

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

PR: https://git.openjdk.org/jdk20/pull/57


More information about the hotspot-runtime-dev mailing list