You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: substratevm/src/com.oracle.svm.core.genscavenge/src/com/oracle/svm/core/genscavenge/LibGraalCollectionPolicy.java
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,11 @@ public static final class Options {
65
65
privateUnsignedWordsizeBefore = Word.zero();
66
66
privateGCCauselastGCCause = null;
67
67
68
+
@Override
69
+
publicStringgetName() {
70
+
return"libgraal";
71
+
}
72
+
68
73
/**
69
74
* The hinted GC will be triggered only if the used bytes in eden space is greater than
70
75
* {@link Options#ExpectedEdenSize}, or if the ratio of used bytes to total allocated bytes of
0 commit comments