JDK-6713428 : unneeded entries in the RemoveFile table
  • Type: Bug
  • Component: install
  • Sub-Component: install
  • Affected Version: 6u10
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-06-11
  • Updated: 2010-09-26
  • Resolved: 2009-05-13
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
6u14 b02Fixed 7Fixed
Related Reports
Duplicate :  
Description
I believe the fix for:

6622174: need to remove msvcr71.dll from the RemoveFile table

added many new unneeded entries to the RemoveFile table, which aren't actually part of the JRE that we're installing.  For instance:

attach.map, which is found in the jre/bin directory, is not a file that gets installed with the JRE...but it's in the RemoveFile table. 

Part of this investigation should determine if this impacts 6u10 performance, and if so, how much?

Comments
EVALUATION An easier fix is to grep -v out the map/pdb files when cat'ing the removefile > RemoveFile.idt
16-01-2009

EVALUATION this can wait till 6u12
12-08-2008

EVALUATION See also 6712407. These files should not be in the RemoveFile table either: INSTALLDIRDistributionREADME INSTALLDIRENTITLEMENT INSTALLDIRPerpetual_Entitlements
20-06-2008

EVALUATION The cause was 6622174. The fix is to make sure we generate the RemoveFile table based on the core.zip that we're installing.
11-06-2008