<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.java.openjdk.build.devel">
    <title>gmane.comp.java.openjdk.build.devel</title>
    <link>http://blog.gmane.org/gmane.comp.java.openjdk.build.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6143"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6139"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6125"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6124"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6123"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6122"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6121"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6120"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6119"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6096"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6091"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6087"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6086"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6085"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6084"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6083"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6082"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6081"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6078"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6072"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6143">
    <title>hg: jdk8/build/jdk: 7172014: Remove empty and unused javah includefiles</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6143</link>
    <description>&lt;pre&gt;Changeset: edb02bee325e
Author:    ihse
Date:      2012-05-25 18:55 -0700
URL:       http://hg.openjdk.java.net/jdk8/build/jdk/rev/edb02bee325e

7172014: Remove empty and unused javah include files
Reviewed-by: ohair, erikj

! src/share/native/sun/awt/image/cvutils/img_dcm.h
! src/share/native/sun/awt/image/cvutils/img_dcm8.h
! src/share/native/sun/java2d/pipe/SpanClipRenderer.c
! src/solaris/native/sun/awt/initIDs.c


&lt;/pre&gt;</description>
    <dc:creator>kelly.ohair-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-26T05:49:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6139">
    <title>Building sunpkcs11.jar</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6139</link>
    <description>&lt;pre&gt;I want to be able to modify and rebuild lib/ext/sunpkcs11.jar.

When I do a "make all; make images" everything completes successfully.
With javap, I can see my modified class in the build/linux-amd64/j2sdk-image/jre/lib/ext

When I use this built ext directory as a replacement of the Oracle 7U4 JRE, and run some code that does

  KeyGenerator gen = KeyGenerator.getInstance("AES");
I get
      Test1,java.security.NoSuchAlgorithmException: AES KeyGenerator not available
at javax.crypto.KeyGenerator.&amp;lt;init&amp;gt;(KeyGenerator.java:158)
at javax.crypto.KeyGenerator.getInstance(KeyGenerator.java:207)

This code runs successfully with the regular Oracle 7U4 JRE.

Am I missing something in the build process?

&lt;/pre&gt;</description>
    <dc:creator>Deneau, Tom</dc:creator>
    <dc:date>2012-05-23T15:54:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6125">
    <title>hg: jdk8/build/langtools: 6 new changesets</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6125</link>
    <description>&lt;pre&gt;Changeset: 8b869afd2eb4
Author:    katleman
Date:      2012-05-17 06:20 -0700
URL:       http://hg.openjdk.java.net/jdk8/build/langtools/rev/8b869afd2eb4

Added tag jdk8-b39 for changeset a9f547c218d9

! .hgtags

Changeset: d10db3576c08
Author:    ksrini
Date:      2012-05-04 07:55 -0700
URL:       http://hg.openjdk.java.net/jdk8/build/langtools/rev/d10db3576c08

7166010: (javac) JavacMessager incorrectly restores log source file
Reviewed-by: jjg
Contributed-by: jan.lahoda-QHcLZuEGTsvQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org

! src/share/classes/com/sun/tools/javac/processing/JavacMessager.java
+ test/tools/javac/processing/messager/MessagerDiags.java

Changeset: 833bab705918
Author:    ksrini
Date:      2012-05-10 12:32 -0700
URL:       http://hg.openjdk.java.net/jdk8/build/langtools/rev/833bab705918

7159445: (javac) emits inaccurate diagnostics for enhanced for-loops
Reviewed-by: jjg
Contributed-by: jan.lahoda-QHcLZuEGTsvQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org

! src/share/classes/com/sun/tools/javac/parser/JavacParser.java
! sr&lt;/pre&gt;</description>
    <dc:creator>david.katleman-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-23T22:56:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6124">
    <title>hg: jdk8/build/jdk: 71 new changesets</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6124</link>
    <description>&lt;pre&gt;Changeset: 47cd90bf0f66
Author:    katleman
Date:      2012-05-17 06:20 -0700
URL:       http://hg.openjdk.java.net/jdk8/build/jdk/rev/47cd90bf0f66

Added tag jdk8-b39 for changeset b6f529117521

! .hgtags

Changeset: 7c4eed4b6c19
Author:    bae
Date:      2012-05-21 14:04 +0400
URL:       http://hg.openjdk.java.net/jdk8/build/jdk/rev/7c4eed4b6c19

7124400: [macosx] CGraphicsDevice.getConfigurations() returns reference to member (does not copy configs)
Reviewed-by: anthony, kizune

! src/macosx/classes/sun/awt/CGraphicsDevice.java
! test/java/awt/GraphicsDevice/CloneConfigsTest.java

Changeset: 416b3a498e71
Author:    bae
Date:      2012-05-21 14:53 +0400
URL:       http://hg.openjdk.java.net/jdk8/build/jdk/rev/416b3a498e71

7154088: [macosx] Regression: Component.createImage do not inherits component attributes
Reviewed-by: art, kizune

! src/macosx/classes/sun/lwawt/LWComponentPeer.java

Changeset: 1b90a0113359
Author:    lana
Date:      2012-05-21 11:20 -0700
URL:       http://hg.openjdk.java.net/jdk8/bui&lt;/pre&gt;</description>
    <dc:creator>david.katleman-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-23T22:42:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6123">
    <title>hg: jdk8/build/jaxws: Added tag jdk8-b39 for changeset 7f6b44fd3034</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6123</link>
    <description>&lt;pre&gt;Changeset: 09a0ddda03cb
Author:    katleman
Date:      2012-05-17 06:20 -0700
URL:       http://hg.openjdk.java.net/jdk8/build/jaxws/rev/09a0ddda03cb

Added tag jdk8-b39 for changeset 7f6b44fd3034

! .hgtags


&lt;/pre&gt;</description>
    <dc:creator>david.katleman-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-23T22:41:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6122">
    <title>hg: jdk8/build/jaxp: Added tag jdk8-b39 for changeset f95fdbe525c8</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6122</link>
    <description>&lt;pre&gt;Changeset: 9ecfdbd6aed4
Author:    katleman
Date:      2012-05-17 06:20 -0700
URL:       http://hg.openjdk.java.net/jdk8/build/jaxp/rev/9ecfdbd6aed4

Added tag jdk8-b39 for changeset f95fdbe525c8

! .hgtags


&lt;/pre&gt;</description>
    <dc:creator>david.katleman-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-23T22:40:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6121">
    <title>hg: jdk8/build/hotspot: 15 new changesets</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6121</link>
    <description>&lt;pre&gt;Changeset: 26423ef693ac
Author:    katleman
Date:      2012-05-17 06:20 -0700
URL:       http://hg.openjdk.java.net/jdk8/build/hotspot/rev/26423ef693ac

Added tag jdk8-b39 for changeset 96a403721094

! .hgtags

Changeset: 56d1af561395
Author:    amurillo
Date:      2012-05-11 14:54 -0700
URL:       http://hg.openjdk.java.net/jdk8/build/hotspot/rev/56d1af561395

7168247: new hotspot build - hs24-b11
Reviewed-by: jcoomes

! make/hotspot_version

Changeset: 35e504cb49a6
Author:    collins
Date:      2012-05-11 11:30 -0700
URL:       http://hg.openjdk.java.net/jdk8/build/hotspot/rev/35e504cb49a6

7167625: Adjustments for SE-Embedded build process
Summary: Simple change to the SE-Embedded build rules that should not affect any other OpenJDK users.
Reviewed-by: kvn, dholmes

! make/linux/makefiles/vm.make
! src/share/vm/runtime/arguments.cpp

Changeset: fada85d11d92
Author:    jprovino
Date:      2012-05-16 13:33 -0400
URL:       http://hg.openjdk.java.net/jdk8/build/hotspot/rev/fada85d11d92

Merge


Changeset: 8f&lt;/pre&gt;</description>
    <dc:creator>david.katleman-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-23T22:38:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6120">
    <title>hg: jdk8/build/corba: Added tag jdk8-b39 for changeset 785af00e2827</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6120</link>
    <description>&lt;pre&gt;Changeset: 56d030e5035f
Author:    katleman
Date:      2012-05-17 06:20 -0700
URL:       http://hg.openjdk.java.net/jdk8/build/corba/rev/56d030e5035f

Added tag jdk8-b39 for changeset 785af00e2827

! .hgtags


&lt;/pre&gt;</description>
    <dc:creator>david.katleman-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-23T22:36:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6119">
    <title>hg: jdk8/build: Added tag jdk8-b39 for changeset 8927dd68aee3</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6119</link>
    <description>&lt;pre&gt;Changeset: a2b2d435f1d2
Author:    katleman
Date:      2012-05-17 06:20 -0700
URL:       http://hg.openjdk.java.net/jdk8/build/rev/a2b2d435f1d2

Added tag jdk8-b39 for changeset 8927dd68aee3

! .hgtags


&lt;/pre&gt;</description>
    <dc:creator>david.katleman-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-23T22:36:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6096">
    <title>Need reviewer - &lt; at &gt;GenerateNativeHeader</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6096</link>
    <description>&lt;pre&gt;
7170969: Add &amp;lt; at &amp;gt;GenerateNativeHeader to classes whose fields need to be exported for JNI
http://cr.openjdk.java.net/~ohair/openjdk8/generateHeaders1/webrev/

The new build infrastructure wants to fully automate the generation of the JNI header files (running javah).
On classes that have "native" methods this is obvious, but class that only export constants, and whose constants
are needed in the JNI native code, we need to mark these classes as needing their native header file generated.

This change is adding:

import javax.tools.annotation.GenerateNativeHeader;
  
/* No native methods here, but the constants are needed in the supporting JNI code */
&amp;lt; at &amp;gt;GenerateNativeHeader

To any class without a native method, but needing to expose it's constants to the native code.

-kto


&lt;/pre&gt;</description>
    <dc:creator>Kelly O'Hair</dc:creator>
    <dc:date>2012-05-23T01:14:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6091">
    <title>New log control system entering build-infra</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6091</link>
    <description>&lt;pre&gt;I have just pushed a new way of controlling the make log verbosity to 
the build-infra repository. Hopefully, it will get integrated into the 
build and mainline forests further on.

With this new system, the makefile verbosity can be controlled using the 
LOG variable. LOG can be set to any of "warn", "info", "debug" or 
"trace" (inspired by log4j log levels). The default is "warn".

* LOG=warn will give you just basic information about build process, and 
warnings and errors reported by the tools.

* LOG=info will mimick the old makefiles, that is, print each command as 
it is executed by make. This is helpful for determining tricky errors in 
the source code, where the error message does not clearly state which 
file is problematic.

* LOG=debug will display all shell executions (not only when make 
executes a rule, but also in the internal Makefile logic). This is 
helpful for debugging Makefile problems. If you want to report a problem 
with the new build system, please run with LOG=debug to create a fu&lt;/pre&gt;</description>
    <dc:creator>Magnus Ihse Bursie</dc:creator>
    <dc:date>2012-05-21T10:59:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6087">
    <title>hg: jdk8/build/langtools: Added tag jdk8-b38 for changeset1f224f160aa8</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6087</link>
    <description>&lt;pre&gt;Changeset: a9f547c218d9
Author:    katleman
Date:      2012-05-10 10:25 -0700
URL:       http://hg.openjdk.java.net/jdk8/build/langtools/rev/a9f547c218d9

Added tag jdk8-b38 for changeset 1f224f160aa8

! .hgtags


&lt;/pre&gt;</description>
    <dc:creator>david.katleman-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-17T05:19:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6086">
    <title>hg: jdk8/build/jdk: 2 new changesets</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6086</link>
    <description>&lt;pre&gt;Changeset: b5726775b0d8
Author:    katleman
Date:      2012-05-10 10:25 -0700
URL:       http://hg.openjdk.java.net/jdk8/build/jdk/rev/b5726775b0d8

Added tag jdk8-b38 for changeset c45f3509a707

! .hgtags

Changeset: b6f529117521
Author:    katleman
Date:      2012-05-16 22:07 -0700
URL:       http://hg.openjdk.java.net/jdk8/build/jdk/rev/b6f529117521

Merge



&lt;/pre&gt;</description>
    <dc:creator>david.katleman-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-17T05:17:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6085">
    <title>hg: jdk8/build/jaxws: Added tag jdk8-b38 for changeset ac1ba3b56775</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6085</link>
    <description>&lt;pre&gt;Changeset: 7f6b44fd3034
Author:    katleman
Date:      2012-05-10 10:25 -0700
URL:       http://hg.openjdk.java.net/jdk8/build/jaxws/rev/7f6b44fd3034

Added tag jdk8-b38 for changeset ac1ba3b56775

! .hgtags


&lt;/pre&gt;</description>
    <dc:creator>david.katleman-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-17T05:17:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6084">
    <title>hg: jdk8/build/jaxp: Added tag jdk8-b38 for changeset 5bbe0cb6f2f2</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6084</link>
    <description>&lt;pre&gt;Changeset: f95fdbe525c8
Author:    katleman
Date:      2012-05-10 10:25 -0700
URL:       http://hg.openjdk.java.net/jdk8/build/jaxp/rev/f95fdbe525c8

Added tag jdk8-b38 for changeset 5bbe0cb6f2f2

! .hgtags


&lt;/pre&gt;</description>
    <dc:creator>david.katleman-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-17T05:17:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6083">
    <title>hg: jdk8/build/hotspot: 17 new changesets</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6083</link>
    <description>&lt;pre&gt;Changeset: 3c394919ca69
Author:    katleman
Date:      2012-05-10 10:25 -0700
URL:       http://hg.openjdk.java.net/jdk8/build/hotspot/rev/3c394919ca69

Added tag jdk8-b38 for changeset 637c3f5f068f

! .hgtags

Changeset: 36538fd1225e
Author:    amurillo
Date:      2012-05-04 15:26 -0700
URL:       http://hg.openjdk.java.net/jdk8/build/hotspot/rev/36538fd1225e

7166615: new hotspot build - hs24-b10
Reviewed-by: jcoomes

! make/hotspot_version

Changeset: 8bafad97cd26
Author:    jiangli
Date:      2012-05-02 13:21 -0400
URL:       http://hg.openjdk.java.net/jdk8/build/hotspot/rev/8bafad97cd26

7158552: The instanceKlsss::_host_klass is only needed for anonymous class for JSR 292 support.
Summary: Change the _host_klass to be conditionally created embedded instanceKlass field.
Reviewed-by: jrose, coleenp, dholmes

! src/share/vm/classfile/classFileParser.cpp
! src/share/vm/memory/oopFactory.cpp
! src/share/vm/memory/oopFactory.hpp
! src/share/vm/oops/instanceKlass.cpp
! src/share/vm/oops/instanceKlass.hpp
! sr&lt;/pre&gt;</description>
    <dc:creator>david.katleman-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-17T05:14:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6082">
    <title>hg: jdk8/build/corba: Added tag jdk8-b38 for changeset b8cbfb31139f</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6082</link>
    <description>&lt;pre&gt;Changeset: 785af00e2827
Author:    katleman
Date:      2012-05-10 10:24 -0700
URL:       http://hg.openjdk.java.net/jdk8/build/corba/rev/785af00e2827

Added tag jdk8-b38 for changeset b8cbfb31139f

! .hgtags


&lt;/pre&gt;</description>
    <dc:creator>david.katleman-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-17T05:13:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6081">
    <title>hg: jdk8/build: 2 new changesets</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6081</link>
    <description>&lt;pre&gt;Changeset: b67bdaca36c2
Author:    katleman
Date:      2012-05-10 10:24 -0700
URL:       http://hg.openjdk.java.net/jdk8/build/rev/b67bdaca36c2

Added tag jdk8-b38 for changeset d939bd0ab13c

! .hgtags

Changeset: 8927dd68aee3
Author:    katleman
Date:      2012-05-16 22:06 -0700
URL:       http://hg.openjdk.java.net/jdk8/build/rev/8927dd68aee3

Merge



&lt;/pre&gt;</description>
    <dc:creator>david.katleman-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-17T05:13:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6078">
    <title>Review Request: Build-infra update</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6078</link>
    <description>&lt;pre&gt;The build-infra project has been quite productive and would like to push 
an update to the new build in jdk8.

All webrevs can be found here: 
http://cr.openjdk.java.net/~erikj/build-infra-m1.1/ 
&amp;lt;http://cr.openjdk.java.net/%7Eerikj/build-infra-m1.1/&amp;gt;

What's new in this push?
* Makefile conversion is basically done (a few minor exceptions but all 
code is compiled by new makefiles now).
* Solaris ia32 is now as binary compatible with the old build as linux is.
* Build speed is significantly improved since only new makefiles are 
used. (Rough examples for full open build: Linux 7min, Solaris ia32 
7min, Windows 22min)
* Windows still builds and is runnable.
* Several bugfixes.

Why push now, it's not all done yet?
The main driver for this push is the jigsaw project that needs to 
consume the full conversion of the makefiles in order to work on the 
jigsaw build. We also think that people trying out the new build will 
enjoy the speed improvement. Of course we also welcome more feedback on 
the new build syst&lt;/pre&gt;</description>
    <dc:creator>Erik Joelsson</dc:creator>
    <dc:date>2012-05-16T12:32:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6072">
    <title>hg: jdk8/build/jdk: 7157855: jvisualvm.1 not included in binaries</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6072</link>
    <description>&lt;pre&gt;Changeset: 8d665b69ebf1
Author:    mfang
Date:      2012-05-15 11:46 -0700
URL:       http://hg.openjdk.java.net/jdk8/build/jdk/rev/8d665b69ebf1

7157855: jvisualvm.1 not included in binaries
Reviewed-by: katleman, thurka

! make/common/Release.gmk


&lt;/pre&gt;</description>
    <dc:creator>michael.fang-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-15T19:02:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6063">
    <title>Solaris-only flag with newer gcc = build failed</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.build.devel/6063</link>
    <description>&lt;pre&gt;Hi OpenJDK people !

I tried to build the latest version of OpenJDK on my machine, but ran into
a problem during the compilation.
The error I got was "gcc: error: unrecognized command line option
'-mimpure-text'".

I am not a C/C++ programmer but I found out that this option is for Solaris
only. It is used at line 70 in the
file ./jdk/make/common/shared/Compiler-gcc.gmk
It seems that the problem is related to gcc v4.7, which is the version I
used. I found a JIRA on JRuby where a user had the same problem (see
"References" below).

I removed that option form the file Compiler-gcc.gmk and the build
was successful. Was that the right thing to do or should I expect JVM
crashes ?

I did not try to build the package using older versions of gcc, so I
suppose that previous versions did tolerate the presence of this flag even
if it is useful only on Solaris. Can someone confirm this ?

Sources :
- http://gcc.gnu.org/onlinedocs/gcc/Option-Summary.html
- http://jira.codehaus.org/browse/JRUBY-6633

Regards.

--

Pierre &lt;/pre&gt;</description>
    <dc:creator>Pierre Laporte</dc:creator>
    <dc:date>2012-05-12T13:52:39</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.java.openjdk.build.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.java.openjdk.build.devel</link>
  </textinput>
</rdf:RDF>

