src/hotspot/share/adlc/arena.hpp
changeset 52583 a3aa8d5380d9
parent 49392 2956d0ece7a9
child 53244 9807daeb47c4
--- a/src/hotspot/share/adlc/arena.hpp	Thu Nov 15 19:59:10 2018 -0500
+++ b/src/hotspot/share/adlc/arena.hpp	Thu Nov 15 21:26:35 2018 -0800
@@ -25,6 +25,8 @@
 #ifndef SHARE_VM_ADLC_ARENA_HPP
 #define SHARE_VM_ADLC_ARENA_HPP
 
+void* AllocateHeap(size_t size);
+
 // All classes in adlc may be derived
 // from one of the following allocation classes:
 //
@@ -42,7 +44,6 @@
   void* new_array(size_t size);
 };
 
-
 // Base class for classes that constitute name spaces.
 
 class AllStatic {