RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with  assert(oopDesc::is_oop_or_null(val)) [v9]
    Anton Seoane Ampudia 
    aseoane at openjdk.org
       
    Mon Oct 27 15:36:22 UTC 2025
    
    
  
On Mon, 27 Oct 2025 14:29:43 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:
>> Anton Seoane Ampudia has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Adjust comment
>
> Marked as reviewed by rcastanedalo (Reviewer).
Reverted the more precise IR Framework check that @robcasloz suggested as the method where the actual call to `write_checkpoint` happened was not always being inlined, resulting in a failure. I am back to the original check for a non-void return type. Quick check shows no issues (ran tiers 1-3)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27913#issuecomment-3451927579
    
    
More information about the hotspot-compiler-dev
mailing list