hotspot/src/share/vm/memory/universe.hpp
changeset 32375 b84c2d16ba53
parent 31335 60081f497e75
child 33160 c59f1676d27e
child 33105 294e48b4f704
--- a/hotspot/src/share/vm/memory/universe.hpp	Wed Aug 19 11:11:06 2015 -0700
+++ b/hotspot/src/share/vm/memory/universe.hpp	Thu Aug 20 08:42:25 2015 +0200
@@ -214,7 +214,9 @@
   static size_t _heap_capacity_at_last_gc;
   static size_t _heap_used_at_last_gc;
 
-  template <class Heap, class Policy> static jint create_heap();
+  template <class Heap, class Policy> static CollectedHeap* create_heap_with_policy();
+  static CollectedHeap* create_heap();
+  static CollectedHeap* create_heap_ext();
   static jint initialize_heap();
   static void initialize_basic_type_mirrors(TRAPS);
   static void fixup_mirrors(TRAPS);