hotspot/src/share/vm/trace/traceMacros.hpp
changeset 12377 ae6def2813e0
parent 11624 79398437f7eb
child 18025 b7bcf7497f93
equal deleted inserted replaced
12376:714c569bbff0 12377:ae6def2813e0
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2012, 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.
    41 #define TRACE_INITIALIZE() 0
    41 #define TRACE_INITIALIZE() 0
    42 
    42 
    43 #define TRACE_SET_KLASS_TRACE_ID(x1, x2) do { } while (0)
    43 #define TRACE_SET_KLASS_TRACE_ID(x1, x2) do { } while (0)
    44 #define TRACE_DEFINE_KLASS_METHODS typedef int ___IGNORED_hs_trace_type1
    44 #define TRACE_DEFINE_KLASS_METHODS typedef int ___IGNORED_hs_trace_type1
    45 #define TRACE_DEFINE_KLASS_TRACE_ID typedef int ___IGNORED_hs_trace_type2
    45 #define TRACE_DEFINE_KLASS_TRACE_ID typedef int ___IGNORED_hs_trace_type2
       
    46 #define TRACE_DEFINE_OFFSET typedef int ___IGNORED_hs_trace_type3
       
    47 #define TRACE_ID_OFFSET in_ByteSize(0); ShouldNotReachHere()
       
    48 #define TRACE_TEMPLATES(template)
       
    49 #define TRACE_INTRINSICS(do_intrinsic, do_class, do_name, do_signature, do_alias)
    46 
    50 
    47 #endif
    51 #endif