From michael.wilkerson at oracle.com Tue Jul 13 07:02:38 2010 From: michael.wilkerson at oracle.com (michael.wilkerson at oracle.com) Date: Tue, 13 Jul 2010 00:02:38 -0700 Subject: JDK 7 build 100 is available at the openjdk.java.net website Message-ID: <4C3C0F8E.5020307@oracle.com> The OpenJDK source is available at: http://hg.openjdk.java.net/jdk7/jdk7 http://hg.openjdk.java.net/jdk7/jdk7/rev/4193eaf5f1b8 The OpenJDK source binary plugs for the promoted JDK 7 build 100 are available under the openjdk http://openjdk.java.net website under Source Code (direct link to bundles: http://download.java.net/openjdk/jdk7) Summary of changes: http://download.java.net/jdk7/changes/jdk7-b100.html --Michael From arshad3m at gmail.com Wed Jul 14 18:57:58 2010 From: arshad3m at gmail.com (arshad) Date: Thu, 15 Jul 2010 00:27:58 +0530 Subject: indexoutofthebounds exception error Message-ID: <1279133878.1550.1.camel@arshad-desktop> hi can someone please tell me, why i get indexoutofthebound exception for this: (i+1) arraylist mydeck size is 52. thanks a lot. for(int i=0;i References: <1279133878.1550.1.camel@arshad-desktop> Message-ID: <4C3E21BB.1040907@oracle.com> Hi Arshad, This is not exactly the right list to discuss your question. This list is to discuss the openjdk open source Java codebase. Having said that, your bug is likely trying to retrieve the 53rd card from a 52 card deck, i.e. when i=51 you are trying to retrieve the 52nd element (i+1), which does not exist. - Jim On 7/14/10 2:57 PM, arshad wrote: > hi can someone please tell me, why i get indexoutofthebound exception > for this: (i+1) > arraylist mydeck size is 52. > > thanks a lot. > > for(int i=0;i pileOne.add(d.mydeck.get(i)); > pileTwo.add(d.mydeck.get(i+1)); > // pileThree.add(d.mydeck.get(i+2)); > // pileFour.add(d.mydeck.get(i+3)); > } > > > > From christine.lu at oracle.com Sat Jul 17 04:32:36 2010 From: christine.lu at oracle.com (christine.lu at oracle.com) Date: Fri, 16 Jul 2010 21:32:36 -0700 Subject: JDK 7 build 101 is available at the openjdk.java.net website Message-ID: <4C413264.8080409@oracle.com> The OpenJDK source is available at: http://hg.openjdk.java.net/jdk7/jdk7 http://hg.openjdk.java.net/jdk7/jdk7/rev/055626b50d2d The OpenJDK source binary plugs for the promoted JDK 7 build 101 are available under the openjdk http://openjdk.java.net website under Source Code (direct link to bundles: http://download.java.net/openjdk/jdk7) Summary of changes: http://download.java.net/jdk7/changes/jdk7-b101.html Christine From christine.lu at oracle.com Sat Jul 24 07:20:29 2010 From: christine.lu at oracle.com (christine.lu at oracle.com) Date: Sat, 24 Jul 2010 00:20:29 -0700 Subject: JDK 7 build 102 is available at the openjdk.java.net website Message-ID: <4C4A943D.4000006@oracle.com> The OpenJDK source is available at: http://hg.openjdk.java.net/jdk7/jdk7 http://hg.openjdk.java.net/jdk7/jdk7/rev/86a3df41c0c7 The OpenJDK source binary plugs for the promoted JDK 7 build 102 are available under the openjdk http://openjdk.java.net website under Source Code (direct link to bundles: http://download.java.net/openjdk/jdk7) Summary of changes: http://download.java.net/jdk7/changes/jdk7-b102.html