8196876: OopStorage::assert_at_safepoint clashes with assert_at_safepoint macros in g1CollectedHeap.hpp

Add shared safepoint state assertion macros.

Reviewed-by: coleenp, eosterlund
This commit is contained in:
Kim Barrett 2018-03-03 23:56:08 -05:00
parent efcc8d2558
commit d1bd39385f
11 changed files with 47 additions and 44 deletions

View file

@ -241,8 +241,6 @@ private:
void delete_empty_block(const Block& block);
bool reduce_deferred_updates();
static void assert_at_safepoint() NOT_DEBUG_RETURN;
template<typename F, typename Storage>
static bool iterate_impl(F f, Storage* storage);