xref: /aosp_15_r20/art/test/921-hello-failure/expected-stdout.txt (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
1hello - Verification
2Transformation error : java.lang.Exception(Failed to redefine class <LTransform;> due to JVMTI_ERROR_FAILS_VERIFICATION (FAILURE TO REDEFINE Unable to perform redefinition of 'LTransform;': Failed to verify class. Error was: Verifier rejected class Transform: void Transform.sayHi(java.lang.String) failed to verify: void Transform.sayHi(java.lang.String): [0x0] return-object not expected))
3hello - Verification
4hello - NewName
5Transformation error : java.lang.Exception(Failed to redefine class <LTransform;> due to JVMTI_ERROR_NAMES_DONT_MATCH (FAILURE TO REDEFINE Unable to perform redefinition of 'LTransform;': expected file to contain class called 'LTransform;' but found 'LNotTransform;'!))
6hello - NewName
7hello - DifferentAccess
8Transformation error : java.lang.Exception(Failed to redefine class <LTransform;> due to JVMTI_ERROR_UNSUPPORTED_REDEFINITION_CLASS_MODIFIERS_CHANGED (FAILURE TO REDEFINE Unable to perform redefinition of 'LTransform;': Cannot change modifiers of class by redefinition))
9hello - DifferentAccess
10hello2 - NewInterface
11Transformation error : java.lang.Exception(Failed to redefine class <LTransform2;> due to JVMTI_ERROR_UNSUPPORTED_REDEFINITION_HIERARCHY_CHANGED (FAILURE TO REDEFINE Unable to perform redefinition of 'LTransform2;': Interfaces added or removed))
12hello2 - NewInterface
13hello2 - MissingInterface
14Transformation error : java.lang.Exception(Failed to redefine class <LTransform2;> due to JVMTI_ERROR_UNSUPPORTED_REDEFINITION_HIERARCHY_CHANGED (FAILURE TO REDEFINE Unable to perform redefinition of 'LTransform2;': Interfaces added or removed))
15hello2 - MissingInterface
16hello2 - ReorderInterface
17Transformation error : java.lang.Exception(Failed to redefine class <LTransform2;> due to JVMTI_ERROR_UNSUPPORTED_REDEFINITION_HIERARCHY_CHANGED (FAILURE TO REDEFINE Unable to perform redefinition of 'LTransform2;': Interfaces changed or re-ordered))
18hello2 - ReorderInterface
19hello - MultiRedef
20hello2 - MultiRedef
21Transformation error : java.lang.Exception(Failed to redefine classes <LTransform2;, LTransform;> due to JVMTI_ERROR_NAMES_DONT_MATCH (FAILURE TO REDEFINE Unable to perform redefinition of 'LTransform;': expected file to contain class called 'LTransform;' but found 'LNotTransform;'!))
22hello - MultiRedef
23hello2 - MultiRedef
24Transformation error : java.lang.Exception(Failed to redefine classes <LTransform;, LTransform2;> due to JVMTI_ERROR_NAMES_DONT_MATCH (FAILURE TO REDEFINE Unable to perform redefinition of 'LTransform;': expected file to contain class called 'LTransform;' but found 'LNotTransform;'!))
25hello - MultiRedef
26hello2 - MultiRedef
27hello - MultiRetrans
28hello2 - MultiRetrans
29Transformation error : java.lang.Exception(Failed to retransform classes <LTransform2;, LTransform;> due to JVMTI_ERROR_NAMES_DONT_MATCH (FAILURE TO RETRANSFORM Unable to perform redefinition of 'LTransform;': expected file to contain class called 'LTransform;' but found 'LNotTransform;'!))
30hello - MultiRetrans
31hello2 - MultiRetrans
32Transformation error : java.lang.Exception(Failed to retransform classes <LTransform;, LTransform2;> due to JVMTI_ERROR_NAMES_DONT_MATCH (FAILURE TO RETRANSFORM Unable to perform redefinition of 'LTransform;': expected file to contain class called 'LTransform;' but found 'LNotTransform;'!))
33hello - MultiRetrans
34hello2 - MultiRetrans
35hello - NewMethod
36Transformation error : java.lang.Exception(Failed to redefine class <LTransform;> due to JVMTI_ERROR_UNSUPPORTED_REDEFINITION_METHOD_ADDED (FAILURE TO REDEFINE Unable to perform redefinition of 'LTransform;': Total number of declared methods changed from 2 to 3))
37hello - NewMethod
38hello2 - MissingMethod
39Transformation error : java.lang.Exception(Failed to redefine class <LTransform3;> due to JVMTI_ERROR_UNSUPPORTED_REDEFINITION_METHOD_DELETED (FAILURE TO REDEFINE Unable to perform redefinition of 'LTransform3;': Total number of declared methods changed from 3 to 2))
40hello2 - MissingMethod
41hello - MethodChange
42Transformation error : java.lang.Exception(Failed to redefine class <LTransform;> due to JVMTI_ERROR_UNSUPPORTED_REDEFINITION_METHOD_MODIFIERS_CHANGED (FAILURE TO REDEFINE Unable to perform redefinition of 'LTransform;': method 'sayHi' (sig: (Ljava/lang/String;)V) had different access flags))
43hello - MethodChange
44hello - NewField
45Transformation error : java.lang.Exception(Failed to redefine class <LTransform;> due to JVMTI_ERROR_UNSUPPORTED_REDEFINITION_SCHEMA_CHANGED (FAILURE TO REDEFINE Unable to perform redefinition of 'LTransform;': Unknown field 'field' (sig: Ljava/lang/Object;) added!))
46hello - NewField
47hello there - MissingField
48Transformation error : java.lang.Exception(Failed to redefine class <LTransform4;> due to JVMTI_ERROR_UNSUPPORTED_REDEFINITION_SCHEMA_CHANGED (FAILURE TO REDEFINE Unable to perform redefinition of 'LTransform4;': Field 'greeting' (sig: Ljava/lang/String;) is missing!))
49hello there - MissingField
50hello there again - FieldChange
51Transformation error : java.lang.Exception(Failed to redefine class <LTransform4;> due to JVMTI_ERROR_UNSUPPORTED_REDEFINITION_SCHEMA_CHANGED (FAILURE TO REDEFINE Unable to perform redefinition of 'LTransform4;': Unknown field 'greeting' (sig: Ljava/lang/Object;) added!))
52hello there again - FieldChange
53hello - Unmodifiable
54Transformation error : java.lang.Exception(Failed to redefine class <[LTransform;> due to JVMTI_ERROR_UNMODIFIABLE_CLASS (FAILURE TO REDEFINE Modification of Array classes is not supported))
55hello - Unmodifiable
56hello - Undefault
57Transformation error : java.lang.Exception(Failed to redefine class <LTransform5;> due to JVMTI_ERROR_UNSUPPORTED_REDEFINITION_METHOD_ADDED (FAILURE TO REDEFINE Unable to perform redefinition of 'LTransform5;': Total number of declared methods changed from 2 to 3))
58hello - Undefault
59