hotspot/src/os_cpu/aix_ppc/vm/os_aix_ppc.cpp
changeset 37430 fd743dadef12
parent 35606 d873b64009cc
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, 2014 SAP SE. All rights reserved.
     3  * Copyright (c) 2012, 2014 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
   182 
   182 
   183   if (sig == SIGPIPE) {
   183   if (sig == SIGPIPE) {
   184     if (os::Aix::chained_handler(sig, info, ucVoid)) {
   184     if (os::Aix::chained_handler(sig, info, ucVoid)) {
   185       return 1;
   185       return 1;
   186     } else {
   186     } else {
   187       if (PrintMiscellaneous && (WizardMode || Verbose)) {
   187       // Ignoring SIGPIPE - see bugs 4229104
   188         warning("Ignoring SIGPIPE - see bug 4229104");
       
   189       }
       
   190       return 1;
   188       return 1;
   191     }
   189     }
   192   }
   190   }
   193 
   191 
   194   JavaThread* thread = NULL;
   192   JavaThread* thread = NULL;