changeset 10502:0ef79b98d842

Fix checkstyle errors
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Fri, 21 Jun 2013 16:52:58 +0200
parents 4d84627b891b
children 2393c37d1997
files graal/com.oracle.graal.hotspot.test/src/com/oracle/graal/hotspot/test/WriteBarrierAdditionTest.java
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.hotspot.test/src/com/oracle/graal/hotspot/test/WriteBarrierAdditionTest.java	Fri Jun 21 16:49:32 2013 +0200
+++ b/graal/com.oracle.graal.hotspot.test/src/com/oracle/graal/hotspot/test/WriteBarrierAdditionTest.java	Fri Jun 21 16:52:58 2013 +0200
@@ -69,7 +69,7 @@
     }
 
     /**
-     * Expected 2 barriers for the Serial GC and 4 for G1 (2 pre + 2 post)
+     * Expected 2 barriers for the Serial GC and 4 for G1 (2 pre + 2 post).
      */
     @Test
     public void test1() throws Exception {
@@ -85,7 +85,7 @@
     }
 
     /**
-     * Expected 4 barriers for the Serial GC and 8 for G1 (4 pre + 4 post)
+     * Expected 4 barriers for the Serial GC and 8 for G1 (4 pre + 4 post).
      */
     @Test
     public void test2() throws Exception {
@@ -108,7 +108,7 @@
     }
 
     /**
-     * Expected 4 barriers for the Serial GC and 8 for G1 (4 pre + 4 post)
+     * Expected 4 barriers for the Serial GC and 8 for G1 (4 pre + 4 post).
      */
     @Test
     public void test3() throws Exception {