Skip to content

Commit

Permalink
Fix style issues, Add native image config for runtimedebuginfotest
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikmascherbauer committed Jan 21, 2025
1 parent 06ef6ab commit c4c5130
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public List<String> getHeaderFiles() {
}
}

private static class IncludeForRuntimeDebugOnly implements BooleanSupplier {
private static final class IncludeForRuntimeDebugOnly implements BooleanSupplier {
@Override
public boolean getAsBoolean() {
return SubstrateOptions.RuntimeDebugInfo.getValue();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,8 @@
* which is further composed of:
* <ul>
* <li>{@link LeafRange}: A leaf in the {@link CompilationResultFrameTree}.</li>
* <li>{@link CallRange}: A {@link CompilationResultFrameTree.CallNode CallNode} in the
* {@link CompilationResultFrameTree}. Represents inlined calls and is therefore itself composed of
* ranges.</li>
* <li>{@link CallRange}: A {@code CallNode} in the {@link CompilationResultFrameTree}. Represents
* inlined calls and is therefore itself composed of ranges.</li>
* </ul>
* </li>
* </ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ public boolean isVirtual(SharedMethod method) {
}

/**
* Fetch a methods symbol produced by the {@link BFDNameProvider}
* Fetch a methods symbol produced by the {@link BFDNameProvider}.
*
* @param method method to get the symbol name for
* @return symbol name of the method
Expand Down

0 comments on commit c4c5130

Please sign in to comment.