src/share/vm/runtime/arguments.hpp

changeset 4492
8b46b0196eb0
parent 4388
e0ab18eafbde
child 4734
209f8ba5020b
     1.1 --- a/src/share/vm/runtime/arguments.hpp	Thu Jan 24 23:30:45 2013 -0800
     1.2 +++ b/src/share/vm/runtime/arguments.hpp	Fri Jan 25 10:04:08 2013 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 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 @@ -540,11 +540,6 @@
    1.11  
    1.12    // Utility: copies src into buf, replacing "%%" with "%" and "%p" with pid.
    1.13    static bool copy_expand_pid(const char* src, size_t srclen, char* buf, size_t buflen);
    1.14 -
    1.15 -#ifdef KERNEL
    1.16 -  // For java kernel vm, return property string for kernel properties.
    1.17 -  static char *get_kernel_properties();
    1.18 -#endif // KERNEL
    1.19  };
    1.20  
    1.21  #endif // SHARE_VM_RUNTIME_ARGUMENTS_HPP

mercurial