--- old/src/hotspot/share/memory/universe.hpp 2020-07-23 03:18:52.966427695 -0400 +++ new/src/hotspot/share/memory/universe.hpp 2020-07-23 03:18:51.864414519 -0400 @@ -313,6 +313,7 @@ // may or may not have a backtrace. If error has a backtrace then the stack trace is already // filled in. static oop out_of_memory_error_java_heap(); + static oop out_of_memory_error_c_heap(); static oop out_of_memory_error_metaspace(); static oop out_of_memory_error_class_metaspace(); static oop out_of_memory_error_array_size();