The usage of the awt
extension results in unregistered resource or reflective accesses in native mode
#44622
Labels
awt
extension results in unregistered resource or reflective accesses in native mode
#44622
Describe the bug
As mentioned in #41995
Using this flat results in exceptions being thrown when using the awt extension as described below.
Expected behavior
No unregistered resource or reflective accesses should happen.
Actual behavior
The following unregistered resource or reflective accesses happen:
How to Reproduce?
Tip
In GraalVM for JDK 24 the length of the printed stack trace when using
-XX:MissingRegistrationReportingMode=Warn
can be set with-XX:MissingRegistrationWarnContextLines=
Output of
uname -a
orver
No response
Output of
java -version
No response
Mandrel or GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: