mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8272797: Mutex with rank safepoint_check_never imply allow_vm_block
Reviewed-by: dholmes, pchilanomate
This commit is contained in:
parent
f11e099a14
commit
98b9d98032
40 changed files with 125 additions and 109 deletions
|
@ -93,7 +93,7 @@ void ParCompactionManager::initialize(ParMarkBitMap* mbm) {
|
|||
_shadow_region_array = new (ResourceObj::C_HEAP, mtGC) GrowableArray<size_t >(10, mtGC);
|
||||
|
||||
_shadow_region_monitor = new Monitor(Mutex::barrier, "CompactionManager monitor",
|
||||
Mutex::_allow_vm_block_flag, Monitor::_safepoint_check_never);
|
||||
Monitor::_safepoint_check_never);
|
||||
}
|
||||
|
||||
void ParCompactionManager::reset_all_bitmap_query_caches() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue