On Tue, 19 Apr 2022 19:08:26 GMT, Magnus Ihse Bursie <i...@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