RFR: 8309271: A way to align already compiled methods with compiler directives [v31]
    Serguei Spitsyn 
    sspitsyn at openjdk.org
       
    Wed Mar 13 20:45:47 UTC 2024
    
    
  
On Wed, 13 Mar 2024 16:55:28 GMT, Dmitry Chuyko <dchuyko at openjdk.org> wrote:
>> src/hotspot/share/ci/ciEnv.cpp line 1144:
>> 
>>> 1142: 
>>> 1143:       if (entry_bci == InvocationEntryBci) {
>>> 1144:         if (TieredCompilation) {
>> 
>> Just a naive question. Why this check has been removed?
>
> We want to let replacement of C2 method version by another C2 version of the same method in both tired and non-tired mode, which was not allowed
Okay, thanks.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14111#discussion_r1523889164
    
    
More information about the serviceability-dev
mailing list