hotspot/src/share/vm/utilities/vmError.cpp
changeset 30125 8ba6e8e367e9
parent 29573 2d800e5d575f
child 30240 a7ba42fa1df6
equal deleted inserted replaced
30124:767dff18852c 30125:8ba6e8e367e9
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2015, 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.
   766      }
   766      }
   767 
   767 
   768   STEP(220, "(printing environment variables)" )
   768   STEP(220, "(printing environment variables)" )
   769 
   769 
   770      if (_verbose) {
   770      if (_verbose) {
   771        os::print_environment_variables(st, env_list, buf, sizeof(buf));
   771        os::print_environment_variables(st, env_list);
   772        st->cr();
   772        st->cr();
   773      }
   773      }
   774 
   774 
   775   STEP(225, "(printing signal handlers)" )
   775   STEP(225, "(printing signal handlers)" )
   776 
   776