You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Tim Ellison <t....@gmail.com> on 2007/08/31 18:18:55 UTC

Re: svn commit: r571484 [2/3] - in /harmony/enhanced/drlvm/trunk: src/test/regression/H2084/ vm/jitrino/src/codegenerator/ia32/ vm/jitrino/src/main/ vm/jitrino/src/optimizer/ vm/jitrino/src/shared/ vm/jitrino/src/translator/ vm/jitrino/src/translator/java/

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

mfursov@apache.org 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");