Open GoogleCodeExporter opened 9 years ago
Is there a reduced test case that can reproduce this issue? There are so many
versions of what "added a finalizer" can mean, that I'm not quite sure where to
start with this.
Original comment by gak@google.com
on 15 Jul 2013 at 5:10
I can write one this evening, but effectively creating many objects with
Object.finalize() methods, which has GC implications.
Original comment by Ben.Manes@gmail.com
on 15 Jul 2013 at 5:29
Reproduced:
https://gist.github.com/ben-manes/6005989
Basically if you do any work in an Object's finalize() then Caliper's
instrumentation of the GC probably causes the Finalizer thread to not be able
to keep up, resulting in a timeout.
Original comment by Ben.Manes@gmail.com
on 16 Jul 2013 at 5:42
Yeah, that's definitely no good.
Original comment by gak@google.com
on 16 Jul 2013 at 5:06
Original issue reported on code.google.com by
Ben.Manes@gmail.com
on 14 Jul 2013 at 10:38