src/hotspot/os/posix/os_posix.hpp
changeset 53244 9807daeb47c4
parent 52585 f7f90fddce02
child 53461 08d6edeb3145
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2019, 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.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #include "runtime/os.hpp"
    25 #include "runtime/os.hpp"
    26 
    26 
    27 #ifndef OS_POSIX_VM_OS_POSIX_HPP
    27 #ifndef OS_POSIX_OS_POSIX_HPP
    28 #define OS_POSIX_VM_OS_POSIX_HPP
    28 #define OS_POSIX_OS_POSIX_HPP
    29 
    29 
    30 // File conventions
    30 // File conventions
    31 static const char* file_separator() { return "/"; }
    31 static const char* file_separator() { return "/"; }
    32 static const char* line_separator() { return "\n"; }
    32 static const char* line_separator() { return "\n"; }
    33 static const char* path_separator() { return ":"; }
    33 static const char* path_separator() { return ":"; }
   222   PlatformParker();
   222   PlatformParker();
   223 };
   223 };
   224 
   224 
   225 #endif // !SOLARIS
   225 #endif // !SOLARIS
   226 
   226 
   227 #endif // OS_POSIX_VM_OS_POSIX_HPP
   227 #endif // OS_POSIX_OS_POSIX_HPP