7103224: collision between __LEAF define in interfaceSupport.hpp and /usr/include/sys/cdefs.h with gcc

Reviewed-by: never
This commit is contained in:
Omair Majid 2011-10-25 08:17:15 -07:00 committed by Tom Rodriguez
parent 3336939f08
commit 160ad3376d
6 changed files with 25 additions and 27 deletions

View file

@ -107,7 +107,7 @@ extern "C" { \
if (env != xenv) { \
NativeReportJNIFatalError(thr, warn_wrong_jnienv); \
} \
__ENTRY(result_type, header, thr)
VM_ENTRY_BASE(result_type, header, thr)
#define UNCHECKED() (unchecked_jni_NativeInterface)