RFR: 8335358: [premain] Explore alternative ways to trigger the end of training run [v3]

Mat Carter macarte at openjdk.org
Mon Sep 16 21:36:19 UTC 2024


On Mon, 16 Sep 2024 16:30:14 GMT, Ashutosh Mehra <asmehra at openjdk.org> wrote:

>> Mat Carter has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   another missing include that impacts some build configurations
>
> src/hotspot/share/code/nmethod.hpp line 521:
> 
>> 519:   bool is_java_method         () const { return _method != nullptr && !_method->is_native(); }
>> 520:   bool is_osr_method          () const { return _entry_bci != InvocationEntryBci; }
>> 521:   bool is_end_training_trigger() const { return _method != nullptr && _method->is_end_training_trigger(); }
> 
> Is this used anywhere?

not anymore, will remove

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

PR Review Comment: https://git.openjdk.org/leyden/pull/21#discussion_r1761991727


More information about the leyden-dev mailing list