RFR: 8284903: Fix typos in hotspot [v2]

David Holmes dholmes at openjdk.java.net
Wed Apr 20 06:23:27 UTC 2022


On Tue, 19 Apr 2022 19:08:26 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:

>> I ran `codespell` on hotspot, and accepted those changes where it indeed discovered real typos. 
>> 
>> You'd be surprised over the many implementions of instrinsics and other intructions accross all archtectures I've encounted, so for the preceding reason it's neccesery to sucessfully seach for exisiting typos...
>
> Magnus Ihse Bursie has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fix some places according to code reviews

src/hotspot/share/runtime/task.hpp line 72:

> 70:   void enroll();
> 71: 
> 72:   // Make the task inactivate

That should have been "inactive".

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

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


More information about the serviceability-dev mailing list