< prev index next >

src/share/vm/gc_implementation/shenandoah/shenandoahWorkerDataArray.hpp

Print this page
rev 10715 : [backport] Cleanup up superfluous newlines
rev 10772 : [backport] Update copyrights

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2018, 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
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -65,11 +65,10 @@
   }
 
   void reset();
   void set_all(T value);
 
-
  private:
   class WDAPrinter {
   public:
     static void summary(outputStream* out, double min, double avg, double max, double diff, double sum, bool print_sum);
     static void summary(outputStream* out, size_t min, double avg, size_t max, size_t diff, size_t sum, bool print_sum);
< prev index next >