comparison src/share/vm/utilities/globalDefinitions_gcc.hpp @ 2491:0654ee04b214

Merge with OpenJDK.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 22 Apr 2011 15:30:53 +0200
parents 6c97c830fb6f
children f08d439fab8c
comparison
equal deleted inserted replaced
2490:29246b1d2d3c 2491:0654ee04b214
1 /* 1 /*
2 * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
75 # ifdef SOLARIS_MUTATOR_LIBTHREAD 75 # ifdef SOLARIS_MUTATOR_LIBTHREAD
76 # include <sys/procfs.h> 76 # include <sys/procfs.h>
77 # endif 77 # endif
78 78
79 #ifdef LINUX 79 #ifdef LINUX
80 #ifndef __STDC_LIMIT_MACROS
81 #define __STDC_LIMIT_MACROS
82 #endif // __STDC_LIMIT_MACROS
80 #include <inttypes.h> 83 #include <inttypes.h>
81 #include <signal.h> 84 #include <signal.h>
82 #include <ucontext.h> 85 #include <ucontext.h>
83 #include <sys/time.h> 86 #include <sys/time.h>
84 #endif // LINUX 87 #endif // LINUX