Skip to content

Commit 1a6e3a5

Browse files
Varada Mgnu-andrew
authored andcommitted
8342822: jdk8u432-b06 does not compile on AIX
Reviewed-by: andrew, amitkumar
1 parent e4297a7 commit 1a6e3a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hotspot/src/share/vm/opto/superword.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
#include "opto/vectornode.hpp"
3232
#include "utilities/growableArray.hpp"
3333

34+
#ifdef AIX
35+
#include "cstdlib"
36+
#endif
37+
3438
//
3539
// S U P E R W O R D T R A N S F O R M
3640
//

0 commit comments

Comments
 (0)