Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8206737 | 12 | Kim Barrett | P4 | Resolved | Fixed | team |
JDK-8206512 | 11.0.1 | Kim Barrett | P4 | Resolved | Fixed | b01 |
As discussed in JDK-8204690, rename some of the decorators in the Access API, and treat them as orthogonal boolean flags. Specifically,
OOP_NOT_NULL => IS_NOT_NULL
AS_DEST_NOT_INITIALIZED => IS_DEST_UNINITIALIZED
IN_HEAP_ARRAY => IN_ARRAY
OOP_NOT_NULL => IS_NOT_NULL
AS_DEST_NOT_INITIALIZED => IS_DEST_UNINITIALIZED
IN_HEAP_ARRAY => IN_ARRAY
- backported by
-
JDK-8206512 Rename Access API flag decorators
-
- Resolved
-
-
JDK-8206737 Rename Access API flag decorators
-
- Resolved
-
- relates to
-
JDK-8204690 Simplify usage of Access API
-
- Open
-