On Thu, 4 May 2023 12:08:28 GMT, Stefan Johansson <sjoha...@openjdk.org> wrote:
> Please review this fix to avoid a tier1 test failure. > > **Summary** > The newly added test wrongfully assumed that one of the transformed classes > would be in use. This seem to be the case in most runs, but there is no > guarantee. This change fixes the test to only verify that nothing is seen as > shared when running with -Xshare:off. > > **Testing** > Verified that the test still passes locally. This pull request has now been integrated. Changeset: 29233e0a Author: Stefan Johansson <sjoha...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/29233e0a001adde71a3fa5d56292ccfba8409ea5 Stats: 10 lines in 1 file changed: 1 ins; 3 del; 6 mod 8307448: Test RedefineSharedClassJFR fail due to wrong assumption Reviewed-by: eosterlund, coleenp ------------- PR: https://git.openjdk.org/jdk/pull/13801