On Fri, 15 May 2026 17:24:32 GMT, Vladimir Kozlov <[email protected]> wrote:

>> Manuel Hässig has updated the pull request with a new target base due to a 
>> merge or a rebase. The pull request now contains 58 commits:
>> 
>>  - Copyright years
>>  - Merge branch 'master' into remove-jvmci
>>  - serviceablity: remove CompilerTread.java
>>  - Remove unused boxed primitive classes
>>  - More dead code
>>    
>>    Co-Authored-By: Vladimir Ivanov <[email protected]>
>>  - Fix some asserts
>>    
>>    Co-Authored-By: Vladimir Kozlov <[email protected]>
>>  - Simplify ClassNameJrtStreamBuilder::systemModules
>>    
>>    Co-Authored-By: Alan Bateman <[email protected]>
>>  - Add back JVMCI flags to description of -XX:+NeverActAsServerClassMachine
>>  - Merge branch 'master' into remove-jvmci
>>  - Merge branch 'master' into remove-jvmci
>>  - ... and 48 more: https://git.openjdk.org/jdk/compare/e9bc05c7...2cf80162
>
> src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp line 245:
> 
>> 243: #else
>> 244: #if !INCLUDE_JVMCI
>> 245:   assert(!_save_vectors, "vectors are generated only by C2 and JVMCI");
> 
> Keep assert because it is under `if ! JVMCI` but remove JVMCI from message.

Fixed with f3859009bb3.

> src/hotspot/cpu/riscv/sharedRuntime_riscv.cpp line 206:
> 
>> 204: #else
>> 205: #if !INCLUDE_JVMCI
>> 206:   assert(!_save_vectors, "vectors are generated only by C2 and JVMCI");
> 
> Keep this assert, remove JVMCI from message.

Fixed with f3859009bb3.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/30834#discussion_r3257647067
PR Review Comment: https://git.openjdk.org/jdk/pull/30834#discussion_r3257647908

Reply via email to