hotspot/src/os/bsd/vm/os_bsd.hpp
changeset 13518 86a9027340fb
parent 13195 be27e1b6a4b9
child 14286 ec9e76cd402f
--- a/hotspot/src/os/bsd/vm/os_bsd.hpp	Tue Aug 28 15:20:08 2012 -0700
+++ b/hotspot/src/os/bsd/vm/os_bsd.hpp	Wed Aug 29 13:02:54 2012 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2012, 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
@@ -202,7 +202,7 @@
   static void fast_thread_clock_init(void);
 #endif
 
-  static bool supports_monotonic_clock() {
+  static inline bool supports_monotonic_clock() {
     return _clock_gettime != NULL;
   }