git: openjdk/mobile: 8231472: Clean up Monitor::_safepoint_check usage to Mutex::_safepoint_check
duke
duke at openjdk.java.net
Fri Sep 27 12:07:02 UTC 2019
Changeset: 59dcb50e
Author: Coleen Phillimore <coleenp at openjdk.org>
Date: 2019-09-27 07:56:02 +0000
URL: https://github.com/openjdk/mobile/commit/59dcb50e
8231472: Clean up Monitor::_safepoint_check usage to Mutex::_safepoint_check
Change Monitor:: to Mutex:: when allocating a Mutex, and in mutexLocker.
Reviewed-by: rehn, dholmes
! src/hotspot/share/classfile/classLoaderData.cpp
! src/hotspot/share/gc/g1/g1RootProcessor.cpp
! src/hotspot/share/gc/g1/heapRegionRemSet.cpp
! src/hotspot/share/oops/methodData.cpp
! src/hotspot/share/oops/methodData.hpp
! src/hotspot/share/prims/whitebox.cpp
! src/hotspot/share/runtime/mutexLocker.cpp
! src/hotspot/share/services/memoryManager.cpp
More information about the mobile-changes
mailing list