RFR: 8345285: [s390x] test failures: foreign/normalize/TestNormalize.java with C2
Amit Kumar
amitkumar at openjdk.org
Tue Jan 21 10:35:34 UTC 2025
On Tue, 21 Jan 2025 09:47:16 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> Does this work?
Yes, it works. I want to understand if `caller->is_upcall_stub_frame() && (!is_bottom_frame)` is a valid condition ?
I added this code and it seems no test is failing from `test/jdk/java/foreign` directory:
+ if (caller->is_upcall_stub_frame() && (!is_bottom_frame)) {
+ assert(false, "just testing");
+ }
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23197#issuecomment-2604334513
More information about the hotspot-dev
mailing list