src/hotspot/share/adlc/arena.hpp
changeset 53416 9db898820f63
parent 53244 9807daeb47c4
--- 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: