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.
2 parents 9db0e9e + 4081096 commit e238132Copy full SHA for e238132
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