diff src/os/windows/vm/os_windows.inline.hpp @ 7632:2ef7061f13b4

Merge
author zgu
date Tue, 22 Jan 2013 11:54:16 -0800
parents 203f64878aab
children 63e54c37ac64
line wrap: on
line diff
--- a/src/os/windows/vm/os_windows.inline.hpp	Tue Jan 22 14:27:41 2013 -0500
+++ b/src/os/windows/vm/os_windows.inline.hpp	Tue Jan 22 11:54:16 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2010, 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
@@ -38,9 +38,6 @@
 inline const char* os::path_separator()                { return ";"; }
 inline const char* os::dll_file_extension()            { return ".dll"; }
 
-inline const char* os::jlong_format_specifier()        { return "%I64d"; }
-inline const char* os::julong_format_specifier()       { return "%I64u"; }
-
 inline const int os::default_file_open_flags() { return O_BINARY | O_NOINHERIT;}
 
 // File names are case-insensitive on windows only