RFR: 8263709: Cleanup THREAD/TRAPS/CHECK usage in JRT_ENTRY routines [v2]

David Holmes dholmes at openjdk.java.net
Thu Apr 8 23:40:19 UTC 2021


On Thu, 8 Apr 2021 13:11:36 GMT, Harold Seigel <hseigel at openjdk.org> wrote:

>> David Holmes has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fixed CHECK on return statement.
>
> src/hotspot/share/interpreter/interpreterRuntime.cpp line 303:
> 
>> 301:   // We'd expect to assert that we're only here to quicken bytecodes, but in a multithreaded
>> 302:   // program we might have seen an unquick'd bytecode in the interpreter but have another
>> 303:   // current quicken the bytecode before we get here.
> 
> This should still say 'thread', not 'current'

Well spotted! Fixed.

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

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


More information about the hotspot-compiler-dev mailing list