src/share/vm/runtime/mutexLocker.hpp

changeset 6413
595c0f60d50d
parent 5732
b2e698d2276c
child 6518
62c54fcc0a35
     1.1 --- a/src/share/vm/runtime/mutexLocker.hpp	Mon Mar 24 09:14:14 2014 -0700
     1.2 +++ b/src/share/vm/runtime/mutexLocker.hpp	Tue Mar 18 19:07:22 2014 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -63,6 +63,8 @@
    1.11  extern Mutex*   VtableStubs_lock;                // a lock on the VtableStubs
    1.12  extern Mutex*   SymbolTable_lock;                // a lock on the symbol table
    1.13  extern Mutex*   StringTable_lock;                // a lock on the interned string table
    1.14 +extern Monitor* StringDedupQueue_lock;           // a lock on the string deduplication queue
    1.15 +extern Mutex*   StringDedupTable_lock;           // a lock on the string deduplication table
    1.16  extern Mutex*   CodeCache_lock;                  // a lock on the CodeCache, rank is special, use MutexLockerEx
    1.17  extern Mutex*   MethodData_lock;                 // a lock on installation of method data
    1.18  extern Mutex*   RetData_lock;                    // a lock on installation of RetData inside method data

mercurial