3081N/A/*
4141N/A * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
3081N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3081N/A *
3081N/A * This code is free software; you can redistribute it and/or modify it
3081N/A * under the terms of the GNU General Public License version 2 only, as
3081N/A * published by the Free Software Foundation.
3081N/A *
3081N/A * This code is distributed in the hope that it will be useful, but WITHOUT
3081N/A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
3081N/A * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
3081N/A * version 2 for more details (a copy is included in the LICENSE file that
3081N/A * accompanied this code).
3081N/A *
3081N/A * You should have received a copy of the GNU General Public License version
3081N/A * 2 along with this work; if not, write to the Free Software Foundation,
3081N/A * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
3081N/A *
3081N/A * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
3081N/A * or visit www.oracle.com if you need additional information or have any
3081N/A * questions.
3081N/A *
3081N/A */
3081N/A
3081N/A#ifndef SHARE_VM_TRACE_TRACE_MACRO_HPP
3081N/A#define SHARE_VM_TRACE_TRACE_MACRO_HPP
3081N/A
3081N/A#define EVENT_THREAD_EXIT(thread)
3081N/A
3081N/A#define TRACE_INIT_ID(k)
4466N/A#define TRACE_DATA TraceThreadData
3081N/A
4141N/A#define TRACE_START() JNI_OK
4141N/A#define TRACE_INITIALIZE() JNI_OK
3081N/A
3145N/A#define TRACE_DEFINE_KLASS_METHODS typedef int ___IGNORED_hs_trace_type1
3145N/A#define TRACE_DEFINE_KLASS_TRACE_ID typedef int ___IGNORED_hs_trace_type2
3677N/A#define TRACE_DEFINE_OFFSET typedef int ___IGNORED_hs_trace_type3
3677N/A#define TRACE_ID_OFFSET in_ByteSize(0); ShouldNotReachHere()
3677N/A#define TRACE_TEMPLATES(template)
3677N/A#define TRACE_INTRINSICS(do_intrinsic, do_class, do_name, do_signature, do_alias)
3145N/A
3081N/A#endif