src/share/vm/prims/jvmtiRedefineClassesTrace.hpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2003, 2008, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 20,29 **** --- 20,32 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ + #ifndef SHARE_VM_PRIMS_JVMTIREDEFINECLASSESTRACE_HPP + #define SHARE_VM_PRIMS_JVMTIREDEFINECLASSESTRACE_HPP + // RedefineClasses tracing support via the TraceRedefineClasses // option. A bit is assigned to each group of trace messages. // Groups of messages are individually selectable. We have to use // decimal values on the command line since the command option // parsing logic doesn't like non-decimal numerics. The HEX values
*** 119,123 **** --- 122,128 ---- } while (0) #define RC_TIMER_STOP(t) \ if (RC_TRACE_ENABLED(0x00000004)) { \ t.stop(); \ } while (0) + + #endif // SHARE_VM_PRIMS_JVMTIREDEFINECLASSESTRACE_HPP