Skip to content

Commit

Permalink
Remove remaining native build-time class initializations
Browse files Browse the repository at this point in the history
See oracle/graal#4673 related issue.

Closes spring-projectsgh-29018
  • Loading branch information
sdeleuze committed Aug 26, 2022
1 parent 3e9b571 commit d16fa82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
Args = --initialize-at-build-time=org.springframework.aot.graalvm.ThrowawayClassLoader,\
org.springframework.util.ClassUtils,\
org.springframework.util.ConcurrentReferenceHashMap,\
org.springframework.util.MimeType,\
org.springframework.util.MimeTypeUtils \
Args = --initialize-at-build-time=org.springframework.aot.graalvm.ThrowawayClassLoader \
--add-exports org.graalvm.nativeimage.builder/com.oracle.svm.hosted=ALL-UNNAMED \
--add-exports jdk.internal.vm.compiler/org.graalvm.compiler.debug=ALL-UNNAMED \
--add-exports jdk.internal.vm.ci/jdk.vm.ci.meta=ALL-UNNAMED \
Expand Down

This file was deleted.

0 comments on commit d16fa82

Please sign in to comment.