hotspot/src/os/aix/vm/osThread_aix.cpp
changeset 28163 322d55d167be
parent 25351 7c198a690050
child 30198 ec621727bd41
--- a/hotspot/src/os/aix/vm/osThread_aix.cpp	Mon Dec 08 00:15:55 2014 -0800
+++ b/hotspot/src/os/aix/vm/osThread_aix.cpp	Thu Dec 11 21:34:43 2014 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights reserved.
  * Copyright 2012, 2013 SAP AG. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
@@ -45,7 +45,8 @@
 
   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");
 }