< prev index next >

src/share/vm/runtime/thread.inline.hpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 28,52 **** #define SHARE_VM_RUNTIME_THREAD_INLINE_HPP_SCOPE #include "runtime/atomic.inline.hpp" #include "runtime/os.inline.hpp" #include "runtime/thread.hpp" - #ifdef TARGET_OS_FAMILY_linux - # include "thread_linux.inline.hpp" - #endif - #ifdef TARGET_OS_FAMILY_solaris - # include "thread_solaris.inline.hpp" - #endif - #ifdef TARGET_OS_FAMILY_windows - # include "thread_windows.inline.hpp" - #endif - #ifdef TARGET_OS_FAMILY_aix - # include "thread_aix.inline.hpp" - #endif - #ifdef TARGET_OS_FAMILY_bsd - # include "thread_bsd.inline.hpp" - #endif #undef SHARE_VM_RUNTIME_THREAD_INLINE_HPP_SCOPE inline void Thread::set_suspend_flag(SuspendFlags f) { assert(sizeof(jint) == sizeof(_suspend_flags), "size mismatch"); --- 28,37 ----
< prev index next >