|
|
||
Kelly O'Hair's BlogOctober 2007 ArchivesOpenJDK Mercurial Transition Update 5Posted by kellyohair on October 21, 2007 at 01:10 PM | Permalink | Comments (3)Update 5Well we had a few snafus with Build 22. A hotspot bug 6616627 managed to sneak in, and the jaxws workspace lost some GPL markings and we will need to back out the jaxws integration in Build 23 (this should be temporary, expect jaxws to be re-integrated in a few builds). The split of the langtools, corba, jaxp, and jaxws workspaces has continued to cause some minor issues with regards to doing partial builds from the j2se workspace. Most of these have been resolved in build 23 coming up. We did have a few changes to the plan. Build 23 is being used (in TeamWare) to hold changes like whitespace normalization, SCCS keyword removal, and also the j2se name change ("j2se" is being changed to "jdk"). No team integrations will be allowed in Build 23 with the exception of emergency fixes (like the above hotspot bug fix).
Build 24 will be in Mercurial and the files managed by TeamWare
in Build 23 will be the same files that enter the initial
Build 24 Mercurial repositories.
There are a few restructuring things that will happen though as
the Mercurial images are created. There will not be a "control"
repository, instead there will be a Makefile at the top of
the forest which is the same Makefile that used to be at
control/make.
So when you used to:
Now you would:
See OpenJDK forest for more information on the layout. Build 23 is being worked on now and should be available within a week, doing the Mercurial conversion for Build 24 should be fairly straight forward, but getting everything all setup for the integrators and developers is not a trivial task, so once we have repositories it may take a few weeks to get it all setup. Hopefully, read-only MASTER repositories can be made available as soon as possible, and maybe sooner so that we can get help trying things out and looking for issues. Stay tuned... VisualVM ToolPosted by kellyohair on October 17, 2007 at 11:22 AM | Permalink | Comments (0)If you like jconsole, go to the VisualVM pages at https://visualvm.dev.java.net/ and try out the new VisualVM tool. Very cool. OpenJDK Mercurial Transition Update 4Posted by kellyohair on October 02, 2007 at 11:57 AM | Permalink | Comments (4)Update 4
We tried very hard to split out corba, jaxp, and jaxws in Build 21 but didn't make it, however they just now got integrated into Build 22. This splits out an additional 6,000 files or so from the primary j2se workspace. This would not have been accomplished at all without the dedicated hard work of Seema, thank you Seema. So with Build 22 we will now have: The langtools component is built with the BOOTDIR jdk and creates the jdk contribution files (dist/lib/classes.jar and dist/lib/src.zip) for the resulting jdk image being built, plus bootstrap tools that can be run with the BOOTDIR jdk for building the complete jdk with the latest class versions etc. The corba, jaxp, and jaxws components are given a BOOTDIR jdk to build with (and optionally the langtools bootstrap files when doing a full control build). All the components create contribution files (dist/lib/classes.jar and dist/lib/src.zip). Corba also contributes some special jdk image files (dist/bin.zip). Build 22 continues to be our target for the last JDK7 promotion built via the TeamWare workspaces, the Build after this one would be done via Mercurial repositories. There is some risk to this target, and it's possible it might slip, but it continues to be out target, and the momentum is building up. There will still be a few SCCS keywords in the Mercurial sources at first, but these should be harmless. We'll continue to clean up the source as we go.
-kto
| ||
|
|