diff options
author | Benoit Pradelle <pradelle@java.net> | 2008-10-02 02:00:26 +0000 |
---|---|---|
committer | Benoit Pradelle <pradelle@java.net> | 2008-10-02 02:00:26 +0000 |
commit | 3aecc0800f6ff4ec4313719487d12a520793ad30 (patch) | |
tree | 89e8c64de31ee968333f37f43eb8fb556a67440c /lib/installer-exclude/p4j-exclusions.txt | |
parent | 0ec995e1f51458b96d175ee4605f32af33acb970 (diff) | |
download | jitsi-3aecc0800f6ff4ec4313719487d12a520793ad30.zip jitsi-3aecc0800f6ff4ec4313719487d12a520793ad30.tar.gz jitsi-3aecc0800f6ff4ec4313719487d12a520793ad30.tar.bz2 |
Integrating profiler4j. GSoC result of Vladimir.
Diffstat (limited to 'lib/installer-exclude/p4j-exclusions.txt')
-rw-r--r-- | lib/installer-exclude/p4j-exclusions.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/installer-exclude/p4j-exclusions.txt b/lib/installer-exclude/p4j-exclusions.txt new file mode 100644 index 0000000..a81183f --- /dev/null +++ b/lib/installer-exclude/p4j-exclusions.txt @@ -0,0 +1,25 @@ +#
+# This file lists those classes that should be ignored by
+# the agent during instrumentation. In most cases these
+# classes trigger JVM internal errors and should be simply
+# ignored. Notice that some classes are ignored even if
+# not listed here (they may cause your JVM to crash
+# seriously so I hard-coded exclusions for those within
+# the agent)
+#
+# The agent will ignore all classes STARTING WITH the string
+# indicated. So, you can exclude a whole package by ending
+# with '.'
+#
+
+org.apache.tomcat.jni.OS
+org.jboss.util.xml.DOMWriter
+org.jboss.mq.il.uil2.ServerSocketManagerHandler
+org.hsqldb.jdbc.jdbcConnection
+org.hsqldb.Index
+bsh.ParserTokenManager
+org.eclipse.jdt.internal.compiler.lookup.TypeBinding
+org.eclipse.jdt.internal.compiler.ast.Expression
+org.eclipse.jdt.internal.compiler.problem.ProblemReporter
+org.eclipse.jdt.internal.compiler.impl.Constant
+com.arjuna.ats.internal.arjuna.objectstore.ShadowingStore
\ No newline at end of file |