Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 201556
Collapse All | Expand All

(-)src-native/src/BaseProf/Tickets.cpp (-4 / +4 lines)
Lines 27-36 Link Here
27
    if (m_next != 0) {
27
    if (m_next != 0) {
28
        m_next->PrintMethodEntryElements(ec_env);
28
        m_next->PrintMethodEntryElements(ec_env);
29
    }
29
    }
30
//    if (m_isActive) {
30
    if (m_isActive) {
31
//        return;
31
        return;
32
//    }
32
    }
33
//    m_isActive = true;
33
    m_isActive = true;
34
    ec_env->PrintMethodEntryElement(methodInvocationData.threadId_, methodInvocationData.methodId_, 
34
    ec_env->PrintMethodEntryElement(methodInvocationData.threadId_, methodInvocationData.methodId_, 
35
        methodInvocationData.classId_, methodInvocationData.ticket_, methodInvocationData.stackDepth_);
35
        methodInvocationData.classId_, methodInvocationData.ticket_, methodInvocationData.stackDepth_);
36
}
36
}

Return to bug 201556