Author: mladen.turk(a)jboss.com
Date: 2007-10-11 03:56:42 -0400 (Thu, 11 Oct 2007)
New Revision: 1096
Modified:
trunk/sight/test/org/jboss/sight/MemoryLeakTest.java
Log:
Use larger number of objects to test
Modified: trunk/sight/test/org/jboss/sight/MemoryLeakTest.java
===================================================================
--- trunk/sight/test/org/jboss/sight/MemoryLeakTest.java 2007-10-11 07:55:20 UTC (rev
1095)
+++ trunk/sight/test/org/jboss/sight/MemoryLeakTest.java 2007-10-11 07:56:42 UTC (rev
1096)
@@ -116,7 +116,7 @@
throws Exception
{
- for (int i = 0; i < 500; i++) {
+ for (int i = 0; i < 500000; i++) {
new NativeObjectTestClass();
}
// Library.clear() will force that all native objects
Show replies by date