hotspot/src/share/vm/trace/traceMacros.hpp
changeset 46643 cb5f289ba033
parent 43453 a2097d148d0e
equal deleted inserted replaced
46641:f64dc604ef8d 46643:cb5f289ba033
     1 /*
     1 /*
     2  * Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2012, 2017, 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_REGISTER_NATIVES ((void*)((address_word)(&trace_register_natives)))
    41 #define TRACE_REGISTER_NATIVES ((void*)((address_word)(&trace_register_natives)))
    42 #define TRACE_START() JNI_OK
    42 #define TRACE_START() JNI_OK
    43 #define TRACE_INITIALIZE() JNI_OK
    43 #define TRACE_INITIALIZE() JNI_OK
    44 #define TRACE_VM_EXIT()
    44 #define TRACE_VM_EXIT()
    45 #define TRACE_VM_ERROR()
    45 #define TRACE_VM_ERROR()
       
    46 #define TRACE_SUSPEND_THREAD(t)
    46 
    47 
    47 #define TRACE_DEFINE_TRACE_ID_METHODS typedef int ___IGNORED_hs_trace_type1
    48 #define TRACE_DEFINE_TRACE_ID_METHODS typedef int ___IGNORED_hs_trace_type1
    48 #define TRACE_DEFINE_TRACE_ID_FIELD typedef int ___IGNORED_hs_trace_type2
    49 #define TRACE_DEFINE_TRACE_ID_FIELD typedef int ___IGNORED_hs_trace_type2
    49 #define TRACE_DEFINE_KLASS_TRACE_ID_OFFSET typedef int ___IGNORED_hs_trace_type3
    50 #define TRACE_DEFINE_KLASS_TRACE_ID_OFFSET typedef int ___IGNORED_hs_trace_type3
    50 #define TRACE_KLASS_TRACE_ID_OFFSET in_ByteSize(0); ShouldNotReachHere()
    51 #define TRACE_KLASS_TRACE_ID_OFFSET in_ByteSize(0); ShouldNotReachHere()