< prev index next >

src/hotspot/share/utilities/globalDefinitions_gcc.hpp

Print this page
8248238: Adding Windows support to OpenJDK on AArch64

Summary: LP64 vs LLP64 changes to add Windows support

Contributed-by: Monica Beckwith <monica.beckwith@microsoft.com>, Ludovic Henry <luhenry@microsoft.com>
Reviewed-by:

*** 34,43 **** --- 34,44 ---- #include <ctype.h> #include <string.h> #include <stdarg.h> #include <stddef.h> #include <stdio.h> + #include <stdint.h> #include <stdlib.h> #include <wchar.h> #include <math.h> #include <time.h>
< prev index next >