src/hotspot/share/memory/allocation.cpp
changeset 58084 cddef3bde924
parent 55745 fa337ff85b9a
child 58679 9c3209ff7550
child 59290 97d13893ec3c
--- a/src/hotspot/share/memory/allocation.cpp	Wed Sep 11 14:16:27 2019 +0200
+++ b/src/hotspot/share/memory/allocation.cpp	Wed Sep 11 14:16:30 2019 +0200
@@ -64,6 +64,7 @@
   return p;
 }
 
+// handles NULL pointers
 void FreeHeap(void* p) {
   os::free(p);
 }