hotspot/src/os/solaris/vm/os_solaris.inline.hpp
changeset 15228 e92acc84ade3
parent 14626 0cf4eccf130f
child 15855 2ac9ebea17f3
--- a/hotspot/src/os/solaris/vm/os_solaris.inline.hpp	Wed Jan 16 16:30:04 2013 +0100
+++ b/hotspot/src/os/solaris/vm/os_solaris.inline.hpp	Thu Jan 17 10:25:16 2013 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2013, 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
@@ -50,9 +50,6 @@
 inline const char* os::line_separator() { return "\n"; }
 inline const char* os::path_separator() { return ":"; }
 
-inline const char* os::jlong_format_specifier()   { return "%lld"; }
-inline const char* os::julong_format_specifier()  { return "%llu"; }
-
 // File names are case-sensitive on windows only
 inline int os::file_name_strcmp(const char* s1, const char* s2) {
   return strcmp(s1, s2);