From 466f92d97b8b9dd987beaa337544044e5cab8aa3 Mon Sep 17 00:00:00 2001 From: Orion Hodson Date: Fri, 22 Sep 2017 10:04:56 +0100 Subject: [PATCH] Update dalvik.bytecode package BUG: 66562179 Test: m checkapi Change-Id: Ifeecbecbd7334b55126b6e0f51eb5e8b516e341a --- api/current.txt | 2 ++ api/system-current.txt | 2 ++ api/test-current.txt | 2 ++ 3 files changed, 6 insertions(+) diff --git a/api/current.txt b/api/current.txt index c1f05e51836f..388fdba97a5d 100644 --- a/api/current.txt +++ b/api/current.txt @@ -52139,6 +52139,8 @@ package dalvik.bytecode { field public static final int OP_CONST_CLASS = 28; // 0x1c field public static final int OP_CONST_CLASS_JUMBO = 255; // 0xff field public static final int OP_CONST_HIGH16 = 21; // 0x15 + field public static final int OP_CONST_METHOD_HANDLE = 254; // 0xfe + field public static final int OP_CONST_METHOD_TYPE = 255; // 0xff field public static final int OP_CONST_STRING = 26; // 0x1a field public static final int OP_CONST_STRING_JUMBO = 27; // 0x1b field public static final int OP_CONST_WIDE = 24; // 0x18 diff --git a/api/system-current.txt b/api/system-current.txt index 0ce7908166cc..66c9015cd55d 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -56119,6 +56119,8 @@ package dalvik.bytecode { field public static final int OP_CONST_CLASS = 28; // 0x1c field public static final int OP_CONST_CLASS_JUMBO = 255; // 0xff field public static final int OP_CONST_HIGH16 = 21; // 0x15 + field public static final int OP_CONST_METHOD_HANDLE = 254; // 0xfe + field public static final int OP_CONST_METHOD_TYPE = 255; // 0xff field public static final int OP_CONST_STRING = 26; // 0x1a field public static final int OP_CONST_STRING_JUMBO = 27; // 0x1b field public static final int OP_CONST_WIDE = 24; // 0x18 diff --git a/api/test-current.txt b/api/test-current.txt index 685e06ac640b..a69604c5ee40 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -52563,6 +52563,8 @@ package dalvik.bytecode { field public static final int OP_CONST_CLASS = 28; // 0x1c field public static final int OP_CONST_CLASS_JUMBO = 255; // 0xff field public static final int OP_CONST_HIGH16 = 21; // 0x15 + field public static final int OP_CONST_METHOD_HANDLE = 254; // 0xfe + field public static final int OP_CONST_METHOD_TYPE = 255; // 0xff field public static final int OP_CONST_STRING = 26; // 0x1a field public static final int OP_CONST_STRING_JUMBO = 27; // 0x1b field public static final int OP_CONST_WIDE = 24; // 0x18 -- 2.11.0