Running autogen.sh in top directory updates both files:
$ bash common/autoconf/autogen.sh
Autoconf found: /usr/local/bin/autoconf
Autoconf-2.67 found:
Generating generated-configure.sh with /usr/local/bin/autoconf
Generating custom generated-configure.sh
Test builds are running (and already pass
Changeset: 4c363b94ea2a
Author:katleman
Date: 2013-06-27 13:40 -0700
URL: http://hg.openjdk.java.net/jdk8/build/rev/4c363b94ea2a
Added tag jdk8-b96 for changeset c156084add48
! .hgtags
Changeset: a1c1e8bf71f3
Author:katleman
Date: 2013-07-02 15:55 -0700
URL: http://
Changeset: 1bf1d6ce3042
Author:katleman
Date: 2013-06-27 13:40 -0700
URL: http://hg.openjdk.java.net/jdk8/build/nashorn/rev/1bf1d6ce3042
Added tag jdk8-b96 for changeset d6bd440ac5b9
! .hgtags
Changeset: 6a11a81a8824
Author:katleman
Date: 2013-06-27 13:40 -0700
URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/6a11a81a8824
Added tag jdk8-b96 for changeset 988aef3a8c3a
! .hgtags
Changeset: 2f1386fc2079
Author:katleman
Date: 2013-06-27 13:40 -0700
URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/2f1386fc2079
Added tag jdk8-b96 for changeset 4a5d3cf2b3af
! .hgtags
Changeset: 8339c83b16c6
Author:ehelin
Date: 2013-07-02 13:06 +0200
URL: http:
Changeset: 403f882ecc94
Author:katleman
Date: 2013-06-27 13:40 -0700
URL: http://hg.openjdk.java.net/jdk8/build/jaxp/rev/403f882ecc94
Added tag jdk8-b96 for changeset 6121efd29923
! .hgtags
Changeset: 6c830db28d21
Author:katleman
Date: 2013-07-02 15:55 -0700
URL: ht
Changeset: dcde7f049111
Author:katleman
Date: 2013-06-27 13:40 -0700
URL: http://hg.openjdk.java.net/jdk8/build/jaxws/rev/dcde7f049111
Added tag jdk8-b96 for changeset 690d34b326bc
! .hgtags
Changeset: b6d1e42655cd
Author:katleman
Date: 2013-06-27 13:40 -0700
URL: http://hg.openjdk.java.net/jdk8/build/hotspot/rev/b6d1e42655cd
Added tag jdk8-b96 for changeset e6a4b8c71fa6
! .hgtags
Changeset: fc8a1a5de78e
Author:amurillo
Date: 2013-06-21 00:59 -0700
URL:
Changeset: 469995a8e974
Author:katleman
Date: 2013-06-27 13:40 -0700
URL: http://hg.openjdk.java.net/jdk8/build/corba/rev/469995a8e974
Added tag jdk8-b96 for changeset 3357c2776431
! .hgtags
Looks good to me as well.
Tim
On 07/ 2/13 02:09 PM, Tao Mao wrote:
Thank you for review, Dan.
Tao
On 7/2/13 1:32 PM, Daniel D. Daugherty wrote:
Adding hotspot-runtime-...@openjdk.java.net to this thread...
> http://cr.openjdk.java.net/~tamao/712_hsx24/webrev.01/
make/linux/makefiles/vm
Thank you for review, Dan.
Tao
On 7/2/13 1:32 PM, Daniel D. Daugherty wrote:
Adding hotspot-runtime-...@openjdk.java.net to this thread...
> http://cr.openjdk.java.net/~tamao/712_hsx24/webrev.01/
make/linux/makefiles/vm.make
No comments.
make/solaris/makefiles/vm.make
No comments
Adding hotspot-runtime-...@openjdk.java.net to this thread...
> http://cr.openjdk.java.net/~tamao/712_hsx24/webrev.01/
make/linux/makefiles/vm.make
No comments.
make/solaris/makefiles/vm.make
No comments.
src/os/solaris/vm/os_solaris.inline.hpp
No comments.
Also compared the t
Tao Mao (tao@oracle.com) wrote:
> The hsx25 fix has been pushed already. Then I got the
> 7u40-critical-approved.
>
> When I tried backporting to hsx24, it didn't apply to the hsx24 repo
> cleanly. Thus, I made the patch manually (copy-and-paste style) and now
> need some quick reviews to g
Changeset: b2b87e9e8683
Author:erikj
Date: 2013-07-02 15:07 +0200
URL: http://hg.openjdk.java.net/jdk8/build/rev/b2b87e9e8683
8019537: jdk8-build prebuild fails in source bundle generation, The path of
TOOLS_DIR ... is not found
Reviewed-by: tbell
! common/autoconf/basics.m4
! com
On Jul 2, 2013, at 1:54 AM, Erik Joelsson wrote:
> Please review this fix for the --with-tools-dir configure parameter. In
> "8017047: Can't use --with-java-devtools and --with-devkit at the same time",
> I carelessly added BASIC_FIXUP_PATH to both --with-tools-dir and
> --with-devkit, with th
The format of passing cxxflag to a specific file is different in hsx24
than in hsx25. I've changed the setting accordingly in order to pass
through the compilation.
Please review the new webrev below and ignore webrev.00.
hsx24 webrev:
http://cr.openjdk.java.net/~tamao/712_hsx24/webrev.01/
Hi Erik:
Please review this fix for the --with-tools-dir configure parameter.
In "8017047: Can't use --with-java-devtools and --with-devkit at the
same time", I carelessly added BASIC_FIXUP_PATH to both
--with-tools-dir and --with-devkit, with the intention of adding
support for relative path
Ah, now I got it!
The problem is with your closed sources which also have their own closed,
autoconf-generated config file which has to be recreated after the OpenJDK
autoconf-generated configure files changes.
The warning "Warning: The generated configure file contains changes not
present in the
Please review this fix for the --with-tools-dir configure parameter. In
"8017047: Can't use --with-java-devtools and --with-devkit at the same
time", I carelessly added BASIC_FIXUP_PATH to both --with-tools-dir and
--with-devkit, with the intention of adding support for relative paths.
This doe
On Tue, Jul 2, 2013 at 9:56 AM, Vladimir Kozlov
wrote:
> JPRT uses own target to build forest:
>
> jprt_build_product: sanity all_product_build
>
> http://hg.openjdk.java.net/ppc-aix-port/stage/file/c156084add48/make/jprt.gmk
>
> That is why 'make sanity' is called I think.
>
> Note the next warn
JPRT uses own target to build forest:
jprt_build_product: sanity all_product_build
http://hg.openjdk.java.net/ppc-aix-port/stage/file/c156084add48/make/jprt.gmk
That is why 'make sanity' is called I think.
Note the next warning was present in JPRT logs on all platforms:
Warning: The generated
Hi Erik,
thank you for looking into this.
On Tue, Jul 2, 2013 at 9:16 AM, Erik Joelsson wrote:
> This looks like you have applied a change to configure input files (*.m4)
> and haven't regenerated configure locally afterwards. The JPRT machines
> don't have autoconf setup so they can't do it. In
This looks like you have applied a change to configure input files
(*.m4) and haven't regenerated configure locally afterwards. The JPRT
machines don't have autoconf setup so they can't do it. In this case it
looks like one of them, probably the mac, has a faulty version of
autoconf that gets p
23 matches
Mail list logo