-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b03
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8298948 | 20 | Coleen Phillimore | P4 | Resolved | Fixed | b29 |
I just realized that the fix for JDK-8298084 still has undefined behavior. The destructor is called and then a member function is called after. This is undefined behavior. The member function should be called before the destructor and the result saved to a variable.
- backported by
-
JDK-8298948 Use of uninitialized memory in MetadataFactory::free_metadata
-
- Resolved
-