Searched refs:nmt (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/classes/java/util/prefs/
H A DFileSystemPreferences.java735 long nmt;
737 nmt = userRootModFile.lastModified();
738 isUserRootModified = userRootModTime == nmt;
740 nmt = systemRootModFile.lastModified();
741 isSystemRootModified = systemRootModTime == nmt;
743 return new Long(nmt);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dmutex.cpp418 intx nmt = NativeMonitorTimeout ; local
419 if (nmt > 0 && (nmt < timo || timo <= 0)) {
420 timo = nmt ;

Completed in 94 milliseconds