eclipse-jdt / eclipse.jdt.core

Eclipse Public License 2.0
164 stars 130 forks source link

[24] JEP 475 : Late Barrier Expansion for G1 #3087

Open mpalat opened 3 weeks ago

mpalat commented 3 weeks ago

Summary Simplify the implementation of the G1 garbage collector's barriers, which record information about application memory accesses, by shifting their expansion from early in the C2 JIT's compilation pipeline to later.