-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b38
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085436 | emb-9 | Richard Warburton | P4 | Resolved | Fixed | team |
The fix for JDK-4774077 introduces covariant return types in the NIO buffer hierarchy.
This will introduce redundant casts (and because of -Werror a build failure) in langtools when compiling with JDK 9, but the casts are still required when bootstrapping with JDK 8.
This will introduce redundant casts (and because of -Werror a build failure) in langtools when compiling with JDK 9, but the casts are still required when bootstrapping with JDK 8.
- backported by
-
JDK-8085436 Suppress cast warnings when using NIO buffers
-
- Resolved
-
- relates to
-
JDK-8062385 Remove @SuppressWarnings("cast") and casts for NIO related usages when JDK 9 becomes the bootstrap JDK
-
- Resolved
-
-
JDK-4774077 Use covariant return types in the NIO buffer hierarchy
-
- Closed
-