The ability to build (when applicable) and bundle the tests that are in
the JDK source code at the same time as the product is built is needed.
(JDK-8067759)
This change provides basic infra structure for creating a test image and
bundling it in the same manner as other images/bundles
No tes
Looks good to me.
/Erik
On 2015-01-09 13:24, Ingemar Aberg wrote:
The ability to build (when applicable) and bundle the tests that are
in the JDK source code at the same time as the product is built is
needed. (JDK-8067759)
This change provides basic infra structure for creating a test image
On 2015-01-09 13:24, Ingemar Aberg wrote:
The ability to build (when applicable) and bundle the tests that are
in the JDK source code at the same time as the product is built is
needed. (JDK-8067759)
This change provides basic infra structure for creating a test image
and bundling it in the s
Hello,
Please review this patch which fixes the verify-modules target when
running bootcycle build, and also reenables verify-modules when running
"make images".
There were two problems:
* The bootcycle build configuration was broken so that both the normal
and the bootcycle build used the
On 2015-01-08 15:55, Erik Joelsson wrote:
Hello,
Please review this patch, which adds support for building with
different versions of Visual Studio and in particular adds support for
VS2013. In order to control which version to use, I've introduced a
new configure parameter "--with-toolchain-
Hello,
Please review this minor fix. Tab completion stopped working when
running make from the output dir (which I often do). I found that this
fixed the problem:
diff -r ef5c7075496d Makefile
--- a/Makefile
+++ b/Makefile
@@ -54,8 +54,11 @@
# Duplication of global targets, needed before P
On 2015-01-09 15:34, Erik Joelsson wrote:
Hello,
Please review this patch which fixes the verify-modules target when
running bootcycle build, and also reenables verify-modules when
running "make images".
There were two problems:
* The bootcycle build configuration was broken so that both th
On 2015-01-09 16:04, Erik Joelsson wrote:
Hello,
Please review this minor fix. Tab completion stopped working when
running make from the output dir (which I often do). I found that this
fixed the problem:
diff -r ef5c7075496d Makefile
--- a/Makefile
+++ b/Makefile
@@ -54,8 +54,11 @@
# Dup
When detecting the Visual Studio environment, we check for the variables
$LIB and $INCLUDE. However, on Windows, environment variables are not
case sensitive.
Most of the time, these are named $LIB and $INCLUDE, but sometimes they
are named $lib and $include instead. Currently, we fail if this
Looks ok to me.
/Erik
On 2015-01-09 16:41, Magnus Ihse Bursie wrote:
When detecting the Visual Studio environment, we check for the
variables $LIB and $INCLUDE. However, on Windows, environment
variables are not case sensitive.
Most of the time, these are named $LIB and $INCLUDE, but sometim
On 2014-12-10 12:30, Erik Joelsson wrote:
Hello,
Embarrassingly enough, my last fix for the -L and space problem wasn't
correct. Here is a new fix where I'm reverting the macro definitions
from using define to simple = assignment. The latter automatically
strips leading whitespace and IMO fit
We have this nice little comment in common/autoconf/jdk-options.m4:
# On Macosx universal binaries are produced, but they only contain
# 64 bit intel. This invalidates control of which jvms are built
# from configure, but only server is valid anyway. Fix this
# when hotspot makefiles are r
Hello,
Catching up on email after the holidays...
On 12/9/2014 10:39 PM, Erik Joelsson wrote:
First, congratulations on almost being done fixing all the warnings!
When removing the last warning exception, perhaps it's time to change
the comment next to this line too?
A fair point!
How abo
Please review the open source changes for 8043340. The goal here is to get
jdk8u to build on Mac OS X 10.9+ systems where Xcode 5+ and Xcode 4 are
co-installed, a configuration which is becoming more and more commonplace as
more developers are focusing on JDK 9 now (which needs Xcode 5 installe
14 matches
Mail list logo