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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dvm_version_x86.cpp365 _supports_cx8 = supports_cmpxchg8();
435 (supports_cmpxchg8() ? ", cx8" : ""),
H A Dvm_version_x86.hpp541 static bool supports_cmpxchg8() { return (_cpuFeatures & CPU_CX8) != 0; } function in class:VM_Version

Completed in 33 milliseconds