hotspot/src/share/vm/utilities/globalDefinitions_sparcWorks.hpp
changeset 37092 0e56e3c9d545
parent 34633 2a6c7c7b30a7
child 39405 314741ca98d5
equal deleted inserted replaced
37074:20b25dd44cb8 37092:0e56e3c9d545
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2016, 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.
   275 
   275 
   276 #ifndef USE_LIBRARY_BASED_TLS_ONLY
   276 #ifndef USE_LIBRARY_BASED_TLS_ONLY
   277 #define THREAD_LOCAL_DECL __thread
   277 #define THREAD_LOCAL_DECL __thread
   278 #endif
   278 #endif
   279 
   279 
       
   280 // Inlining support
       
   281 #define NOINLINE
       
   282 #define ALWAYSINLINE __attribute__((always_inline))
       
   283 
   280 #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_SPARCWORKS_HPP
   284 #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_SPARCWORKS_HPP