hotspot/src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp
changeset 37430 fd743dadef12
parent 35201 996db89f378e
child 37431 7f1d6f206102
equal deleted inserted replaced
37428:6e724f3d488b 37430:fd743dadef12
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   336 
   336 
   337   if(sig == SIGPIPE || sig == SIGXFSZ) {
   337   if(sig == SIGPIPE || sig == SIGXFSZ) {
   338     if (os::Solaris::chained_handler(sig, info, ucVoid)) {
   338     if (os::Solaris::chained_handler(sig, info, ucVoid)) {
   339       return true;
   339       return true;
   340     } else {
   340     } else {
   341       if (PrintMiscellaneous && (WizardMode || Verbose)) {
   341       // Ignoring SIGPIPE/SIGXFSZ - see bugs 4229104 or 6499219
   342         char buf[64];
       
   343         warning("Ignoring %s - see 4229104 or 6499219",
       
   344                 os::exception_name(sig, buf, sizeof(buf)));
       
   345 
       
   346       }
       
   347       return true;
   342       return true;
   348     }
   343     }
   349   }
   344   }
   350 
   345 
   351   JavaThread* thread = NULL;
   346   JavaThread* thread = NULL;