RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val)) [v2]

Anton Seoane Ampudia aseoane at openjdk.org
Mon Oct 27 09:35:07 UTC 2025


On Mon, 27 Oct 2025 09:01:08 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:

>> Anton Seoane Ampudia has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains seven additional commits since the last revision:
>> 
>>  - Merge branch 'openjdk:master' into JDK-8347463
>>  - Merge branch 'JDK-8347463' of github.com:anton-seoane/jdk into JDK-8347463
>>  - Merge branch 'openjdk:master' into JDK-8347463
>>  - Documentation for future similar cases
>>  - Test for JDK-8347463
>>  - Change to a more specific type
>>  - Runtime call had void type but actually returned an object
>
> test/hotspot/jtreg/compiler/intrinsics/TestReturnsOopSetForJFRWriteCheckpoint.java line 29:
> 
>> 27: 
>> 28: import jdk.jfr.Event;
>> 29: import jdk.jfr.Name;
> 
> Unused, please remove.

I think you mean just line 29? AFAIK we need the header and importing the basics for testing (line 29 is unused, yes)

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27913#discussion_r2464973697


More information about the hotspot-compiler-dev mailing list