diff src/share/vm/gc_implementation/g1/concurrentMark.inline.hpp @ 3776:23d434c6290d

7055073: G1: code cleanup in the concurrentMark.* files Summary: Only cosmetic changes to make the concurrentMark.* more consistent, code-style-wise, with the rest of the codebase. Reviewed-by: johnc, ysr
author tonyp
date Mon, 20 Jun 2011 22:03:13 -0400
parents 842b840e67db
children 2ace1c4ee8da
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/g1/concurrentMark.inline.hpp	Mon Jun 20 09:42:26 2011 -0700
+++ b/src/share/vm/gc_implementation/g1/concurrentMark.inline.hpp	Mon Jun 20 22:03:13 2011 -0400
@@ -59,8 +59,9 @@
   }
 
   statsOnly( int tmp_size = _task_queue->size();
-             if (tmp_size > _local_max_size)
+             if (tmp_size > _local_max_size) {
                _local_max_size = tmp_size;
+             }
              ++_local_pushes );
 }