< prev index next >

src/share/vm/memory/filemap.hpp

Print this page

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2003, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -238,11 +238,13 @@
   bool  open_for_read();
   void  open_for_write();
   void  write_header();
   void  write_region(int region, char* base, size_t size,
                      bool read_only, bool allow_exec);
-  void  write_string_regions(GrowableArray<MemRegion> *regions);
+  void  write_string_regions(GrowableArray<MemRegion> *regions,
+                             char** s0_start, char** s0_top, char** s0_end,
+                             char** s1_start, char** s1_top, char** s1_end);
   void  write_bytes(const void* buffer, int count);
   void  write_bytes_aligned(const void* buffer, int count);
   char* map_region(int i);
   bool  map_string_regions();
   bool  verify_string_regions();
< prev index next >