RFR : 8029347 : sun/rmi/runtime/Log/checkLogging/CheckLogging.java fails in nightly intermittently
Alan Bateman
Alan.Bateman at oracle.com
Wed Dec 4 15:51:27 UTC 2013
On 04/12/2013 15:44, Seán Coffey wrote:
> Recent jdk8 builds seem to be more ambitious on the GC front. It turns
> out that we've no strong reference for the Logger being created in
> this testcase and it's collected before use.
Thanks Sean, I've seen this fail many times recently due to the logger
being GC'ed. The change looks good. At some point we should check to see
if there are other tests that might have similar issues.
-Alan
More information about the core-libs-dev
mailing list