src/hotspot/share/prims/whitebox.cpp
changeset 49004 2951c449e7bf
parent 48975 2c35fd3c5789
child 49008 d777541fceba
--- a/src/hotspot/share/prims/whitebox.cpp	Fri Feb 16 10:10:14 2018 +0530
+++ b/src/hotspot/share/prims/whitebox.cpp	Fri Feb 16 11:33:13 2018 +0100
@@ -1914,7 +1914,7 @@
 
 // Elf decoder
 WB_ENTRY(void, WB_DisableElfSectionCache(JNIEnv* env))
-#if !defined(_WINDOWS) && !defined(__APPLE__)
+#if !defined(_WINDOWS) && !defined(__APPLE__) && !defined(_AIX)
   ElfFile::_do_not_cache_elf_section = true;
 #endif
 WB_END