diff options
Diffstat (limited to 'test/004-ThreadStress/src-art/Main.java')
-rw-r--r-- | test/004-ThreadStress/src-art/Main.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/004-ThreadStress/src-art/Main.java b/test/004-ThreadStress/src-art/Main.java index e7178523d3..d59574956e 100644 --- a/test/004-ThreadStress/src-art/Main.java +++ b/test/004-ThreadStress/src-art/Main.java @@ -638,8 +638,8 @@ public class Main implements Runnable { : new Daemon(lock, t, operations, mainThread, startBarrier); } - // Enable to dump operation counts per thread to make sure its - // sane compared to frequencyMap. + // Enable to dump operation counts per thread to see that it is + // commensurate with the frequencyMap. if (DEBUG) { for (int t = 0; t < threadStresses.length; t++) { Operation[] operations = threadStresses[t].operations; |