Thanks for the information provided. Is there a place where i can get the bundled source code ?
I used the link to clone the source code using the hg command. http://hg.openjdk.java.net/jdk7u/jdk7u/ *However it looks like it is not able to download the jdk folder . * i am getting the below error while running the make sanity. can you please help. [root@rhel5 jdk7u]# *ls* ASSEMBLY_EXCEPTION hotspot langtools Makefile test corba jaxp LICENSE README THIRD_PARTY_README get_source.sh jaxws make README-builds.html [root@rhel5 jdk7u]#* make sanity* *Makefile:69: jdk/make/common/shared/Defs-control.gmk: No such file or directory* /bin/sh: -F": command not found /bin/sh: -c: line 0: syntax error near unexpected token `|' /bin/sh: -c: line 0: `| -c '^1.[5-6].[0-9]'' /bin/sh: : command not found make: *** No rule to make target `jdk/make/common/shared/Defs-control.gmk'. Stop. On Wed, Jun 22, 2016 at 12:42 PM, Mario Torre <neug...@redhat.com> wrote: > On Wed, Jun 22, 2016 at 8:42 AM, Prakash Rungta > <prakash.run...@gmail.com> wrote: > > Hi Andrew, > > > > Thanks for looking into this. > > > > I downloaded the source code from the following site > > > > http://download.java.net/openjdk/jdk7/ > > > > The following was the file name > > > > openjdk-7-fcs-src-b147-27_jun_2011.zip > > < > http://www.java.net/download/openjdk/jdk7/promoted/b147/openjdk-7-fcs-src-b147-27_jun_2011.zip > > > > 2011, this is ancient history... > > > > > Also i tried to download by setting up the clone from mercurial software > at > > the following link > > > > hg clone http://hg.openjdk.java.net/jdk7/jdk7 *YourOpenJDK* > > cd *YourOpenJDK* > > sh ./get_source.sh > > I think this is not used any more, but there for historical reasons. > The right place to get the latest version of OpenJDK7 should be this: > > http://hg.openjdk.java.net/jdk7u/jdk7u/ > > I know it's a little bit confusing with so many reposotories, but the > actual pointers are on the wiki (where JDK 7u is the only one > appearing): > > https://wiki.openjdk.java.net/display/jdk7u/Main > > I hope this helps. > > Cheers, > Mario >