Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Commit

Permalink
remove obsolete configurations to address GraalVM 22.1.0 breakage (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 authored May 16, 2022
1 parent 5bd3241 commit d274932
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,5 @@ private static void loadMiscClasses(BeforeAnalysisAccess access) {

registerForUnsafeFieldAccess(
access, "javax.net.ssl.SSLContext", "contextSpi");
registerClassForReflection(
access, "java.lang.management.ManagementFactory");
registerClassForReflection(
access, "java.lang.management.RuntimeMXBean");
}
}

0 comments on commit d274932

Please sign in to comment.