--- old/src/share/vm/utilities/elfStringTable.hpp Tue Sep 13 12:21:14 2011 +++ new/src/share/vm/utilities/elfStringTable.hpp Tue Sep 13 12:21:14 2011 @@ -25,7 +25,7 @@ #ifndef __ELF_STRING_TABLE_HPP #define __ELF_STRING_TABLE_HPP -#ifndef _WINDOWS +#if !defined(_WINDOWS) && !defined(__APPLE__) #include "memory/allocation.hpp" #include "utilities/decoder.hpp" @@ -79,4 +79,3 @@ #endif // _WINDOWS #endif // __ELF_STRING_TABLE_HPP -