Searched refs:mu (Results 1 - 25 of 50) sorted by relevance

12

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DHeaderElementImpl.java54 protected abstract String getMustunderstandLiteralValue(boolean mu); argument
57 protected abstract String getRelayLiteralValue(boolean mu); argument
112 String mu = getAttributeValue(getMustunderstandAttributeName());
114 if (mu != null)
115 return getMustunderstandAttributeValue(mu);
129 String mu = getAttributeValue(getRelayAttributeName());
130 if (mu != null)
131 return getRelayAttributeValue(mu);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_1/
H A DHeaderElement1_1Impl.java86 protected boolean getMustunderstandAttributeValue(String mu) { argument
87 if ("1".equals(mu) || "true".equalsIgnoreCase(mu))
109 protected boolean getRelayAttributeValue(String mu) { argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_2/
H A DHeaderElement1_2Impl.java80 protected boolean getMustunderstandAttributeValue(String mu) { argument
81 if (mu.equals("true") || mu.equals("1"))
/openjdk7/jdk/test/java/lang/management/MemoryMXBean/
H A DMemoryManagement.java103 MemoryUsage mu = mpool.getUsage();
104 chunkSize = (mu.getMax() - mu.getUsed()) / 20;
105 newThreshold = mu.getUsed() + (chunkSize * NUM_CHUNKS);
109 ". Current used = " + mu.getUsed());
H A DLowMemoryTest.java135 MemoryUsage mu = mpool.getUsage();
136 chunkSize = (mu.getMax() - mu.getUsed()) / 20;
137 newThreshold = mu.getUsed() + (chunkSize * NUM_CHUNKS);
141 ". Current used = " + mu.getUsed());
H A DLowMemoryTest2.java190 MemoryUsage mu = p.getUsage();
191 long threshold = (mu.getMax() * 80) / 100;
/openjdk7/hotspot/src/share/vm/code/
H A DcodeBlob.cpp216 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
237 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
256 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
278 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
300 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
338 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
397 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
436 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
472 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
507 MutexLockerEx mu(CodeCache_loc
[all...]
H A DcodeCache.cpp454 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
557 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
637 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
684 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
719 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
727 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
993 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiCodeBlobEvents.cpp191 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
213 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
222 MutexUnlockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
H A DjvmtiEventController.cpp577 MutexLocker mu(Threads_lock); //hold the Threads_lock for the iteration
656 MutexLocker mu(JvmtiThreadState_lock);
950 MutexLocker mu(JvmtiThreadState_lock);
965 MutexLocker mu(JvmtiThreadState_lock);
977 MutexLocker mu(JvmtiThreadState_lock);
987 MutexLocker mu(JvmtiThreadState_lock);
994 MutexLocker mu(JvmtiThreadState_lock);
1001 MutexLocker mu(JvmtiThreadState_lock);
1007 MutexLocker mu(JvmtiThreadState_lock);
1032 MutexLocker mu(JvmtiThreadState_loc
[all...]
H A DjvmtiThreadState.hpp349 MutexLocker mu(JvmtiThreadState_lock);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentG1RefineThread.cpp240 MutexLockerEx mu(Terminator_lock);
250 MutexLockerEx mu(Terminator_lock);
H A DconcurrentMarkThread.cpp307 MutexLockerEx mu(Terminator_lock);
/openjdk7/hotspot/src/share/vm/memory/
H A DgcLocker.cpp99 MutexLocker mu(JNICritical_lock);
115 MutexLocker mu(JNICritical_lock);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dmemprofiler.cpp67 MutexLocker mu(Threads_lock);
H A DserviceThread.cpp58 MutexLocker mu(Threads_lock);
H A Dsweeper.cpp281 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
289 MutexUnlockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
303 MutexUnlockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
404 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
444 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
H A DvmThread.cpp340 { MutexLocker mu(VMOperationQueue_lock);
575 { MutexLockerEx mu(VMOperationRequest_lock,
646 MutexLocker mu(VMOperationRequest_lock);
H A Djava.cpp313 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
318 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp317 MutexLocker mu(SystemDictionary_lock, THREAD);
362 MutexLocker mu(SystemDictionary_lock, THREAD);
424 MutexLocker mu(SystemDictionary_lock, THREAD);
522 MutexLocker mu(SystemDictionary_lock, THREAD);
530 MutexLocker mu(SystemDictionary_lock, THREAD);
546 MutexLocker mu(SystemDictionary_lock, THREAD);
635 MutexLocker mu(SystemDictionary_lock, THREAD);
693 MutexLocker mu(SystemDictionary_lock, THREAD);
772 MutexLocker mu(SystemDictionary_lock, THREAD);
788 MutexLocker mu(SystemDictionary_loc
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DconcurrentGCThread.cpp84 MutexLockerEx mu(Terminator_lock,
200 MutexLocker mu(Threads_lock);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DMemoryTab.java280 MemoryUsage mu = null;
293 mu = MemoryUsage.from(cd);
300 mu = proxyClient.getMemoryMXBean().getHeapMemoryUsage();
302 mu = proxyClient.getMemoryMXBean().getNonHeapMemoryUsage();
311 if (mu != null) {
312 used[i] = mu.getUsed();
313 committed[i] = mu.getCommitted();
314 max[i] = mu.getMax();
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepThread.cpp155 MutexLockerEx mu(Terminator_lock,
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.c1499 mp_int s, x, mu; local
1514 if((res = mp_init(&mu, FLAG(a))) != MP_OKAY)
1519 /* mu = b^2k / m */
1520 s_mp_add_d(&mu, 1);
1521 s_mp_lshd(&mu, 2 * USED(m));
1522 if((res = mp_div(&mu, m, &mu, NULL)) != MP_OKAY)
1534 if((res = s_mp_reduce(&s, m, &mu)) != MP_OKAY)
1542 if((res = s_mp_reduce(&x, m, &mu)) != MP_OKAY)
1554 if((res = s_mp_reduce(&s, m, &mu)) !
4380 s_mp_reduce(mp_int *x, const mp_int *m, const mp_int *mu) argument
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DobjArrayKlassKlass.cpp98 MutexUnlocker mu(MultiArray_lock);

Completed in 119 milliseconds

12