Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit ab35b18

Browse files
committed
Document -H:Log=registerResource:3
Closes gh-746
1 parent 510731e commit ab35b18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-native-docs/src/main/asciidoc/native-image-options.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ This option is currently (hopefully, temporarily) required for Netty-based appli
2828
See {github-issues}/8[this issue] for more details.
2929
You can use it with specific classes or package specified if needed.
3030
* `-H:+PrintAnalysisCallTree` helps to find what classes, methods, and fields are used and why.
31+
* `-H:Log=registerResource:3` prints the resources included in the native image.
3132
You can find more details in GraalVM https://github.com/oracle/graal/blob/master/substratevm/Reports.md[reports documentation].
3233
* `-H:ReportAnalysisForbiddenType=com.example.Foo` helps to find why the specified class is included in the native image.
3334
* `--trace-class-initialization` provides a comma-separated list of fully-qualified class names that a class initialization is traced for.

0 commit comments

Comments
 (0)