Skip to content

Commit 8fa7971

Browse files
committed
make clear we are talking about the image's GC
1 parent 91e3748 commit 8fa7971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/ProgressReporter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ public void printInitializeEnd(List<Feature> features, ImageClassLoader classLoa
260260
recordJsonMetric(GeneralInfo.GC, gcName);
261261
long maxHeapSize = SubstrateGCOptions.MaxHeapSize.getValue();
262262
String maxHeapValue = maxHeapSize == 0 ? Heap.getHeap().getGC().getDefaultMaxHeapSize() : ByteFormattingUtil.bytesToHuman(maxHeapSize);
263-
l().a(" ").doclink("Garbage collector", "#glossary-gc").a(": ").a(gcName).a(" (").doclink("max heap size", "#glossary-gc-max-heap-size").a(": ").a(maxHeapValue).a(")").println();
263+
l().a(" ").doclink("Image Garbage collector", "#glossary-gc").a(": ").a(gcName).a(" (").doclink("max heap size", "#glossary-gc-max-heap-size").a(": ").a(maxHeapValue).a(")").println();
264264

265265
printFeatures(features);
266266
printExperimentalOptions(classLoader);

0 commit comments

Comments
 (0)