src/os/bsd/vm/os_bsd.hpp

changeset 4017
fa9253dcd4df
parent 3900
d2a62e0f25eb
child 4229
0af5da0c9d9d
     1.1 --- a/src/os/bsd/vm/os_bsd.hpp	Tue Aug 28 15:20:08 2012 -0700
     1.2 +++ b/src/os/bsd/vm/os_bsd.hpp	Wed Aug 29 13:02:54 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -202,7 +202,7 @@
    1.11    static void fast_thread_clock_init(void);
    1.12  #endif
    1.13  
    1.14 -  static bool supports_monotonic_clock() {
    1.15 +  static inline bool supports_monotonic_clock() {
    1.16      return _clock_gettime != NULL;
    1.17    }
    1.18  

mercurial