On Fri, 13 Nov 2020 14:11:23 GMT, Stefan Karlsson <stef...@openjdk.org> wrote:
> The ap01t001 test creates six extra instances of the tested class, let them > die, and then checks that it gets exactly six ObjectFree callbacks. The > problem is that this is verified in the VMDeath callback and at that point > the instance has gone out-of-scope and and a seventh ObjectFree event has > been triggered. > > My proposed fix is to ensure that the test instance is kept alive. This pull request has now been integrated. Changeset: 6a69e304 Author: Stefan Karlsson <stef...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/6a69e304 Stats: 3 lines in 1 file changed: 2 ins; 0 del; 1 mod 8256337: ap01t001.cpp, 67: Received unexpected number of ObjectFree events: 7 Reviewed-by: coleenp, sspitsyn ------------- PR: https://git.openjdk.java.net/jdk/pull/1204