-
Bug
-
Resolution: Fixed
-
P2
-
6u32, 7u4, 7u5
-
b04
-
generic
-
generic, windows
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2222265 | 8 | William Harnois | P2 | Closed | Fixed | b35 |
JDK-2222444 | 7u6 | William Harnois | P2 | Closed | Not an Issue | |
JDK-2222266 | 7u4 | William Harnois | P2 | Closed | Fixed | b18 |
Our JRE image has two copies of msvcr100.dll. To save on download size, we ignore this file during the building of the RtPatch binary diff file. We also duplicate the file during install. The deploy group has been moving/renaming directories a lot lately. When the directory has msvcr100.dll in it, it is causing problems (because it is ignored by rtpatch).
We are only saving 313KB (compressed) for each copy of msvcr100.dll that we duplicate during install runtime. However, it is more robust and easier to maintain if we just take the 313KB hit on the download size and just treat this file like any other. There is a good chance that the deploy group may move directories with msvcr100.dll in the future.
We are only saving 313KB (compressed) for each copy of msvcr100.dll that we duplicate during install runtime. However, it is more robust and easier to maintain if we just take the 313KB hit on the download size and just treat this file like any other. There is a good chance that the deploy group may move directories with msvcr100.dll in the future.
- backported by
-
JDK-2222265 msvcr100.dll should be treated like any other file during PIP
-
- Closed
-
-
JDK-2222266 msvcr100.dll should be treated like any other file during PIP
-
- Closed
-
-
JDK-2222444 msvcr100.dll should be treated like any other file during PIP
-
- Closed
-
- duplicates
-
JDK-7151166 7u4 b14 uninstall process leaves jre7/bin/msvcr100.dll unremoved
-
- Closed
-