The GC barriers for the interpreter 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, in a way that it can only be used for write barriers.
- relates to
-
JDK-8201475 8199417 breaks AIX and non-pch on s390 (and presumably aarch64)
-
- Resolved
-
-
JDK-8201786 Modularize interpreter GC barriers: ARM32 leftovers
-
- Resolved
-
-
JDK-8201785 Make ModRefBarrierSetAssembler abstract on all platforms
-
- Resolved
-
-
JDK-8206272 Remove stray BarrierSetAssembler call
-
- Resolved
-