FYI: missing standard block comment... I only noticed this one because it was at the top of the mail message, there may be others.
Tim [EMAIL PROTECTED] wrote: > Added: harmony/enhanced/drlvm/trunk/src/test/regression/H2084/Test.java > URL: > http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/src/test/regression/H2084/Test.java?rev=571484&view=auto > ============================================================================== > --- harmony/enhanced/drlvm/trunk/src/test/regression/H2084/Test.java (added) > +++ harmony/enhanced/drlvm/trunk/src/test/regression/H2084/Test.java Fri Aug > 31 07:48:19 2007 > @@ -0,0 +1,4016 @@ > +package org.apache.harmony.drlvm.tests.regression.h2084; > + > +import java.util.HashMap; > + > +import junit.framework.TestCase; > + > +public class Test extends TestCase { > + > + static HashMap map = new HashMap(); > + > + public void test() throws Exception { > + > + put("A", "B"); > + put("A", "B"); > + put("A", "B"); > + put("A", "B"); > + put("A", "B"); > + put("A", "B"); > + put("A", "B"); > + put("A", "B");
