-
Bug
-
Resolution: Fixed
-
P3
-
6u10
-
b02
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2200103 | 7 | William Harnois | P3 | Closed | Fixed | b64 |
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?
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?
- backported by
-
JDK-2200103 unneeded entries in the RemoveFile table
-
- Closed
-
- duplicates
-
JDK-6712407 new JRE files getting removed during PIP install
-
- Closed
-