RFR: 8303147: [s390x] fast & slow debug builds are broken [v2]

SUN Guoyun duke at openjdk.org
Mon Mar 6 06:59:04 UTC 2023


The message from this sender included one or more files
which could not be scanned for virus detection; do not
open these files unless you are certain of the sender's intent.

----------------------------------------------------------------------
On Mon, 6 Mar 2023 06:45:52 GMT, Amit Kumar <amitkumar at openjdk.org> wrote:

>> I would like to see more detailed stack information from hs_err_pid901198.log, so to know which stub is causing the problem.
>
> I'm really sorry. 
> [hs_err_pid901198.log](https://github.com/openjdk/jdk/files/10895097/hs_err_pid901198.log)

Thank you. perhaps this is the difference between the S390 and other architectures, do not call store_parameter() in this method on other architectures, such as x86. 

LIR_Assembler::emit_typecheck_helper(LIR_OpTypeCheck*, Label*, Label*, Label*)+0x800  (c1_LIRAssembler_s390.cpp:2534)

Next, let's see if there is a better solution.

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

PR: https://git.openjdk.org/jdk/pull/12825


More information about the hotspot-compiler-dev mailing list