RFR: 8355034: [JVMCI] assert(static_cast<int>(_jvmci_data_size) == align_up(compiler->is_jvmci() ? jvmci_data->size() : 0, oopSize)) failed: failed: 104 != 16777320 [v3]
Doug Simon
dnsimon at openjdk.org
Mon Apr 21 20:38:36 UTC 2025
On Mon, 21 Apr 2025 19:20:29 GMT, Cesar Soares Lucas <cslucas at openjdk.org> wrote:
>> Doug Simon has updated the pull request incrementally with one additional commit since the last revision:
>>
>> InstalledCode.name can be null
>
> test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/InstalledCodeTest.java line 25:
>
>> 23:
>> 24: /**
>> 25: * @test
>
> NIT: missing JBS entry ID.
It's not clear to me how useful that is as a single test file can be for numerous bugs over time and `git log` will show you all of them.
That said, I've added the id as you request.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24753#discussion_r2052966796
More information about the hotspot-compiler-dev
mailing list