Merge "Do not preload java.util.ImmutableCollections."
diff --git a/config/preloaded-classes b/config/preloaded-classes
index c4ccc16..54d0398 100644
--- a/config/preloaded-classes
+++ b/config/preloaded-classes
@@ -14309,7 +14309,6 @@
 java.util.ImmutableCollections$Set1
 java.util.ImmutableCollections$Set2
 java.util.ImmutableCollections$SetN
-java.util.ImmutableCollections
 java.util.InputMismatchException
 java.util.Iterator
 java.util.JumboEnumSet$EnumSetIterator
diff --git a/config/preloaded-classes-denylist b/config/preloaded-classes-denylist
index 02f2df6..0f7bc10 100644
--- a/config/preloaded-classes-denylist
+++ b/config/preloaded-classes-denylist
@@ -9,3 +9,4 @@
 android.net.rtp.AudioStream
 android.net.rtp.RtpStream
 java.util.concurrent.ThreadLocalRandom
+java.util.ImmutableCollections