Blocks :
|
|
Relates :
|
I was following up on performance testing results for JDK-8260106, and realized that there are ShenandoahMarkContext::mark_strong called from mark_work_loop. It was supposed to be inlined. I believe it is a simple omission after JDK-8255019 moved mark_work_loop code to shenandoahMark.cpp.
|