-
Enhancement
-
Resolution: Fixed
-
P4
-
23
-
b05
-
riscv
-
linux
Currently, encode_heap_oop will check if the oop pointer is nullptr at first. We can skip the null check of the oop to reduce the unnecessary branch instruction when encoding non-null oop pointer into compressed form.