8265101: Remove unnecessary functions in os*.inline.hpp

Reviewed-by: dholmes, kbarrett
This commit is contained in:
Ioi Lam 2021-04-22 05:44:39 +00:00
parent 28c35aedd3
commit 33b6378f1e
58 changed files with 159 additions and 148 deletions

View file

@ -65,7 +65,7 @@
#include "runtime/interfaceSupport.inline.hpp"
#include "runtime/java.hpp"
#include "runtime/javaCalls.hpp"
#include "runtime/os.inline.hpp"
#include "runtime/os.hpp"
#include "runtime/perfData.hpp"
#include "runtime/threadCritical.hpp"
#include "runtime/timer.hpp"