--- old/src/share/vm/memory/filemap.hpp 2017-07-27 12:12:26.855818355 -0700 +++ new/src/share/vm/memory/filemap.hpp 2017-07-27 12:12:26.723813248 -0700 @@ -1,5 +1,5 @@ /* - * 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 @@ -240,7 +240,9 @@ void write_header(); void write_region(int region, char* base, size_t size, bool read_only, bool allow_exec); - void write_string_regions(GrowableArray *regions); + void write_string_regions(GrowableArray *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);