RFR: 8256860: S390 builds broken after JDK-8254231

Aleksey Shipilev shade at openjdk.java.net
Mon Nov 23 15:56:58 UTC 2020


On Mon, 23 Nov 2020 15:38:10 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> Foreign linker integration broke S390 builds. This change stubs out the new entry points, without implementing the actual support yet.
> 
> Additional testing:
>  - [x] Linux s390x fastdebug cross-compilation

> 2020-11-23T15:37:00.9910237Z 53 | __ movptr(ctxt_reg, c_rarg0);
> // FIXME c args? or java?

That's different, x86_32 failure. I believe Jorn fixes it in JDK-8256486.

-------------

PR: https://git.openjdk.java.net/jdk/pull/1392


More information about the hotspot-compiler-dev mailing list