< prev index next >

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

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

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2017, 2018, Red Hat, Inc. and/or its affiliates.
+ * Copyright (c) 2017, 2018, Red Hat, Inc. All rights reserved.
  *
  * 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.
  *

@@ -22,11 +22,10 @@
  */
 
 #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHSTRINGDEDUP_HPP
 #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHSTRINGDEDUP_HPP
 
-
 #include "classfile/javaClasses.hpp"
 #include "memory/iterator.hpp"
 #include "utilities/ostream.hpp"
 
 #define STRDEDUP_TIME_FORMAT_MS         "%.3fms"
< prev index next >