RFR: 8301996: Move field resolution information out of the cpCache [v2]
    Matias Saavedra Silva 
    matsaave at openjdk.org
       
    Wed Jul  5 19:28:03 UTC 2023
    
    
  
On Wed, 5 Jul 2023 15:18:51 GMT, Frederic Parain <fparain at openjdk.org> wrote:
>> Matias Saavedra Silva has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Coleen and Amit comments
>
> src/hotspot/share/interpreter/bytecodeTracer.cpp line 328:
> 
>> 326:   ConstantPool* constants = _current_method->constants();
>> 327:   if (constants->cache() == nullptr) {
>> 328:     cp_index = i; // TODO: This is wrong on little-endian. See JDK-8309811.
> 
> Fix the code or the comment.
This has been resolved with the merge
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14129#discussion_r1253534001
    
    
More information about the hotspot-dev
mailing list