comparison src/share/vm/runtime/mutexLocker.cpp @ 6725:da91efe96a93

6964458: Reimplement class meta-data storage to use native memory Summary: Remove PermGen, allocate meta-data in metaspace linked to class loaders, rewrite GC walking, rewrite and rename metadata to be C++ classes Reviewed-by: jmasa, stefank, never, coleenp, kvn, brutisso, mgerdin, dholmes, jrose, twisti, roland Contributed-by: jmasa <jon.masamitsu@oracle.com>, stefank <stefan.karlsson@oracle.com>, mgerdin <mikael.gerdin@oracle.com>, never <tom.rodriguez@oracle.com>
author coleenp
date Sat, 01 Sep 2012 13:25:18 -0400
parents 0a10d80352d5
children c284cf4781f0
comparison
equal deleted inserted replaced
6724:36d1d483d5d6 6725:da91efe96a93
223 def(InlineCacheBuffer_lock , Mutex , leaf, true ); 223 def(InlineCacheBuffer_lock , Mutex , leaf, true );
224 def(VMStatistic_lock , Mutex , leaf, false); 224 def(VMStatistic_lock , Mutex , leaf, false);
225 def(ExpandHeap_lock , Mutex , leaf, true ); // Used during compilation by VM thread 225 def(ExpandHeap_lock , Mutex , leaf, true ); // Used during compilation by VM thread
226 def(JNIHandleBlockFreeList_lock , Mutex , leaf, true ); // handles are used by VM thread 226 def(JNIHandleBlockFreeList_lock , Mutex , leaf, true ); // handles are used by VM thread
227 def(SignatureHandlerLibrary_lock , Mutex , leaf, false); 227 def(SignatureHandlerLibrary_lock , Mutex , leaf, false);
228 def(SymbolTable_lock , Mutex , leaf, true ); 228 def(SymbolTable_lock , Mutex , leaf+2, true );
229 def(StringTable_lock , Mutex , leaf, true ); 229 def(StringTable_lock , Mutex , leaf, true );
230 def(ProfilePrint_lock , Mutex , leaf, false); // serial profile printing 230 def(ProfilePrint_lock , Mutex , leaf, false); // serial profile printing
231 def(ExceptionCache_lock , Mutex , leaf, false); // serial profile printing 231 def(ExceptionCache_lock , Mutex , leaf, false); // serial profile printing
232 def(OsrList_lock , Mutex , leaf, true ); 232 def(OsrList_lock , Mutex , leaf, true );
233 def(Debug1_lock , Mutex , leaf, true ); 233 def(Debug1_lock , Mutex , leaf, true );