-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated native image agent results (CI)
- Loading branch information
Showing
7 changed files
with
17,586 additions
and
0 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
...mage-agent-results/java11-axon-4-5-8-quarkus-2-7-1-Final-graalvm-22-0-0-2/jni-config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[ | ||
{ | ||
"name":"java.lang.ClassLoader", | ||
"methods":[ | ||
{"name":"getPlatformClassLoader","parameterTypes":[] }, | ||
{"name":"loadClass","parameterTypes":["java.lang.String"] } | ||
] | ||
}, | ||
{ | ||
"name":"jdk.internal.loader.ClassLoaders$PlatformClassLoader" | ||
}, | ||
{ | ||
"name":"org.graalvm.jniutils.JNIExceptionWrapperEntryPoints", | ||
"methods":[{"name":"getClassName","parameterTypes":["java.lang.Class"] }] | ||
} | ||
] |
16,724 changes: 16,724 additions & 0 deletions
16,724
...ults/java11-axon-4-5-8-quarkus-2-7-1-Final-graalvm-22-0-0-2/native-image-agent-trace.json
Large diffs are not rendered by default.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
...lts/java11-axon-4-5-8-quarkus-2-7-1-Final-graalvm-22-0-0-2/predefined-classes-config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[ | ||
{ | ||
"type":"agent-extracted", | ||
"classes":[ | ||
] | ||
} | ||
] |
2 changes: 2 additions & 0 deletions
2
...ge-agent-results/java11-axon-4-5-8-quarkus-2-7-1-Final-graalvm-22-0-0-2/proxy-config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[ | ||
] |
Oops, something went wrong.