Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Merge "Track exposure of new j.l.reflect methods"
Browse files Browse the repository at this point in the history
  • Loading branch information
nfuller authored and Gerrit Code Review committed Sep 1, 2016
2 parents 227a176 + 671d9ce commit 47784a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/current.txt
Expand Up @@ -50501,6 +50501,7 @@ package java.lang {
method public boolean isPrimitive();
method public boolean isSynthetic();
method public T newInstance() throws java.lang.IllegalAccessException, java.lang.InstantiationException;
method public java.lang.String toGenericString();
}

public class ClassCastException extends java.lang.RuntimeException {
Expand Down Expand Up @@ -51998,6 +51999,7 @@ package java.lang.reflect {
method public static boolean isTransient(int);
method public static boolean isVolatile(int);
method public static int methodModifiers();
method public static int parameterModifiers();
method public static java.lang.String toString(int);
field public static final int ABSTRACT = 1024; // 0x400
field public static final int FINAL = 16; // 0x10
Expand Down
2 changes: 2 additions & 0 deletions api/system-current.txt
Expand Up @@ -53857,6 +53857,7 @@ package java.lang {
method public boolean isPrimitive();
method public boolean isSynthetic();
method public T newInstance() throws java.lang.IllegalAccessException, java.lang.InstantiationException;
method public java.lang.String toGenericString();
}

public class ClassCastException extends java.lang.RuntimeException {
Expand Down Expand Up @@ -55354,6 +55355,7 @@ package java.lang.reflect {
method public static boolean isTransient(int);
method public static boolean isVolatile(int);
method public static int methodModifiers();
method public static int parameterModifiers();
method public static java.lang.String toString(int);
field public static final int ABSTRACT = 1024; // 0x400
field public static final int FINAL = 16; // 0x10
Expand Down
2 changes: 2 additions & 0 deletions api/test-current.txt
Expand Up @@ -50581,6 +50581,7 @@ package java.lang {
method public boolean isPrimitive();
method public boolean isSynthetic();
method public T newInstance() throws java.lang.IllegalAccessException, java.lang.InstantiationException;
method public java.lang.String toGenericString();
}

public class ClassCastException extends java.lang.RuntimeException {
Expand Down Expand Up @@ -52078,6 +52079,7 @@ package java.lang.reflect {
method public static boolean isTransient(int);
method public static boolean isVolatile(int);
method public static int methodModifiers();
method public static int parameterModifiers();
method public static java.lang.String toString(int);
field public static final int ABSTRACT = 1024; // 0x400
field public static final int FINAL = 16; // 0x10
Expand Down

0 comments on commit 47784a7

Please sign in to comment.