| Tests that the CurrentTransaction static WeakHashMap does indeed allow
GC to reclaim tine environment when it is closed. At one point this was
not working because the value object in the map has a reference to the
environment. This was fixed by wrapping the value in a WeakReference.
[#15444]
This test only succeeds intermittently, probably due to its reliance
on the GC call.
|