comparison src/share/vm/runtime/arguments.hpp @ 7951:8b46b0196eb0

8000692: Remove old KERNEL code Summary: Removed depreciated kernel VM source code from hotspot VM Reviewed-by: dholmes, acorn
author zgu
date Fri, 25 Jan 2013 10:04:08 -0500
parents e0ab18eafbde
children 5fc51c1ecdeb 209f8ba5020b
comparison
equal deleted inserted replaced
7950:6cf2530f7fd3 7951:8b46b0196eb0
1 /* 1 /*
2 * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
538 // Operation modi 538 // Operation modi
539 static Mode mode() { return _mode; } 539 static Mode mode() { return _mode; }
540 540
541 // Utility: copies src into buf, replacing "%%" with "%" and "%p" with pid. 541 // Utility: copies src into buf, replacing "%%" with "%" and "%p" with pid.
542 static bool copy_expand_pid(const char* src, size_t srclen, char* buf, size_t buflen); 542 static bool copy_expand_pid(const char* src, size_t srclen, char* buf, size_t buflen);
543
544 #ifdef KERNEL
545 // For java kernel vm, return property string for kernel properties.
546 static char *get_kernel_properties();
547 #endif // KERNEL
548 }; 543 };
549 544
550 #endif // SHARE_VM_RUNTIME_ARGUMENTS_HPP 545 #endif // SHARE_VM_RUNTIME_ARGUMENTS_HPP