hotspot/src/share/vm/utilities/vmError.cpp
changeset 30125 8ba6e8e367e9
parent 29573 2d800e5d575f
child 30240 a7ba42fa1df6
--- a/hotspot/src/share/vm/utilities/vmError.cpp	Mon Mar 30 16:47:42 2015 +0000
+++ b/hotspot/src/share/vm/utilities/vmError.cpp	Mon Mar 30 17:32:18 2015 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -768,7 +768,7 @@
   STEP(220, "(printing environment variables)" )
 
      if (_verbose) {
-       os::print_environment_variables(st, env_list, buf, sizeof(buf));
+       os::print_environment_variables(st, env_list);
        st->cr();
      }