Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 77240 Details for
Bug 201556
[CGProf] unknow thread at veiw
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
fix, doesn't print etities in active state.
patch48.txt (text/plain), 971 bytes, created by
Alexander N. Alexeev
on 2007-08-29 08:24:41 EDT
(
hide
)
Description:
fix, doesn't print etities in active state.
Filename:
MIME Type:
Creator:
Alexander N. Alexeev
Created:
2007-08-29 08:24:41 EDT
Size:
971 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.platform.jvmti.runtime >Index: src-native/src/BaseProf/Tickets.cpp >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.jvmti.runtime/src-native/src/BaseProf/Tickets.cpp,v >retrieving revision 1.5 >diff -u -r1.5 Tickets.cpp >--- src-native/src/BaseProf/Tickets.cpp 24 Aug 2007 17:29:23 -0000 1.5 >+++ src-native/src/BaseProf/Tickets.cpp 29 Aug 2007 12:24:13 -0000 >@@ -27,10 +27,10 @@ > if (m_next != 0) { > m_next->PrintMethodEntryElements(ec_env); > } >-// if (m_isActive) { >-// return; >-// } >-// m_isActive = true; >+ if (m_isActive) { >+ return; >+ } >+ m_isActive = true; > ec_env->PrintMethodEntryElement(methodInvocationData.threadId_, methodInvocationData.methodId_, > methodInvocationData.classId_, methodInvocationData.ticket_, methodInvocationData.stackDepth_); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 201556
: 77240