JDK-6968401 : disable tests added by 6942989 until 6964018 is fixed
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util.logging
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2010-07-12
  • Updated: 2011-04-19
  • Resolved: 2011-04-19
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7 b102Fixed
Related Reports
Relates :  
Relates :  
Description
The fix for the following bug:

    6942989 2/2 Memory leak of java.lang.ref.WeakReference objects

added two new tests:

    java/util/logging/AnonLoggerWeakRefLeak.sh
    java/util/logging/LoggerWeakRefLeak.sh

that are not executing properly in the JPRT execution environment.
The JPRT failure modes are being tracked by the following bug:

    6964018 3/4 AnonLoggerWeakRefLeak and LoggerWeakRefLeak can fail in JPRT

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/tl/jdk/rev/ddf825161d2d
12-07-2010

EVALUATION Add the following to the two tests: diff -r bb0b32ffefe9 test/java/util/logging/AnonLoggerWeakRefLeak.sh --- a/test/java/util/logging/AnonLoggerWeakRefLeak.sh Mon Jul 12 18:18:13 2010 +0100 +++ b/test/java/util/logging/AnonLoggerWeakRefLeak.sh Mon Jul 12 12:31:46 2010 -0700 @@ -23,6 +23,7 @@ # @test # @bug 6942989 +# @ignore until 6964018 is fixed # @summary Check for WeakReference leak in anonymous Logger objects # @author Daniel D. Daugherty # diff -r bb0b32ffefe9 test/java/util/logging/LoggerWeakRefLeak.sh --- a/test/java/util/logging/LoggerWeakRefLeak.sh Mon Jul 12 18:18:13 2010 +0100 +++ b/test/java/util/logging/LoggerWeakRefLeak.sh Mon Jul 12 12:31:46 2010 -0700 @@ -23,6 +23,7 @@ # @test # @bug 6942989 +# @ignore until 6964018 is fixed # @summary Check for WeakReference leak in Logger objects # @author Daniel D. Daugherty # JPRT doesn't run "@ignore" tests so ProblemList.txt doesn't need to be updated.
12-07-2010