comparison src/share/vm/trace/traceMacros.hpp @ 6006:0105f367a14c

7160570: Intrinsification support for tracing framework Reviewed-by: sla, never
author rbackman
date Tue, 06 Mar 2012 12:36:59 +0100
parents 34e2e90e7182
children f2110083203d
comparison
equal deleted inserted replaced
6005:c263e0e9f14b 6006:0105f367a14c
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