We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5de77 commit 4081096Copy full SHA for 4081096
substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/code/CompileQueue.java
@@ -357,6 +357,11 @@ public void run(DebugContext debug) {
357
public Description getDescription() {
358
return description;
359
}
360
+
361
+ @Override
362
+ public DebugContext getDebug(OptionValues options, List<DebugHandlersFactory> factories) {
363
+ return new DebugContext.Builder(options, factories).description(getDescription()).globalMetrics(metricValues).build();
364
+ }
365
366
367
@SuppressWarnings("this-escape")
0 commit comments