When debugging CDS, I asked for os::print_location before OopStorage was initialized. This is a fairly unusual situation, this is why we have not seen it before. Anyhow, we entered the new code added by JDK-8340392, which crashed on `OopStorage` that was `nullptr`. I think we should null-check `OopStorage` before calling into it.
- relates to
-
JDK-8340392 Handle OopStorage in location decoder
- Resolved
- links to
-
Commit(master) openjdk/jdk/6587909c
-
Review(master) openjdk/jdk/21204