File tree 3 files changed +4
-5
lines changed
com.oracle.svm.core/src/com/oracle/svm/core/debug
com.oracle.svm.hosted/src/com/oracle/svm/hosted/image
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ public List<String> getHeaderFiles() {
65
65
}
66
66
}
67
67
68
- private static class IncludeForRuntimeDebugOnly implements BooleanSupplier {
68
+ private static final class IncludeForRuntimeDebugOnly implements BooleanSupplier {
69
69
@ Override
70
70
public boolean getAsBoolean () {
71
71
return SubstrateOptions .RuntimeDebugInfo .getValue ();
Original file line number Diff line number Diff line change 162
162
* which is further composed of:
163
163
* <ul>
164
164
* <li>{@link LeafRange}: A leaf in the {@link CompilationResultFrameTree}.</li>
165
- * <li>{@link CallRange}: A {@link CompilationResultFrameTree.CallNode CallNode} in the
166
- * {@link CompilationResultFrameTree}. Represents inlined calls and is therefore itself composed of
167
- * ranges.</li>
165
+ * <li>{@link CallRange}: A {@code CallNode} in the {@link CompilationResultFrameTree}. Represents
166
+ * inlined calls and is therefore itself composed of ranges.</li>
168
167
* </ul>
169
168
* </li>
170
169
* </ul>
Original file line number Diff line number Diff line change @@ -502,7 +502,7 @@ public boolean isVirtual(SharedMethod method) {
502
502
}
503
503
504
504
/**
505
- * Fetch a methods symbol produced by the {@link BFDNameProvider}
505
+ * Fetch a methods symbol produced by the {@link BFDNameProvider}.
506
506
*
507
507
* @param method method to get the symbol name for
508
508
* @return symbol name of the method
You can’t perform that action at this time.
0 commit comments