Relates :
|
Currently with serial and parallel gc we generate some StoreLoad barriers with UseCondCardMark on some platforms. These were only required for CMS, should probably have been made conditional on CardTable::scanned_concurrently() and are now obsolete and should be removed across the board. Noticed by [~kbarrett] during review of JDK-8260941.
|