Searched refs:OOM_MALLOC_ERROR (Results 1 - 22 of 22) sorted by relevance

/openjdk10/hotspot/src/share/vm/gc/shared/
H A DworkerManager.hpp70 vm_exit_out_of_memory(0, OOM_MALLOC_ERROR, "Cannot create worker GC thread. Out of system resources.");
H A Dworkgroup.cpp44 vm_exit_out_of_memory(0, OOM_MALLOC_ERROR, "Cannot create GangWorker array.");
/openjdk10/hotspot/src/share/vm/runtime/
H A Dicache.cpp39 vm_exit_out_of_memory(ICache::stub_size, OOM_MALLOC_ERROR, "CodeCache: no space for flush_icache_stub");
H A DstubRoutines.cpp192 vm_exit_out_of_memory(code_size1, OOM_MALLOC_ERROR, "CodeCache: no room for StubRoutines (1)");
279 vm_exit_out_of_memory(code_size2, OOM_MALLOC_ERROR, "CodeCache: no room for StubRoutines (2)");
H A DobjectMonitor.cpp2317 vm_exit_out_of_memory(sz + 2, OOM_MALLOC_ERROR, "Parse SyncKnobs");
H A Dsynchronizer.cpp1196 vm_exit_out_of_memory(neededsize, OOM_MALLOC_ERROR,
H A Dos.cpp607 vm_exit_out_of_memory(strlen(str) + 1, OOM_MALLOC_ERROR, "os::strdup_check_oom");
/openjdk10/hotspot/src/share/vm/utilities/
H A Ddebug.hpp132 OOM_MALLOC_ERROR = 0xe0000001, enumerator in enum:VMErrorType
H A DvmError.hpp114 return (id != OOM_MALLOC_ERROR) && (id != OOM_MMAP_ERROR);
H A DvmError.cpp485 case OOM_MALLOC_ERROR:
489 st->print((_id == (int)OOM_MALLOC_ERROR) ? "(malloc) failed to allocate " :
1677 case 8: vm_exit_out_of_memory(num, OOM_MALLOC_ERROR, "ChunkPool::allocate");
/openjdk10/hotspot/src/share/vm/memory/
H A Darena.cpp82 vm_exit_out_of_memory(bytes, OOM_MALLOC_ERROR, "ChunkPool::allocate");
198 vm_exit_out_of_memory(bytes, OOM_MALLOC_ERROR, "Chunk::new");
360 vm_exit_out_of_memory(sz, OOM_MALLOC_ERROR, "%s", whence);
H A Dallocation.inline.hpp63 vm_exit_out_of_memory(size, OOM_MALLOC_ERROR, "AllocateHeap");
80 vm_exit_out_of_memory(size, OOM_MALLOC_ERROR, "ReallocateHeap");
/openjdk10/hotspot/src/share/vm/oops/
H A Doop.cpp119 vm_exit_out_of_memory(length, OOM_MALLOC_ERROR, "unable to create Unicode strings for String table rehash");
/openjdk10/hotspot/src/share/vm/code/
H A Dstubs.cpp71 vm_exit_out_of_memory(size, OOM_MALLOC_ERROR, "CodeCache: no room for %s", name);
H A DcodeBlob.cpp313 vm_exit_out_of_memory(size, OOM_MALLOC_ERROR, "CodeCache: no room for method handle adapter blob");
/openjdk10/hotspot/src/share/vm/gc/g1/
H A Dg1ParScanThreadState.cpp62 vm_exit_out_of_memory(array_length * sizeof(size_t), OOM_MALLOC_ERROR, local
H A DheapRegionRemSet.cpp289 vm_exit_out_of_memory(sizeof(void*)*_max_fine_entries, OOM_MALLOC_ERROR,
/openjdk10/hotspot/src/share/vm/classfile/
H A DstringTable.cpp122 vm_exit_out_of_memory(length, OOM_MALLOC_ERROR, "unable to create Unicode string for verification");
/openjdk10/hotspot/src/share/vm/prims/
H A DjniCheck.cpp1474 vm_exit_out_of_memory(len, OOM_MALLOC_ERROR, "checked_jni_GetStringChars");
1557 vm_exit_out_of_memory(len, OOM_MALLOC_ERROR, "checked_jni_GetStringUTFChars");
H A DjvmtiTagMap.cpp157 vm_exit_out_of_memory(s, OOM_MALLOC_ERROR,
H A DjvmtiExport.cpp852 OOM_MALLOC_ERROR,
/openjdk10/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp1187 vm_exit_out_of_memory(blob_size, OOM_MALLOC_ERROR, "native signature handlers");

Completed in 509 milliseconds