hotspot/src/share/vm/runtime/mutexLocker.hpp
changeset 28831 454224c7e3ba
parent 27874 e9b44eb1613f
child 31608 b5cb9a07591a
--- a/hotspot/src/share/vm/runtime/mutexLocker.hpp	Tue Jan 27 13:50:31 2015 -0500
+++ b/hotspot/src/share/vm/runtime/mutexLocker.hpp	Thu Jan 29 15:05:25 2015 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -122,7 +122,6 @@
 extern Monitor* RootRegionScan_lock;             // used to notify that the CM threads have finished scanning the IM snapshot regions
 extern Mutex*   MMUTracker_lock;                 // protects the MMU
                                                  // tracker data structures
-extern Mutex*   HotCardCache_lock;               // protects the hot card cache
 
 extern Mutex*   Management_lock;                 // a lock used to serialize JVM management
 extern Monitor* Service_lock;                    // a lock used for service thread operation