On Fri, 8 May 2026 13:22:48 GMT, Coleen Phillimore <[email protected]> wrote:

>> src/hotspot/share/adlc/output_h.cpp line 1634:
>> 
>>> 1632:           instr->is_ideal_call() != Form::JAVA_LEAF) {
>>> 1633:         // MachConstantBase goes behind arguments, but before jvms.
>>> 1634:         fprintf(fp,"assert(tf() && tf()->domain_cc(), \"\"); return 
>>> tf()->domain_cc()->cnt();");
>> 
>> This seems like a separate fix unrelated to non-Oracle platforms.
>
> One of the non-Oracle platforms included this code and I guess the others 
> didn't.

But this is shared code.  If domain_cc() is more correct, then it would apply 
to all platforms.

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

PR Review Comment: 
https://git.openjdk.org/valhalla/pull/2396#discussion_r3211068399

Reply via email to