From f3638be2b21ff1d739671ffff0f46169e2d7d9d3 Mon Sep 17 00:00:00 2001 From: Przemyslaw Szczepaniak Date: Tue, 21 Mar 2017 13:57:19 +0000 Subject: [PATCH] Track libcore commit a2d9879b Test: make -j 32 Bug: 36461944 Change-Id: I0cf924a0f07d3d048f75edb4061b20f065ba80b1 --- api/current.txt | 1 + api/system-current.txt | 1 + api/test-current.txt | 1 + 3 files changed, 3 insertions(+) diff --git a/api/current.txt b/api/current.txt index 98f2cc83a7186..9d9056dde4049 100644 --- a/api/current.txt +++ b/api/current.txt @@ -53164,6 +53164,7 @@ package java.lang.reflect { public class GenericSignatureFormatError extends java.lang.ClassFormatError { ctor public GenericSignatureFormatError(); + ctor public GenericSignatureFormatError(java.lang.String); } public abstract interface InvocationHandler { diff --git a/api/system-current.txt b/api/system-current.txt index a79c399c3182c..e52cc0c11d3ff 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -56794,6 +56794,7 @@ package java.lang.reflect { public class GenericSignatureFormatError extends java.lang.ClassFormatError { ctor public GenericSignatureFormatError(); + ctor public GenericSignatureFormatError(java.lang.String); } public abstract interface InvocationHandler { diff --git a/api/test-current.txt b/api/test-current.txt index 60201f8598337..7e4b2b6772bee 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -53255,6 +53255,7 @@ package java.lang.reflect { public class GenericSignatureFormatError extends java.lang.ClassFormatError { ctor public GenericSignatureFormatError(); + ctor public GenericSignatureFormatError(java.lang.String); } public abstract interface InvocationHandler {