mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-24 05:14:52 +02:00
8163146: Remove os::check_heap on Windows
Reviewed-by: gtriantafill, coleenp, stuefe
This commit is contained in:
parent
09b2ad770b
commit
f2dafaefc7
12 changed files with 4 additions and 113 deletions
|
@ -5174,10 +5174,6 @@ int os::stat(const char *path, struct stat *sbuf) {
|
|||
return ::stat(pathbuf, sbuf);
|
||||
}
|
||||
|
||||
bool os::check_heap(bool force) {
|
||||
return true;
|
||||
}
|
||||
|
||||
// Is a (classpath) directory empty?
|
||||
bool os::dir_is_empty(const char* path) {
|
||||
DIR *dir = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue