kbarrett [Tue, 04 Aug 2015 17:26:14 -0400] rev 32219
8132306: java/lang/ref/ReferenceEnqueue.java fails with "RuntimeException: Error: poll() returned null; expected ref object"
Summary: Carefully order ref.queue and queue list updates to address races.
Reviewed-by: dholmes, dfuchs, plevart
dsamersoff [Tue, 04 Aug 2015 18:11:40 +0300] rev 32217
8132648: sun/tools/jhsdb/BasicLauncherTest fails with java.lang.RuntimeException
Summary: Added check for standard conditions causing attach to fail
Reviewed-by: jbachorik, sspitsyn