Magnus:
Looks good to me as well.
Tim
On 02/10/15 14:48, Erik Joelsson wrote:
Looks good.
/Erik
On 2015-02-10 15:46, Magnus Ihse Bursie wrote:
The fix for JDK-8069057 caused the configure script to respawn due to
autoconf entry code. This causes all sorts of weird behaviour,
especially whe
Magnus:
Looks good to me as well.
Tim
On 02/10/15 14:49, Erik Joelsson wrote:
Looks good.
/Erik
On 2015-02-10 15:43, Magnus Ihse Bursie wrote:
It turned out that an internal Oracle tool produces *.bc files in the
build support directories. When trying to strip those files, we fail.
This f
Hi Magnus,
On 11/02/2015 12:23 AM, Magnus Ihse Bursie wrote:
Here is an addition to the build system, that will compile native
libraries and executables and make them available for JTReg tests
written in Java.
Sorry I'm missing the basics here: when does this compilation take
place? As part o
On 11/02/2015 4:43 AM, Mihail Stoynov wrote:
Hi,
I'm trying to build jdk9 on osx, without any customizations:
$ hg clone http://hg.openjdk.java.net/jdk9/dev jdk9.hg
$ cd jdk9.hg
$ chmod u+x get_source.sh
$ ./get_source.sh
$ chmod u+x configure
$ ./configure
$ make clean images
And it fails
Hello, build team.
I would like to know how to correctly replace some file in the shared folder by
more specific file from windows/macosx/unix folder during the build.
Will magic works automatically if I place in CompileJavaModules.gmk:
java.desktop_COPY := SOME_FILE.gif
Or there is some other wa
Sure,
Here you go: http://bgjug.sty.bz/bgjug/misc/configure.log
Mihail
Bulgarian JUG
On Tue, Feb 10, 2015 at 11:27 PM, Magnus Ihse Bursie <
[email protected]> wrote:
> Mihail,
>
> Can you post the output of the configure script here?
>
> /Magnus
>
> > 10 feb 2015 kl. 19:43 skrev Miha
Mihail,
Can you post the output of the configure script here?
/Magnus
> 10 feb 2015 kl. 19:43 skrev Mihail Stoynov :
>
> Hi,
> I'm trying to build jdk9 on osx, without any customizations:
>
> $ hg clone http://hg.openjdk.java.net/jdk9/dev jdk9.hg
>
> $ cd jdk9.hg
> $ chmod u+x get_source.sh
>
Hi,
I'm trying to build jdk9 on osx, without any customizations:
$ hg clone http://hg.openjdk.java.net/jdk9/dev jdk9.hg
$ cd jdk9.hg
$ chmod u+x get_source.sh
$ ./get_source.sh
$ chmod u+x configure
$ ./configure
$ make clean images
And it fails with:
> *No compiler1 (product1) for ARCH_DA
On 02/10/2015 05:40 PM, Andrew Haley wrote:
> On 02/10/2015 05:36 PM, matchew wrote:
>> Is JDK6 still maintained and provides security updates
>
> Yes.
OpenJDK 6, that is.
Andrew.
On 02/10/2015 05:36 PM, matchew wrote:
> Is JDK6 still maintained and provides security updates
Yes.
Andrew.
Is JDK6 still maintained and provides security updates or has it reached
end of life already / will reach soon (when)?
> 10 feb 2015 kl. 16:10 skrev Staffan Larsen :
>
>
>> On 10 feb 2015, at 15:23, Magnus Ihse Bursie
>> wrote:
>>
>> Here is an addition to the build system, that will compile native libraries
>> and executables and make them available for JTReg tests written in Java.
>>
>> This patch is the
Hi Magnus,
I had been working on the README-build.html file, but apart from that
nothing else.
Cheers,
Martijn
On 10 February 2015 at 08:53, Magnus Ihse Bursie <
[email protected]> wrote:
> That sounds a bit weird. get_source should do a pull and update on the
> top-level repo as we
> On 10 feb 2015, at 15:23, Magnus Ihse Bursie
> wrote:
>
> Here is an addition to the build system, that will compile native libraries
> and executables and make them available for JTReg tests written in Java.
>
> This patch is the result of the work (in serial, mostly) of Staffan Larsen,
>
Looks good.
/Erik
On 2015-02-10 15:43, Magnus Ihse Bursie wrote:
It turned out that an internal Oracle tool produces *.bc files in the
build support directories. When trying to strip those files, we fail.
This fix will filter out such files in StripBinaries.gmk:
diff --git a/make/StripBinari
Looks good.
/Erik
On 2015-02-10 15:46, Magnus Ihse Bursie wrote:
The fix for JDK-8069057 caused the configure script to respawn due to
autoconf entry code. This causes all sorts of weird behaviour,
especially when running “make reconfigure”.
We need to tell autoconf not to respawn, since we
The fix for JDK-8069057 caused the configure script to respawn due to
autoconf entry code. This causes all sorts of weird behaviour,
especially when running “make reconfigure”.
We need to tell autoconf not to respawn, since we have already figured
out the correct shell.
* Bug: https://bugs.
It turned out that an internal Oracle tool produces *.bc files in the
build support directories. When trying to strip those files, we fail.
This fix will filter out such files in StripBinaries.gmk:
diff --git a/make/StripBinaries.gmk b/make/StripBinaries.gmk
--- a/make/StripBinaries.gmk
+++ b/m
Here is an addition to the build system, that will compile native
libraries and executables and make them available for JTReg tests
written in Java.
This patch is the result of the work (in serial, mostly) of Staffan
Larsen, David Simms and me. (And possible more that I don't know about.)
In
On 2015-02-10 11:54, Erik Joelsson wrote:
Hello,
Please review this fix for the missing
META-INF/services/java.nio.file.spi.FileSystemProvider in jrt-fs.jar.
In JDK-8071550, I changed the logic of INCLUDES and EXCLUDES
parameters to SetupJavaCompilation to also affect META-INF files
consist
Hello,
Please review this fix for the missing
META-INF/services/java.nio.file.spi.FileSystemProvider in jrt-fs.jar.
In JDK-8071550, I changed the logic of INCLUDES and EXCLUDES parameters
to SetupJavaCompilation to also affect META-INF files consistently.
Since then, jrt-fs.jar is no longer
On 2015-02-05 15:31, Erik Joelsson wrote:
On 2015-01-30 12:01, Magnus Ihse Bursie wrote:
On 2015-01-30 11:51, Erik Joelsson wrote:
Hello,
New webrev: http://cr.openjdk.java.net/~erikj/8062223/webrev.root.02/
Fixed the anti pattern.
Sort of. :-) You still ignore the flag silently if it is n
That sounds a bit weird. get_source should do a pull and update on the
top-level repo as well, so a separate hg update should not be needed.
Did you have local changes requiring a merge?
/Magnus
> 9 feb 2015 kl. 12:46 skrev Martijn Verburg :
>
> @Erik and everyone else,
>
> , my sincere apol
23 matches
Mail list logo