RFR: 8281243: Test java/lang/instrument/RetransformWithMethodParametersTest.java is failing

Alex Menkov amenkov at openjdk.java.net
Mon Feb 7 09:12:12 UTC 2022


On Fri, 4 Feb 2022 18:17:33 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:

> Thumbs up on the changes.
> 
> However, there's no details on how this fix was tested. Please clarify. So far this test failure has been seen intermittently in Tier3.

Failure reports clearly show that the root cause is method sorting (ctor and method1 are in different order in original and reconstructed bytes), so I manually verified that now target class has the only method.
Also I run the test with --test-repeat 100 on supported platforms.

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

PR: https://git.openjdk.java.net/jdk/pull/7345


More information about the serviceability-dev mailing list