-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b110
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8208902 | 8u201 | Kim Barrett | P4 | Resolved | Fixed | b01 |
JDK-8204926 | 8u192 | Kim Barrett | P4 | Resolved | Fixed | b01 |
JDK-8216722 | emb-8u201 | Kim Barrett | P4 | Resolved | Fixed | master |
The _LP64 variant of typeArrayOopDesc::metadata_at_put casts a pointer to a long. Win64 is really _LLP64 rather than _LP64 (though we use the latter), so on that platform the cast unexpectedly discards the high bits of the address.
Fortunately, there are presently no uses of this function.
Fortunately, there are presently no uses of this function.
- backported by
-
JDK-8204926 Wrong cast in metadata_at_put
-
- Resolved
-
-
JDK-8208902 Wrong cast in metadata_at_put
-
- Resolved
-
-
JDK-8216722 Wrong cast in metadata_at_put
-
- Resolved
-
- relates to
-
JDK-8145549 Add support for Visual Studio 2015 Community edition
-
- Closed
-