The GC barriers for arraycopy stub routines are not as modular as they could be. They currently use switch statements to check which GC barrier set is being used, and call one or another barrier based on that, with registers already allocated in such a way that it can only be used for write barriers.
- relates to
-
JDK-8200627 aarch32 - Broken build after JDK-8198949
- Resolved
-
JDK-8201359 Incorrect header guards after JDK-8198949 (Modularize arraycopy stub routine GC barriers)
- Resolved