src/os/bsd/vm/os_bsd.inline.hpp

changeset 4465
203f64878aab
parent 4318
cd3d6a6b95d9
child 4675
63e54c37ac64
     1.1 --- a/src/os/bsd/vm/os_bsd.inline.hpp	Wed Jan 16 16:30:04 2013 +0100
     1.2 +++ b/src/os/bsd/vm/os_bsd.inline.hpp	Thu Jan 17 10:25:16 2013 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 2013, 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 @@ -59,14 +59,6 @@
    1.11    return ":";
    1.12  }
    1.13  
    1.14 -inline const char* os::jlong_format_specifier() {
    1.15 -  return "%lld";
    1.16 -}
    1.17 -
    1.18 -inline const char* os::julong_format_specifier() {
    1.19 -  return "%llu";
    1.20 -}
    1.21 -
    1.22  // File names are case-sensitive on windows only
    1.23  inline int os::file_name_strcmp(const char* s1, const char* s2) {
    1.24    return strcmp(s1, s2);

mercurial