BackgroundPreinitializer doesn't work with AOT #14157
Labels
for: external-project
For an external project and not something we can fix
theme: aot
An issue related to Ahead-of-time processing
The
BackgroundPreinitializer
is written in a style of try/catch/swallow to deal with classes that aren't available at runtime. It's easier on the eye than checking for each class before trying to use it, but it doesn't work with Graal AOT (theBackgroundPreinitializer
just errors out on line 83, the Tomcat MBeans, if Tomcat is not on the classpath, and then never recovers).Possibly related oracle/graal#622 and #14147
The text was updated successfully, but these errors were encountered: