Skip to content
Snippets Groups Projects
Commit bc67b5eb authored by Almaz Mingaleev's avatar Almaz Mingaleev
Browse files

Do not preload java.util.ImmutableCollections.

It has static int field SALT which is responsible for randomization
of iterator order.

Bug: n/a
Test: device boots
Change-Id: I3f1f4b4d56f37495914be1967cf83bd138354e2f
Merged-In: I3f1f4b4d56f37495914be1967cf83bd138354e2f
parent b457973c
No related branches found
No related tags found
No related merge requests found
......@@ -14799,7 +14799,6 @@ java.util.ImmutableCollections$MapN
java.util.ImmutableCollections$Set12
java.util.ImmutableCollections$SetN
java.util.ImmutableCollections$SubList
java.util.ImmutableCollections
java.util.InputMismatchException
java.util.Iterator
java.util.JumboEnumSet$EnumSetIterator
......
......@@ -9,4 +9,5 @@ android.net.rtp.AudioGroup
android.net.rtp.AudioStream
android.net.rtp.RtpStream
java.util.concurrent.ThreadLocalRandom
java.util.ImmutableCollections
com.android.internal.jank.InteractionJankMonitor$InstanceHolder
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment