Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: 17, 18
-
Fix Version/s: 18
-
Component/s: client-libs
-
Subcomponent:
-
Introduced In Version:
-
Resolved In Build:b21
-
OS:os_x
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8277770 | 17.0.3-oracle | Dukebot | P3 | Resolved | Fixed | b01 |
JDK-8277737 | 17.0.2 | Robo Duke | P3 | Resolved | Fixed | b06 |
Description
The TableAccessibility obj-c class should call [autorelease] on an object it allocates (see: [TableRowAccessibility alloc] and [ColumnAccessibility alloc]).
The TableRowAccessibility obj-c class should not call [retain] on an allocated object (see: [CellAccessibility alloc]).
"You own any object you create", see: https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/MemoryMgmt/Articles/mmRules.html
The TableRowAccessibility obj-c class should not call [retain] on an allocated object (see: [CellAccessibility alloc]).
"You own any object you create", see: https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/MemoryMgmt/Articles/mmRules.html
Attachments
Issue Links
- backported by
-
JDK-8277737 TableAccessibility and TableRowAccessibility miss autorelease
-
- Resolved
-
-
JDK-8277770 TableAccessibility and TableRowAccessibility miss autorelease
-
- Resolved
-
- links to
-
Commit openjdk/jdk17u/865d24c8
-
Commit openjdk/jdk/3221a14f
-
Review openjdk/jdk17u/289
-
Review openjdk/jdk/6020
(1 links to)