diff -r 698ee6095c76 -r 9db898820f63 src/hotspot/share/adlc/arena.hpp --- a/src/hotspot/share/adlc/arena.hpp Tue Jan 22 08:47:01 2019 +0100 +++ b/src/hotspot/share/adlc/arena.hpp Tue Jan 22 08:50:49 2019 +0100 @@ -26,6 +26,7 @@ #define SHARE_ADLC_ARENA_HPP void* AllocateHeap(size_t size); +void* ReAllocateHeap(void* old_ptr, size_t size); // All classes in adlc may be derived // from one of the following allocation classes: