--- old/test/gc/metaspace/TestMetaspacePerfCounters.java 2016-03-23 10:01:53.379354414 +0100 +++ new/test/gc/metaspace/TestMetaspacePerfCounters.java 2016-03-23 10:01:53.223348284 +0100 @@ -84,7 +84,7 @@ } private static void checkUsedIncreasesWhenLoadingClass(String ns) throws Exception { - // Need to ensure that used is up to date and the all unloadable + // Need to ensure that used is up to date and that all unreachable // classes are unloaded before doing this check. System.gc(); long before = getUsed(ns); --- old/test/gc/metaspace/TestPerfCountersAndMemoryPools.java 2016-03-23 10:01:54.007379092 +0100 +++ new/test/gc/metaspace/TestPerfCountersAndMemoryPools.java 2016-03-23 10:01:53.879374062 +0100 @@ -77,7 +77,7 @@ System.gc(); assertEQ(getMinCapacity(perfNS), pool.getUsage().getInit(), "MinCapacity out of sync"); - // Adding a second GC due to metadata allocations caused caused by getting + // Adding a second GC due to metadata allocations caused by getting the // initial size from the pool. This is needed when running with -Xcomp. System.gc(); assertEQ(getUsed(perfNS), pool.getUsage().getUsed(), "Used out of sync");