You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by Jeremy Carroll <je...@topquadrant.com> on 2012/09/05 18:45:19 UTC

com.hp.hpl.jena.tdb.transaction.DatasetGraphTransaction.finalize

Does nothing (it runs on the wrong thread), and should be excised.

For me, this is a small problem because it tickles JVM bug:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7146977

Jeremy

Re: com.hp.hpl.jena.tdb.transaction.DatasetGraphTransaction.finalize

Posted by Andy Seaborne <an...@apache.org>.
On 05/09/12 17:45, Jeremy Carroll wrote:
> Does nothing (it runs on the wrong thread), and should be excised.
>
> For me, this is a small problem because it tickles JVM bug:
> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7146977
>
> Jeremy
Seems reasonable - done.

	Andy