This question is duplicate of Is it possible to change the priority of garbage Collector thread?
It is an old question and things might have changed a lot since then. Also it doesn't clarifies everything.
Is it possible to change GC thread priority? I have seen thread dumps with different GC thread priority. How does that happen if we cannot change it? Also, I understand that High frequency trading platforms want to keep GC thread priority very low so that main threads run most of the time and "Stop the world" event doesn't occur very often.