src/os/solaris/vm/osThread_solaris.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/os/solaris/vm/osThread_solaris.hpp	Wed Aug 16 10:56:23 2017
--- new/src/os/solaris/vm/osThread_solaris.hpp	Wed Aug 16 10:56:22 2017

*** 1,7 **** --- 1,7 ---- /* ! * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved. ! * 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 **** --- 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 get // the thread context (get_thread_pc), to set the thread context // (set_thread_pc), and to implement java.lang.Thread.interrupt. + // 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