mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
7103224: collision between __LEAF define in interfaceSupport.hpp and /usr/include/sys/cdefs.h with gcc
Reviewed-by: never
This commit is contained in:
parent
3336939f08
commit
160ad3376d
6 changed files with 25 additions and 27 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue