JDK 7 build 58 is available at the openjdk.java.net website

View: New views
12 Messages — Rating Filter:   Alert me  

JDK 7 build 58 is available at the openjdk.java.net website

by xiomara.jayasena :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


The OpenJDK source is available at:
http://hg.openjdk.java.net/jdk7/jdk7
http://hg.openjdk.java.net/jdk7/jdk7/rev/59b497130f82

The OpenJDK source binary plugs for the promoted JDK 7 build 58 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-b58.html

-Xiomara

Re: JDK 7 build 58 is available at the openjdk.java.net website

by Martin Buchholz-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The master jdk7 forest does not yet have the jdk7-b58 tag added.
Could you please add it (but not to tip; there have been changes
since)?

On Fri, May 8, 2009 at 19:09, Xiomara Jayasena <Xiomara.Jayasena@...> wrote:

>
> The OpenJDK source is available at:
> http://hg.openjdk.java.net/jdk7/jdk7
> http://hg.openjdk.java.net/jdk7/jdk7/rev/59b497130f82
>
> The OpenJDK source binary plugs for the promoted JDK 7 build 58 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-b58.html
>
> -Xiomara
>

Re: JDK 7 build 58 is available at the openjdk.java.net website

by gnu_andrew :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/5/9 Martin Buchholz <martinrb@...>:

> The master jdk7 forest does not yet have the jdk7-b58 tag added.
> Could you please add it (but not to tip; there have been changes
> since)?
>
> On Fri, May 8, 2009 at 19:09, Xiomara Jayasena <Xiomara.Jayasena@...> wrote:
>>
>> The OpenJDK source is available at:
>> http://hg.openjdk.java.net/jdk7/jdk7
>> http://hg.openjdk.java.net/jdk7/jdk7/rev/59b497130f82
>>
>> The OpenJDK source binary plugs for the promoted JDK 7 build 58 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-b58.html
>>
>> -Xiomara
>>
>

Still no tag, which means we can't sync the IcedTea forest with the
new build drop.
Can someone please fix this?
--
Andrew :-)

Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)

Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net

PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint: F8EF F1EA 401E 2E60 15FA  7927 142C 2591 94EF D9D8

Re: JDK 7 build 58 is available at the openjdk.java.net website

by xiomara.jayasena :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



Martin Buchholz wrote:
> The master jdk7 forest does not yet have the jdk7-b58 tag added.
>  

Right, it will be added later today.  I am training another team member
to cover for me as I will be out of the office for a few days.  We tried
tagging jdk7 last week and we ran into a permission problem.


> Could you please add it (but not to tip; there have been changes
> since)?
>  

We marked the changesets that we will be tagging already.

As to the statement:
> there have been changes
> since

Really?  I have not seen any changes go in.

-Xiomara


> On Fri, May 8, 2009 at 19:09, Xiomara Jayasena <Xiomara.Jayasena@...> wrote:
>  
>> The OpenJDK source is available at:
>> http://hg.openjdk.java.net/jdk7/jdk7
>> http://hg.openjdk.java.net/jdk7/jdk7/rev/59b497130f82
>>
>> The OpenJDK source binary plugs for the promoted JDK 7 build 58 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-b58.html
>>
>> -Xiomara
>>
>>    

Re: JDK 7 build 58 is available at the openjdk.java.net website

by Dalibor Topic-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Xiomara Jayasena wrote:
> Right, it will be added later today.  I am training another team member
> to cover for me as I will be out of the office for a few days.  We tried
> tagging jdk7 last week and we ran into a permission problem.

>From my limited experience debugging tagging permission problems,
I'd suggest making sure that the [ui] section of the .hgrc file
is set correctly.

cheers,
dalibor topic
--
*******************************************************************
Dalibor Topic                   Tel: (+49 40) 23 646 738
Java F/OSS Ambassador           AIM: robiladonaim
Sun Microsystems GmbH           Mobile: (+49 177) 2664 192
Nagelsweg 55                    http://openjdk.java.net
D-20097 Hamburg                 mailto:Dalibor.Topic@...
Sitz der Gesellschaft: Sonnenallee 1, D-85551 Kirchheim-Heimstetten
Amtsgericht München: HRB 161028
Geschäftsführer: Thomas Schröder, Wolfgang Engels, Wolf Frenkel
Vorsitzender des Aufsichtsrates: Martin Häring



Re: JDK 7 build 58 is available at the openjdk.java.net website

by xiomara.jayasena :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



Dalibor Topic wrote:

> Xiomara Jayasena wrote:
>  
>> Right, it will be added later today.  I am training another team member
>> to cover for me as I will be out of the office for a few days.  We tried
>> tagging jdk7 last week and we ran into a permission problem.
>>    
>
> >From my limited experience debugging tagging permission problems,
> I'd suggest making sure that the [ui] section of the .hgrc file
> is set correctly.
>  

To clarify -- the training happened last week.  There isn't anything to
debug.

We will do the tagging later today.

Cheers,
-Xiomara

> cheers,
> dalibor topic
>  

Re: JDK 7 build 58 is available at the openjdk.java.net website

by Dalibor Topic-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Xiomara Jayasena wrote:

>
>
> Dalibor Topic wrote:
>> Xiomara Jayasena wrote:
>>  
>>> Right, it will be added later today.  I am training another team member
>>> to cover for me as I will be out of the office for a few days.  We tried
>>> tagging jdk7 last week and we ran into a permission problem.
>>>    
>>
>> >From my limited experience debugging tagging permission problems,
>> I'd suggest making sure that the [ui] section of the .hgrc file
>> is set correctly.
>>  
>
> To clarify -- the training happened last week.  There isn't anything to
> debug.
>
> We will do the tagging later today.

Great - thank you Xiomara!

cheers,
dalibor topic

--
*******************************************************************
Dalibor Topic                   Tel: (+49 40) 23 646 738
Java F/OSS Ambassador           AIM: robiladonaim
Sun Microsystems GmbH           Mobile: (+49 177) 2664 192
Nagelsweg 55                    http://openjdk.java.net
D-20097 Hamburg                 mailto:Dalibor.Topic@...
Sitz der Gesellschaft: Sonnenallee 1, D-85551 Kirchheim-Heimstetten
Amtsgericht München: HRB 161028
Geschäftsführer: Thomas Schröder, Wolfgang Engels, Wolf Frenkel
Vorsitzender des Aufsichtsrates: Martin Häring



Re: JDK 7 build 58 is available at the openjdk.java.net website

by xiomara.jayasena :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi Andrew,

Andrew John Hughes wrote:

>> On Fri, May 8, 2009 at 19:09, Xiomara Jayasena <Xiomara.Jayasena@...> wrote:
>>    
>>> The OpenJDK source is available at:
>>> http://hg.openjdk.java.net/jdk7/jdk7
>>> http://hg.openjdk.java.net/jdk7/jdk7/rev/59b497130f82
>>>
>>> The OpenJDK source binary plugs for the promoted JDK 7 build 58 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-b58.html
>>>
>>> -Xiomara
>>>
>>>      
>
> Still no tag, which means we can't sync the IcedTea forest with the
> new build drop.
>  

The tagging is complete now.

Regards,
-Xiomara


Re: JDK 7 build 58 is available at the openjdk.java.net website

by gnu_andrew :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/5/9 Xiomara Jayasena <Xiomara.Jayasena@...>:

>
> The OpenJDK source is available at:
> http://hg.openjdk.java.net/jdk7/jdk7
> http://hg.openjdk.java.net/jdk7/jdk7/rev/59b497130f82
>
> The OpenJDK source binary plugs for the promoted JDK 7 build 58 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-b58.html
>
> -Xiomara
>

b58 also contains a fix for
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6565364 but this
appears to have been rolled in with
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6529590 so that the
bug has not been updated and the ID is not included in the changeset:
http://hg.openjdk.java.net/jdk7/jdk7/corba/rev/e149090eb21a
--
Andrew :-)

Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)

Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net

PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint: F8EF F1EA 401E 2E60 15FA  7927 142C 2591 94EF D9D8

Re: JDK 7 build 58 is available at the openjdk.java.net website

by xiomara.jayasena :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



Andrew John Hughes wrote:

> 2009/5/9 Xiomara Jayasena <Xiomara.Jayasena@...>:
>  
>> The OpenJDK source is available at:
>> http://hg.openjdk.java.net/jdk7/jdk7
>> http://hg.openjdk.java.net/jdk7/jdk7/rev/59b497130f82
>>
>> The OpenJDK source binary plugs for the promoted JDK 7 build 58 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-b58.html
>>
>> -Xiomara
>>
>>    
>
> b58 also contains a fix for
> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6565364 but this
> appears to have been rolled in with
> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6529590 so that the
> bug has not been updated and the ID is not included in the changeset:
> http://hg.openjdk.java.net/jdk7/jdk7/corba/rev/e149090eb21a
>  

Thanks.  I'll ask the responsible gatekeeper to update the bug.

-Xiomara


Re: JDK 7 build 58 is available at the openjdk.java.net website

by tim.bell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Andrew John Hughes wrote:

> b58 also contains a fix for
> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6565364 but this
> appears to have been rolled in with
> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6529590 so that the
> bug has not been updated and the ID is not included in the changeset:
> http://hg.openjdk.java.net/jdk7/jdk7/corba/rev/e149090eb21a

Good catch, thank you.

These changes came forward en-masse from OpenJDK6 and I missed 6565364.
  I updated 6565364 a few minutes ago and marked it fix-delivered in
OpenJDK7 b58.

I can't retroactively fix the changeset comment - sorry about that.

Tim


Re: JDK 7 build 58 is available at the openjdk.java.net website

by gnu_andrew :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/5/14 Tim Bell <Tim.Bell@...>:

> Andrew John Hughes wrote:
>
>> b58 also contains a fix for
>> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6565364 but this
>> appears to have been rolled in with
>> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6529590 so that the
>> bug has not been updated and the ID is not included in the changeset:
>> http://hg.openjdk.java.net/jdk7/jdk7/corba/rev/e149090eb21a
>
> Good catch, thank you.
>

The IcedTea build process does it again! :)
(We've been maintaining the patch locally so when it appeared
upstream, a conflict arose in applying our patch)

> These changes came forward en-masse from OpenJDK6 and I missed 6565364.  I
> updated 6565364 a few minutes ago and marked it fix-delivered in OpenJDK7
> b58.
>

Thanks.

> I can't retroactively fix the changeset comment - sorry about that.
>

No problem, I only mentioned that because I guess it's why the bug
wasn't updated.

> Tim
>
>

Cheers,
--
Andrew :-)

Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)

Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net

PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint: F8EF F1EA 401E 2E60 15FA  7927 142C 2591 94EF D9D8