JDK-8193490 : java/util/zip/ZipFile/ClearStaleZipFileInputStreams.java, FinalizeZipFile.java, TestCleaner.java, Collectible.java failed because cleaner can't finish
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util
  • Affected Version: 10
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2017-12-14
  • Updated: 2018-02-15
  • Resolved: 2017-12-14
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 10 JDK 11
10 b36Fixed 11Fixed
Related Reports
Relates :  
Relates :  
Description
All the following tests failed due to time out
java/util/zip/ZipFile/ClearStaleZipFileInputStreams.java	
java/util/zip/ZipFile/FinalizeZipFile.java		
java/util/zip/ZipFile/Collectible.java

And java/util/zip/ZipFile/TestCleaner.java failed with
java.lang.RuntimeException: cleaner failed to clean : 10
	at TestCleaner.testDeInflater(TestCleaner.java:124)
	at TestCleaner.main(TestCleaner.java:42)
Comments
#8193471 An anonymous inner class holds a strong reference to its outer class, which unfortunately is the one we're registering into the cleaner.
14-12-2017

Increasing priority since test failures are blocking JDK 10 RDP1 snapshot.
14-12-2017