equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2012, 2015, 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. |
55 static LogLevel level() { |
55 static LogLevel level() { |
56 return _level; |
56 return _level; |
57 } |
57 } |
58 |
58 |
59 static void init(); |
59 static void init(); |
|
60 |
|
61 // Update to log level to reflect runtime changes to manageable flags |
|
62 static void update_level(); |
60 }; |
63 }; |
61 |
64 |
62 #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1LOG_HPP |
65 #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1LOG_HPP |