diff src/share/vm/runtime/os.hpp @ 10221:c18152e0554e

8013120: NMT: Kitchensink crashes with assert(next_region == NULL || !next_region->is_committed_region()) failed: Sanity check Summary: Fixed NMT to deal with releasing virtual memory region when there are still committed regions within it Reviewed-by: acorn, coleenp
author zgu
date Mon, 06 May 2013 11:15:13 -0400
parents e12c9b3740db
children f2110083203d
line wrap: on
line diff
--- a/src/share/vm/runtime/os.hpp	Fri May 03 15:51:16 2013 -0700
+++ b/src/share/vm/runtime/os.hpp	Mon May 06 11:15:13 2013 -0400
@@ -255,6 +255,8 @@
   static int    vm_allocation_granularity();
   static char*  reserve_memory(size_t bytes, char* addr = 0,
                                size_t alignment_hint = 0);
+  static char*  reserve_memory(size_t bytes, char* addr,
+                               size_t alignment_hint, MEMFLAGS flags);
   static char*  reserve_memory_aligned(size_t size, size_t alignment);
   static char*  attempt_reserve_memory_at(size_t bytes, char* addr);
   static void   split_reserved_memory(char *base, size_t size,