JDK-6412741 : BufferedInputStream.read1() contains possibly neverending loop
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.io
  • Affected Version: 6
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2006-04-13
  • Updated: 2010-04-02
  • Resolved: 2006-04-19
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
See http://www.netbeans.org/issues/show_bug.cgi?id=74362

It seems to be caused by that do-while loop never exits in the BufferedInputStream#read1. Since the same code works on 1.5_06 and 1.6.0-beta59g I'm inclined to think that it might be an issue in the latest builds of the Mustang (issue exists at least on 1.6.0-beta2-b78 and 1.6.0-beta2-b79).