mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
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:
parent
efcc8d2558
commit
d1bd39385f
11 changed files with 47 additions and 44 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue