< prev index next >

src/share/vm/gc/g1/g1Log.hpp

Print this page
rev 8362 : 8079792: GC directory structure cleanup
Reviewed-by:

*** 20,31 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1LOG_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_G1_G1LOG_HPP #include "memory/allocation.hpp" class G1Log : public AllStatic { public: --- 20,31 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_G1_G1LOG_HPP ! #define SHARE_VM_GC_G1_G1LOG_HPP #include "memory/allocation.hpp" class G1Log : public AllStatic { public:
*** 60,65 **** // Update to log level to reflect runtime changes to manageable flags static void update_level(); }; ! #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1LOG_HPP --- 60,65 ---- // Update to log level to reflect runtime changes to manageable flags static void update_level(); }; ! #endif // SHARE_VM_GC_G1_G1LOG_HPP
< prev index next >