Home
last modified time | relevance | path

Searched refs:Failed (Results 1 – 18 of 18) sorted by relevance

/art/test/921-hello-failure/
Dexpected.txt2 Transformation error : java.lang.Exception(Failed to redefine class <LTransform;> due to JVMTI_ERRO…
5 Transformation error : java.lang.Exception(Failed to redefine class <LTransform;> due to JVMTI_ERRO…
8 Transformation error : java.lang.Exception(Failed to redefine class <LTransform;> due to JVMTI_ERRO…
11 Transformation error : java.lang.Exception(Failed to redefine class <LTransform2;> due to JVMTI_ERR…
14 Transformation error : java.lang.Exception(Failed to redefine class <LTransform2;> due to JVMTI_ERR…
17 Transformation error : java.lang.Exception(Failed to redefine class <LTransform2;> due to JVMTI_ERR…
21 Transformation error : java.lang.Exception(Failed to redefine classes <LTransform2;, LTransform;> d…
24 Transformation error : java.lang.Exception(Failed to redefine classes <LTransform;, LTransform2;> d…
29 Transformation error : java.lang.Exception(Failed to retransform classes <LTransform2;, LTransform;…
32 Transformation error : java.lang.Exception(Failed to retransform classes <LTransform;, LTransform2;…
[all …]
/art/test/1950-unprepared-transform/
Djvm-expected.patch2 < Trying to redefine: class Transform. Caught error class java.lang.Exception: Failed to retransfor…
Dexpected.txt2 Trying to redefine: class Transform. Caught error class java.lang.Exception: Failed to retransform …
/art/test/1969-force-early-return-void/
Dclass-loading-expected.patch8 > Failed to force-return due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
25 > Failed to force-return due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
Dexpected.txt87 Failed to force-return due to java.lang.RuntimeException: JVMTI_ERROR_TYPE_MISMATCH
151 Failed to force-return due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
/art/test/1957-error-ext/
Dexpected.txt2 Got class java.lang.Exception: Failed to redefine class <Lart/Test1957$Transform;> due to JVMTI_ERR…
/art/test/1953-pop-frame/
Dclass-loading-expected.patch19 > Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
29 > Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
Dexpected.txt69 Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
78 Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
/art/test/1956-pop-frame-jit-calling/
Djvm-expected.patch19 < Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
29 < Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
Dexpected.txt77 Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
87 Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
103 Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
112 Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
/art/test/1954-pop-frame-jit/
Djvm-expected.patch19 < Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
29 < Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
Dexpected.txt77 Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
87 Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
103 Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
112 Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
/art/test/1955-pop-frame-jit-called/
Djvm-expected.patch19 < Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
29 < Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
Dexpected.txt77 Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
87 Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
103 Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
112 Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
/art/test/1970-force-early-return-long/
Dexpected.txt87 Failed to force-return due to java.lang.RuntimeException: JVMTI_ERROR_TYPE_MISMATCH
152 Failed to force-return due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
180 Failed to force-return due to java.lang.RuntimeException: JVMTI_ERROR_TYPE_MISMATCH
196 Failed to force-return due to java.lang.RuntimeException: JVMTI_ERROR_TYPE_MISMATCH
212 Failed to force-return due to java.lang.RuntimeException: JVMTI_ERROR_TYPE_MISMATCH
/art/test/1968-force-early-return/
Dexpected.txt141 Failed to force-return due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
169 Failed to force-return due to java.lang.RuntimeException: JVMTI_ERROR_TYPE_MISMATCH
185 Failed to force-return due to java.lang.RuntimeException: JVMTI_ERROR_TYPE_MISMATCH
/art/cmdline/
DREADME.md197 return Result::Failure("Failed to parse double from " + str);
201 "Failed to parse double from " + str + "; overflow/underflow occurred");
/art/runtime/gc/
Dheap.cc3168 bool Failed() const { in Failed() function in art::gc::VerifyLiveStackReferences
3193 return !visitor.Failed(); in VerifyMissingCardMarks()