Re: RFR: 8244297: Provide utility for testing for memory leaks [v11]

2020-10-30 Thread Ambarish Rapte
On Wed, 28 Oct 2020 09:47:32 GMT, Florian Kirmaier wrote: >> It's based on the discussion of my previous PR: >> https://github.com/openjdk/jfx/pull/71 >> >> I Added test utility class copied from JMemoryBuddy and used it to simplify >> 4 of the existing unit tests. >> >> It's a direct copy

Re: RFR: 8244297: Provide utility for testing for memory leaks [v11]

2020-10-28 Thread Kevin Rushforth
On Wed, 28 Oct 2020 09:47:32 GMT, Florian Kirmaier wrote: >> It's based on the discussion of my previous PR: >> https://github.com/openjdk/jfx/pull/71 >> >> I Added test utility class copied from JMemoryBuddy and used it to simplify >> 4 of the existing unit tests. >> >> It's a direct copy

Re: RFR: 8244297: Provide utility for testing for memory leaks [v11]

2020-10-28 Thread Florian Kirmaier
> It's based on the discussion of my previous PR: > https://github.com/openjdk/jfx/pull/71 > > I Added test utility class copied from JMemoryBuddy and used it to simplify 4 > of the existing unit tests. > > It's a direct copy of my project >