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

/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp1531 // lib_arch_str shall contain string what platform this .dll was built for
1533 char *running_arch_str=NULL,*lib_arch_str=NULL; local
1537 lib_arch_str=arch_array[i].arch_name;
1552 if (lib_arch_str!=NULL)
1556 lib_arch_str,running_arch_str);

Completed in 44 milliseconds