Searched defs:_is_nt (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.hpp39 static bool _is_nt; member in class:win32
71 static bool is_nt() { return _is_nt; }
H A Dos_windows.cpp3579 bool os::win32::_is_nt = false; member in class:os::win32
3604 case VER_PLATFORM_WIN32_WINDOWS: _is_nt = false; break;
3606 _is_nt = true;

Completed in 46 milliseconds