I updated the GcFreeLogging tests to stop paying attention to allocations that occur after the test is complete. That should fix this.
On Mon, Apr 18, 2016 at 11:37 PM, Remko Popma <[email protected]> wrote: > Looks like the JUL LogManager.Clearer class (their shutdown hook) > allocates while looping over a map. > > The thing is, I call > > AllocationRecorder.removeSampler(sampler); > Thread.sleep(100); > > before exiting the test process... Looks like the AllocationRecorder is > still active. Hm... > > > On Mon, Apr 18, 2016 at 11:19 PM, Matt Sicker <[email protected]> wrote: > >> That's a strange test result! >> >> On 18 April 2016 at 09:05, Apache Jenkins Server < >> [email protected]> wrote: >> >>> See <https://builds.apache.org/job/Log4j%202.x/1885/changes> >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >> >> >> -- >> Matt Sicker <[email protected]> >> > >
