src/hotspot/share/runtime/semaphore.hpp
changeset 53849 46ef4dea49e5
parent 53244 9807daeb47c4
--- a/src/hotspot/share/runtime/semaphore.hpp	Wed Feb 20 14:44:58 2019 +0100
+++ b/src/hotspot/share/runtime/semaphore.hpp	Wed Feb 20 10:22:46 2019 -0500
@@ -40,7 +40,7 @@
 class JavaThread;
 
 // Implements the limited, platform independent Semaphore API.
-class Semaphore : public CHeapObj<mtInternal> {
+class Semaphore : public CHeapObj<mtSynchronizer> {
   SemaphoreImpl _impl;
 
   // Prevent copying and assignment of Semaphore instances.