RFR: 8256254: Convert vmIntrinsics::ID to enum class [v2]

Ioi Lam iklam at openjdk.java.net
Tue Nov 17 23:16:18 UTC 2020


On Tue, 17 Nov 2020 21:01:31 GMT, Claes Redestad <redestad at openjdk.org> wrote:

>> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   @cl4es reviews
>
> src/hotspot/share/jvmci/jvmciCompilerToVMInit.cpp line 164:
> 
>> 162: 
>> 163: JVMCIObjectArray CompilerToVM::initialize_intrinsics(JVMCI_TRAPS) {
>> 164:   int len = static_cast<int>(vmIntrinsics::ID_LIMIT) - 1;
> 
> vmIntrinsics::number_of_intrinsics?

Thanks for the review. I have pushed a new version that addresses your comments.

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

PR: https://git.openjdk.java.net/jdk/pull/1237


More information about the hotspot-dev mailing list