hotspot/src/os_cpu/linux_ppc/vm/os_linux_ppc.cpp
changeset 37430 fd743dadef12
parent 35594 cc13089c6327
child 38133 78b95467b9f1
equal deleted inserted replaced
37428:6e724f3d488b 37430:fd743dadef12
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright (c) 2012, 2015 SAP SE. All rights reserved.
     3  * Copyright (c) 2012, 2015 SAP SE. All rights reserved.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or modify it
     6  * This code is free software; you can redistribute it and/or modify it
     7  * under the terms of the GNU General Public License version 2 only, as
     7  * under the terms of the GNU General Public License version 2 only, as
   196 
   196 
   197   if (sig == SIGPIPE) {
   197   if (sig == SIGPIPE) {
   198     if (os::Linux::chained_handler(sig, info, ucVoid)) {
   198     if (os::Linux::chained_handler(sig, info, ucVoid)) {
   199       return true;
   199       return true;
   200     } else {
   200     } else {
   201       if (PrintMiscellaneous && (WizardMode || Verbose)) {
   201       // Ignoring SIGPIPE - see bugs 4229104
   202         warning("Ignoring SIGPIPE - see bug 4229104");
       
   203       }
       
   204       return true;
   202       return true;
   205     }
   203     }
   206   }
   204   }
   207 
   205 
   208   JavaThread* thread = NULL;
   206   JavaThread* thread = NULL;