-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: hotspot
-
b25
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8320457 | 21.0.2 | Christoph Langer | P4 | Resolved | Fixed | b08 |
PR https://github.com/openjdk/jdk/pull/16381 was already closed when it became obvious that usage of os::is_readable_range() was slightly wrong:
the " - 1" looks wrong here, because is_readable_range() checks for < to, not <= to.
the " - 1" looks wrong here, because is_readable_range() checks for < to, not <= to.
- backported by
-
JDK-8320457 Fix boundaries of region to be tested with os::is_readable_range
-
- Resolved
-
- relates to
-
JDK-8306561 Possible out of bounds access in print_pointer_information
-
- Resolved
-
- links to
-
Commit
openjdk/jdk21u/177d9948
-
Commit
openjdk/jdk/b4c2d1c1
-
Review
openjdk/jdk21u/379
-
Review
openjdk/jdk/16676
(1 links to)