aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBenoit Pradelle <pradelle@java.net>2008-10-02 02:00:26 +0000
committerBenoit Pradelle <pradelle@java.net>2008-10-02 02:00:26 +0000
commit3aecc0800f6ff4ec4313719487d12a520793ad30 (patch)
tree89e8c64de31ee968333f37f43eb8fb556a67440c /lib
parent0ec995e1f51458b96d175ee4605f32af33acb970 (diff)
downloadjitsi-3aecc0800f6ff4ec4313719487d12a520793ad30.zip
jitsi-3aecc0800f6ff4ec4313719487d12a520793ad30.tar.gz
jitsi-3aecc0800f6ff4ec4313719487d12a520793ad30.tar.bz2
Integrating profiler4j. GSoC result of Vladimir.
Diffstat (limited to 'lib')
-rw-r--r--lib/felix.client.run.properties2
-rw-r--r--lib/installer-exclude/jcommon-1.0.0.jarbin0 -> 294514 bytes
-rw-r--r--lib/installer-exclude/jfreechart-1.0.1.jarbin0 -> 1075621 bytes
-rw-r--r--lib/installer-exclude/p4j-exclusions.txt25
-rw-r--r--lib/installer-exclude/profiler4j-1.0-beta3-SC.jarbin0 -> 603915 bytes
5 files changed, 27 insertions, 0 deletions
diff --git a/lib/felix.client.run.properties b/lib/felix.client.run.properties
index 4eb1607..33cb052 100644
--- a/lib/felix.client.run.properties
+++ b/lib/felix.client.run.properties
@@ -149,6 +149,8 @@ felix.auto.start.67= \
reference:file:sc-bundles/generalconfig.jar \
reference:file:sc-bundles/dictaccregwizz.jar
+#level 68 is for profiler, don't use it or change the build.xml file accordingly
+
felix.auto.start.70= \
reference:file:sc-bundles/simpleaccreg.jar
diff --git a/lib/installer-exclude/jcommon-1.0.0.jar b/lib/installer-exclude/jcommon-1.0.0.jar
new file mode 100644
index 0000000..c5d23f4
--- /dev/null
+++ b/lib/installer-exclude/jcommon-1.0.0.jar
Binary files differ
diff --git a/lib/installer-exclude/jfreechart-1.0.1.jar b/lib/installer-exclude/jfreechart-1.0.1.jar
new file mode 100644
index 0000000..6a01524
--- /dev/null
+++ b/lib/installer-exclude/jfreechart-1.0.1.jar
Binary files differ
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
diff --git a/lib/installer-exclude/profiler4j-1.0-beta3-SC.jar b/lib/installer-exclude/profiler4j-1.0-beta3-SC.jar
new file mode 100644
index 0000000..3e38fe3
--- /dev/null
+++ b/lib/installer-exclude/profiler4j-1.0-beta3-SC.jar
Binary files differ