hotspot/src/os/linux/vm/os_linux.cpp
changeset 40667 f9cf2db7f59f
parent 40655 9f644073d3a0
child 40929 de043f8e5c04
--- a/hotspot/src/os/linux/vm/os_linux.cpp	Tue Aug 23 22:51:24 2016 +0200
+++ b/hotspot/src/os/linux/vm/os_linux.cpp	Tue Aug 23 21:49:33 2016 -0400
@@ -5174,10 +5174,6 @@
   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;