-
Bug
-
Resolution: Fixed
-
P4
-
17, 20
-
b24
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8298358 | 17.0.7-oracle | Tobias Hartmann | P4 | Resolved | Fixed | b01 |
JDK-8297651 | 17.0.6 | Severin Gehwolf | P4 | Resolved | Fixed | b05 |
The way unsigned 16-bit values for HotSpotResolvedJavaFieldImpl.index are handled by HotSpotResolvedJavaFieldImpl.getIndex() is wrong. It is passed into the constructor as an int, and returned by getIndex as an int - but it is stored as a short. Which means that unsigned 16-bit values are not handled correctly.
- backported by
-
JDK-8297651 [JVMCI] HotSpotResolvedJavaFieldImpl.getIndex returns wrong value
-
- Resolved
-
-
JDK-8298358 [JVMCI] HotSpotResolvedJavaFieldImpl.getIndex returns wrong value
-
- Resolved
-
- links to
-
Commit openjdk/jdk17u-dev/94859b91
-
Commit openjdk/jdk/95c390ec
-
Review openjdk/jdk17u-dev/933
-
Review openjdk/jdk/11142
(1 links to)