changeset 30865 | 22f923339f58 |
parent 23211 | 954e3a81da29 |
child 46629 | 8eeacdc76bf2 |
--- a/hotspot/src/share/vm/utilities/elfFile.cpp Fri May 22 02:38:59 2015 +0300 +++ b/hotspot/src/share/vm/utilities/elfFile.cpp Tue May 26 11:26:50 2015 -0700 @@ -261,7 +261,12 @@ } } } +// AARCH64 defaults to noexecstack. All others default to execstack. +#ifdef AARCH64 + return true; +#else return false; +#endif } #endif