-
Bug
-
Resolution: Fixed
-
P4
-
8, 11, 17, 18
-
b06
-
generic
-
generic
All instances of type Register exhibit UB in the form of wild pointer (including null pointer) dereferences. This isn't very hard to fix: we should make Registers pointers to something rather than aliases of small integers.
- relates to
-
JDK-8280497 riscv: Undefined Behaviour in class Assembler
-
- Resolved
-
-
JDK-8276453 Undefined behavior in C1 LIR_OprDesc causes SEGV in fastdebug build
-
- Resolved
-
-
JDK-8289046 Undefined Behaviour in x86 class Assembler
-
- Resolved
-
-
JDK-8255840 AArch64: undefined behaviour in HotSpot cpu-specific code
-
- Closed
-
-
JDK-8292153 x86: Represent Registers as values
-
- Resolved
-
-
JDK-8291895 Remove PRAGMA_NONNULL_IGNORED from x86 and AArch64
-
- Resolved
-
- links to
-
Review openjdk/jdk/6280
(1 relates to, 1 links to)