diff options
| author | 2023-03-14 10:12:31 +0000 | |
|---|---|---|
| committer | 2023-03-14 10:12:31 +0000 | |
| commit | 2f18344d982e7c50922fa099a007646702a16a0f (patch) | |
| tree | 1ef602f1db34d079c5d73b72c2730ff662c9260d | |
| parent | 519dbb2d817189e31b695f0c3ef382895930e2a0 (diff) | |
| parent | 185be7092082155705b9bae70774dad43706a151 (diff) | |
Merge "Do not preload java.util.ImmutableCollections."
| -rw-r--r-- | config/preloaded-classes | 1 | ||||
| -rw-r--r-- | config/preloaded-classes-denylist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/config/preloaded-classes b/config/preloaded-classes index c4ccc16e4551..54d0398eb6fa 100644 --- a/config/preloaded-classes +++ b/config/preloaded-classes @@ -14309,7 +14309,6 @@ java.util.ImmutableCollections$Set0 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 02f2df6167a5..0f7bc10bc627 100644 --- a/config/preloaded-classes-denylist +++ b/config/preloaded-classes-denylist @@ -9,3 +9,4 @@ android.net.rtp.AudioGroup android.net.rtp.AudioStream android.net.rtp.RtpStream java.util.concurrent.ThreadLocalRandom +java.util.ImmutableCollections |