OSDN Git Service

Also print class for NoSuchFieldException
authorMathieu Chartier <mathieuc@google.com>
Wed, 13 May 2015 20:13:24 +0000 (13:13 -0700)
committerMathieu Chartier <mathieuc@google.com>
Wed, 13 May 2015 21:06:27 +0000 (14:06 -0700)
commit3beb245da9392818e3154d47593f82cf0ef69aac
tree3e43a6fb9dedf1a1c7f868cf5148ab4b579e25b3
parente8ff50df01c89e1b5264a5a900cfebdde87a9b44
Also print class for NoSuchFieldException

Example message:
Caused by: java.lang.NoSuchFieldException: No field value in class Ljava/lang/String;

Added test.

Bug: 20881251

Change-Id: I4043cbf26c3077952b6c151da0d0edd980da26b1
runtime/common_throws.cc
runtime/common_throws.h
runtime/native/java_lang_Class.cc
test/046-reflect/src/Main.java