8148141: Remove fixed level padding in UL
authormlarsson
Thu, 04 Feb 2016 08:36:38 +0100
changeset 35926 ff7661fb8171
parent 35925 50501d0d9b2e
child 35927 58bbbbb4a8c7
8148141: Remove fixed level padding in UL Reviewed-by: sla, mlarsson Contributed-by: robbin.ehn@oracle.com
hotspot/src/share/vm/logging/logFileStreamOutput.hpp
--- a/hotspot/src/share/vm/logging/logFileStreamOutput.hpp	Tue Feb 02 11:09:21 2016 +0100
+++ b/hotspot/src/share/vm/logging/logFileStreamOutput.hpp	Thu Feb 04 08:36:38 2016 +0100
@@ -40,7 +40,6 @@
     for (size_t i = 0; i < LogDecorators::Count; i++) {
       _decorator_padding[i] = 0;
     }
-    _decorator_padding[LogDecorators::level_decorator] = 7;
   }
 
  public: