hotspot/src/share/vm/memory/filemap.cpp
changeset 24424 2658d7834c6e
parent 23186 9396c6fb571b
child 25715 d5a8dbdc5150
equal deleted inserted replaced
24358:8528b67f6562 24424:2658d7834c6e
     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