In the assembly code, there is some generic oop verification code. Said verification may or may not fit a particular GC. In particular, it has not worked well for ZGC for a while, and there is an if (UseZGC). This enhancement aims at generalizing this code, such that a collector can have its own oop verification policy.
- relates to
-
JDK-8302368 [ZGC] Client build fails after JDK-8300255
-
- Resolved
-