equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 1998, 2014, 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. |
71 static void parse_compile_only(char * line); |
71 static void parse_compile_only(char * line); |
72 |
72 |
73 // For updating the oracle file |
73 // For updating the oracle file |
74 static void append_comment_to_file(const char* message); |
74 static void append_comment_to_file(const char* message); |
75 static void append_exclude_to_file(methodHandle method); |
75 static void append_exclude_to_file(methodHandle method); |
|
76 |
|
77 // Tells whether there are any methods to print for print_method_statistics() |
|
78 static bool should_print_methods(); |
76 }; |
79 }; |
77 |
80 |
78 #endif // SHARE_VM_COMPILER_COMPILERORACLE_HPP |
81 #endif // SHARE_VM_COMPILER_COMPILERORACLE_HPP |