Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045811 | 8u25 | Alex Menkov | P4 | Closed | Fixed | b01 |
JDK-8042307 | 8u20 | Alex Menkov | P4 | Closed | Fixed | b17 |
JDK-8052863 | emb-8u26 | Alex Menkov | P4 | Resolved | Fixed | b17 |
When au2.0 was created, we introduced a registry class. This is located at:
install/src/windows/common/regkey
I believe there are some issues with it, I don't recall exactly what. Another registry class was recently introduced at:
src/windows/common/Registry.cpp/.h
We also have lots of places where we have direct registry manipulation without any use of either class.
We should consolidate all registry manipulation into one class and consistently use it throughout our repo.
install/src/windows/common/regkey
I believe there are some issues with it, I don't recall exactly what. Another registry class was recently introduced at:
src/windows/common/Registry.cpp/.h
We also have lots of places where we have direct registry manipulation without any use of either class.
We should consolidate all registry manipulation into one class and consistently use it throughout our repo.
- backported by
-
JDK-8052863 need to consolidate our registry manipulation approach
-
- Resolved
-
-
JDK-8042307 need to consolidate our registry manipulation approach
-
- Closed
-
-
JDK-8045811 need to consolidate our registry manipulation approach
-
- Closed
-