src/os/solaris/vm/osThread_solaris.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File webrev Cdiff src/os/solaris/vm/osThread_solaris.hpp

src/os/solaris/vm/osThread_solaris.hpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1997, 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) 1997, 2017, 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.
*** 64,76 **** #endif void set_lwp_id(uint id) { _lwp_id = id; } void set_native_priority(int prio) { _native_priority = prio; } // *************************************************************** ! // interrupt support. interrupts (using signals) are used to get ! // the thread context (get_thread_pc), to set the thread context ! // (set_thread_pc), and to implement java.lang.Thread.interrupt. // *************************************************************** public: os::SuspendResume sr; --- 64,75 ---- #endif void set_lwp_id(uint id) { _lwp_id = id; } void set_native_priority(int prio) { _native_priority = prio; } // *************************************************************** ! // interrupt support. interrupts (using signals) are used to ! // implement java.lang.Thread.interrupt. // *************************************************************** public: os::SuspendResume sr;
src/os/solaris/vm/osThread_solaris.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File