Skip to content

Commit

Permalink
Merge pull request #42 from lifey/master
Browse files Browse the repository at this point in the history
fix macros file
  • Loading branch information
lifey committed Nov 8, 2014
2 parents ffde735 + b159455 commit 3ea2ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scripts/macros.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Threads which have stack must contain at token
withstack=contains/stack,at/
# JVM threads do not have a stack hence no at token
jvm=ncontains/stack,at/
jvm=-contains/stack,at/
# lock stackframes start with minus and a space
locks=frame/- /
-locks=-frame/- /
# remove threads which do not have stack and all JMX/RMI related threads
-jvm=contains/stack,at/.ncontains/name,RMI TCP /.ncontains/name,Reference Handle/.ncontains/name,Finalizer/.ncontains/name,JMX server connection timeout/.ncontains/name,RMI Scheduler/
-jvm=contains/stack,at/.-contains/name,RMI TCP /.-contains/name,Reference Handle/.-contains/name,Finalizer/.-contains/name,JMX server connection timeout/.-contains/name,RMI Scheduler/

running=contains/state,RUNNABLE/
blocked=contains/state,BLOCKED/
Expand Down

0 comments on commit 3ea2ed4

Please sign in to comment.