src/share/vm/memory/filemap.cpp

changeset 6680
78bbf4d43a14
parent 5625
35b99e7e0af2
child 6868
ca6d25be853b
child 7089
6e0cb14ce59b
equal deleted inserted replaced
6678:7384f6a12fc1 6680:78bbf4d43a14
1 /* 1 /*
2 * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2003, 2014, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
38 38
39 #ifndef O_BINARY // if defined (Win32) use binary files. 39 #ifndef O_BINARY // if defined (Win32) use binary files.
40 #define O_BINARY 0 // otherwise do nothing. 40 #define O_BINARY 0 // otherwise do nothing.
41 #endif 41 #endif
42 42
43 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC
43 44
44 extern address JVM_FunctionAtStart(); 45 extern address JVM_FunctionAtStart();
45 extern address JVM_FunctionAtEnd(); 46 extern address JVM_FunctionAtEnd();
46 47
47 // Complain and stop. All error conditions occurring during the writing of 48 // Complain and stop. All error conditions occurring during the writing of

mercurial