src/os/bsd/vm/osThread_bsd.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/os/bsd/vm/osThread_bsd.cpp	Thu Nov  6 12:39:38 2014
--- new/src/os/bsd/vm/osThread_bsd.cpp	Thu Nov  6 12:39:37 2014

*** 1,7 **** --- 1,7 ---- /* ! * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 1999, 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.
*** 41,51 **** --- 41,52 ---- _expanding_stack = 0; _alt_sig_stack = NULL; sigemptyset(&_caller_sigmask); ! _startThread_lock = new Monitor(Mutex::event, "startThread_lock", true); ! _startThread_lock = new Monitor(Mutex::event, "startThread_lock", true, + Monitor::_safepoint_check_never); assert(_startThread_lock !=NULL, "check"); } void OSThread::pd_destroy() { delete _startThread_lock;

src/os/bsd/vm/osThread_bsd.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File