< prev index next >

src/hotspot/share/memory/universe.hpp

Print this page

        

*** 311,320 **** --- 311,321 ---- // OutOfMemoryError support. Returns an error with the required message. The returned error // 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(); static oop out_of_memory_error_gc_overhead_limit(); static oop out_of_memory_error_realloc_objects();
< prev index next >