Loading core/java/android/os/CombinedMessageQueue/MessageQueue.java +0 −3 Original line number Diff line number Diff line Loading @@ -2598,7 +2598,6 @@ public final class MessageQueue { sRemovedFromStack = l.findVarHandle(MessageQueue.MessageNode.class, "mRemovedFromStackValue", boolean.class); } catch (Exception e) { Log.wtf(TAG_C, "VarHandle lookup failed", e); throw new ExceptionInInitializerError(e); } } Loading Loading @@ -2679,7 +2678,6 @@ public final class MessageQueue { sMptrRefCount = l.findVarHandle(MessageQueue.class, "mMptrRefCountValue", long.class); } catch (Exception e) { Log.wtf(TAG_C, "VarHandle lookup failed", e); throw new ExceptionInInitializerError(e); } } Loading Loading @@ -2797,7 +2795,6 @@ public final class MessageQueue { sCounts = l.findVarHandle(MessageQueue.MessageCounts.class, "mCountsValue", long.class); } catch (Exception e) { Log.wtf(TAG_C, "VarHandle lookup failed", e); throw new ExceptionInInitializerError(e); } } Loading Loading
core/java/android/os/CombinedMessageQueue/MessageQueue.java +0 −3 Original line number Diff line number Diff line Loading @@ -2598,7 +2598,6 @@ public final class MessageQueue { sRemovedFromStack = l.findVarHandle(MessageQueue.MessageNode.class, "mRemovedFromStackValue", boolean.class); } catch (Exception e) { Log.wtf(TAG_C, "VarHandle lookup failed", e); throw new ExceptionInInitializerError(e); } } Loading Loading @@ -2679,7 +2678,6 @@ public final class MessageQueue { sMptrRefCount = l.findVarHandle(MessageQueue.class, "mMptrRefCountValue", long.class); } catch (Exception e) { Log.wtf(TAG_C, "VarHandle lookup failed", e); throw new ExceptionInInitializerError(e); } } Loading Loading @@ -2797,7 +2795,6 @@ public final class MessageQueue { sCounts = l.findVarHandle(MessageQueue.MessageCounts.class, "mCountsValue", long.class); } catch (Exception e) { Log.wtf(TAG_C, "VarHandle lookup failed", e); throw new ExceptionInInitializerError(e); } } Loading