JDK-6662166 : Files in Use quit does not display new processes
  • Type: Bug
  • Component: install
  • Sub-Component: install
  • Affected Version: 6u10
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2008-02-12
  • Updated: 2010-09-17
  • Resolved: 2008-06-04
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 6 JDK 7
6u10 b23Fixed 7Fixed
Description
Start JRE installation while Java processes are running
See the Files in Use dialog displayed
Start another Java processes
Select quit/retry in the Files In Use dialog
New Java processes are left running

Expected: After quitting the processes displayed, it should retry / recheck if any processes / files are still in use before allowing the user to continue.

Comments
EVALUATION Looking over the code, this appears to be intended behavior. Simple fix...will just involve cleanup of control structures in CFilesInUse::OnOK()
31-03-2008