changeset 49590 | 66c32f2a7f10 |
parent 49465 | 4881673579b7 |
child 51264 | cf34c71ca27c |
--- a/src/hotspot/share/memory/allocation.hpp Thu Mar 22 20:21:19 2018 -0700 +++ b/src/hotspot/share/memory/allocation.hpp Thu Mar 22 12:34:31 2018 +0100 @@ -549,7 +549,7 @@ static size_t size_for(size_t length); static E* allocate(size_t length, MEMFLAGS flags); - static void free(E* addr, size_t length); + static void free(E* addr); }; #endif // SHARE_VM_MEMORY_ALLOCATION_HPP