-
Bug
-
Resolution: Fixed
-
P2
-
7u25
-
b35
-
x86
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8019631 | 8 | William Harnois | P2 | Closed | Fixed | b101 |
JDK-8021757 | 7u60 | William Harnois | P2 | Closed | Fixed | b01 |
JDK-8021546 | 7u51 | William Harnois | P2 | Closed | Fixed | b01 |
JDK-8021487 | 7u45 | William Harnois | P2 | Closed | Fixed | b05 |
A deployment fix went into 7u25 deploy.dll that created an issue with IE registration during patch-in-place scenario. This has convinced us that we need to improve our code around the RegDeploy() call. We should do the following:
-no longer treat ssv.dll/jp2ssv.dll as special cases. We should patch them like every other file in the JRE. These 2 files are always locked when IE is open, regardless of whether Java is running. In 6u17, we did a fancy hack to ignore these files, in order to reduce our FilesInUse cancels. We replace these 2 files later in the JRE install instead. This has added complications as there are temporary _patch.dll files present during PnP that is causing issues with RegDeploy.
-We should ping an evar for whether RegDeploy passes or fails.
-We may want to get deployment group to have finer grained return codes, instead of simply true/false.
-no longer treat ssv.dll/jp2ssv.dll as special cases. We should patch them like every other file in the JRE. These 2 files are always locked when IE is open, regardless of whether Java is running. In 6u17, we did a fancy hack to ignore these files, in order to reduce our FilesInUse cancels. We replace these 2 files later in the JRE install instead. This has added complications as there are temporary _patch.dll files present during PnP that is causing issues with RegDeploy.
-We should ping an evar for whether RegDeploy passes or fails.
-We may want to get deployment group to have finer grained return codes, instead of simply true/false.
- backported by
-
JDK-8019631 we need to improve our deploy.dll,RegisterDeploy() registration
-
- Closed
-
-
JDK-8021487 we need to improve our deploy.dll,RegisterDeploy() registration
-
- Closed
-
-
JDK-8021546 we need to improve our deploy.dll,RegisterDeploy() registration
-
- Closed
-
-
JDK-8021757 we need to improve our deploy.dll,RegisterDeploy() registration
-
- Closed
-