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

@ -173,7 +173,7 @@ JvmtiEnv::GetThreadLocalStorage(jthread thread, void** data_ptr) {
// from native so as to resolve the jthread.
ThreadInVMfromNative __tiv(current_thread);
__ENTRY(jvmtiError, JvmtiEnv::GetThreadLocalStorage , current_thread)
VM_ENTRY_BASE(jvmtiError, JvmtiEnv::GetThreadLocalStorage , current_thread)
debug_only(VMNativeEntryWrapper __vew;)
oop thread_oop = JNIHandles::resolve_external_guard(thread);