8259372: remove AIX related USE_LIBRARY_BASED_TLS_ONLY and THREAD_LOCAL special handling
Reviewed-by: dholmes, stuefe
This commit is contained in:
parent
a483869a6a
commit
139b6daea2
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 1998, 2019, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 1998, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||||
* Copyright (c) 2012, 2019 SAP SE. All rights reserved.
|
* Copyright (c) 2012, 2021 SAP SE. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -127,8 +127,7 @@ inline int wcslen(const jchar* x) { return wcslen((const wchar_t*)x); }
|
|||||||
// offset_of as it is defined for gcc.
|
// offset_of as it is defined for gcc.
|
||||||
#define offset_of(klass,field) (size_t)((intx)&(((klass*)16)->field) - 16)
|
#define offset_of(klass,field) (size_t)((intx)&(((klass*)16)->field) - 16)
|
||||||
|
|
||||||
// AIX 5.3 has buggy __thread support. (see JDK-8176442).
|
#define THREAD_LOCAL __thread
|
||||||
#define USE_LIBRARY_BASED_TLS_ONLY 1
|
|
||||||
|
|
||||||
// Inlining support
|
// Inlining support
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user