diff options
author | 2022-10-19 11:06:45 +0100 | |
---|---|---|
committer | 2022-10-19 12:43:09 +0000 | |
commit | 991fa8e30e9f014e4efa727a67c44e7760d7cc37 (patch) | |
tree | a2439be1416926f5abd6f476ca14a57640bc3c1c | |
parent | 6178f46025a674b7374b65c05fd48bf5babd48a1 (diff) |
Preload TerminatingThreadLocal in Zygote
The class is newly added, and is used by libcore in every app process.
Bug: 254254672
Bug: 247773125
Test: m droid
Change-Id: Ic5713f204ea6d099585f3374b519dbaf873ea5fd
-rw-r--r-- | build/boot/preloaded-classes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/boot/preloaded-classes b/build/boot/preloaded-classes index f335ba9fdc..a497764210 100644 --- a/build/boot/preloaded-classes +++ b/build/boot/preloaded-classes @@ -2414,6 +2414,7 @@ jdk.internal.math.FormattedFloatingDecimal$Form jdk.internal.math.FormattedFloatingDecimal jdk.internal.misc.JavaObjectInputStreamAccess jdk.internal.misc.SharedSecrets +jdk.internal.misc.TerminatingThreadLocal jdk.internal.misc.Unsafe jdk.internal.misc.VM jdk.internal.reflect.Reflection |