-
Bug
-
Resolution: Fixed
-
P4
-
8, 9, 10, 11, 12, 13, 14, 15, 16
-
b09
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8263594 | 13.0.7 | Ekaterina Vergizova | P4 | Resolved | Fixed | b04 |
JDK-8257760 | 11.0.11-oracle | Dukebot | P4 | Resolved | Fixed | b01 |
JDK-8257693 | 11.0.11 | Thomas Stuefe | P4 | Resolved | Fixed | b01 |
os::pd_map_memory() uses CreateFile to open the file-to-be-mapped, but uses NULL instead of INVALID_HANDLE_VALUE to check if opening the file failed or not.
Which is wrong, NULL is actually a valid value.
INVALID_HANDLE_VALUE is -1.
Seems to be a very old bug; it is in all releases AFAICS.
Which is wrong, NULL is actually a valid value.
INVALID_HANDLE_VALUE is -1.
Seems to be a very old bug; it is in all releases AFAICS.
- backported by
-
JDK-8257693 [windows] os::pd_map_memory error detection broken
-
- Resolved
-
-
JDK-8257760 [windows] os::pd_map_memory error detection broken
-
- Resolved
-
-
JDK-8263594 [windows] os::pd_map_memory error detection broken
-
- Resolved
-
- relates to
-
JDK-8249943 [TESTBUG] runtime/cds/serviceability/transformRelatedClasses/TransformInterfaceAndImplementor.java
-
- Resolved
-
(1 links to)