Commit c9e8029
committed
Initial implmentation for json file build output
This uses a simple backing Map (HashMap), for collecting the
data. It's entirely driven by ProgressReporter and if not
requested by the user by specifying:
`-H:BuildOutputJSONFile=<file>` on the command entirely
disabled.
It also adds a JSON schema to the native image manual as
an asset.1 parent 69da0fa commit c9e8029
File tree
5 files changed
+960
-7
lines changed- docs/reference-manual/native-image
- assets
- substratevm/src
- com.oracle.svm.core/src/com/oracle/svm/core
- com.oracle.svm.hosted/src/com/oracle/svm/hosted
5 files changed
+960
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
192 | 193 | | |
193 | 194 | | |
194 | 195 | | |
| |||
0 commit comments