# HG changeset patch # User shade # Date 1481049872 -3600 # Node ID 1c4505457c23557239719a167bd94874fd47f5af # Parent 49fd71d9b2a0ad22bd717592f554df5c9e5bdf19 Typos. diff -r 49fd71d9b2a0 -r 1c4505457c23 src/main/java/org/openjdk/gcbench/GCBench.java --- a/src/main/java/org/openjdk/gcbench/GCBench.java Tue Dec 06 16:37:42 2016 +0100 +++ b/src/main/java/org/openjdk/gcbench/GCBench.java Tue Dec 06 19:44:32 2016 +0100 @@ -295,7 +295,7 @@ } { - String groupDescr = "Estimates the runtime overhead for цкшеуы. These costs include all the infrastructural " + + String groupDescr = "Estimates the runtime overhead for reads. These costs include all the infrastructural " + "overheads too, and therefore the score differences matter, not their absolute values. This test " + "is single-threaded. "; @@ -306,7 +306,7 @@ )); tests.add(new MachineCntTest(baseOpts, org.openjdk.gcbench.runtime.writes.Volatile.class, - "runtime.writes.volatile", groupDescr + "Writes volatiel Java fields.", + "runtime.writes.volatile", groupDescr + "Writes volatile Java fields.", Dimensions.jvmMode(), Dimensions.javaType() ));