< prev index next >

src/hotspot/cpu/x86/vm_version_ext_x86.hpp

Print this page
rev 50985 : 8206977: Minor improvements of runtime code.
Reviewed-by: coleenp, lfoltan

*** 61,70 **** --- 61,71 ---- static int cpu_extended_brand_string(char* const buf, size_t buf_len); static bool cpu_is_em64t(void); static bool is_netburst(void); + // Returns bytes written excluding termninating null byte. static size_t cpu_write_support_string(char* const buf, size_t buf_len); static void resolve_cpu_information_details(void); static jlong max_qualified_cpu_freq_from_brand_string(void); public:
< prev index next >