When rebuilding after touching a java source file in AccessBridge, the
classes were recompiled but the jars were not rebuilt. This was caused
by a bug in the macro CacheFind. The cache in this case contained the
directory $(JDK_OUTPUTDIR)/classes. The jar was built from the src dir
$(JDK_OUTPUT
Triggered by JDK-8037238 and the CacheFind problems I decided to give it
some more love.
One reason CacheFind errors are rarely discovered is that it's only
enabled on Windows, which is not used much in the build group. I would
like to enable it on all platforms, simply to give it more usage a
Hi,
could somebody please review this small change which exports HotSpots
'optimized' (i.e. not-product) configuration in the top-level
configure/makefile:
http://cr.openjdk.java.net/~simonis/webrevs/8037298/
https://bugs.openjdk.java.net/browse/JDK-8037298
The HotSpot offers a so called 'optimi
Hi Erik:
When rebuilding after touching a java source file in AccessBridge, the
classes were recompiled but the jars were not rebuilt. This was caused
by a bug in the macro CacheFind. The cache in this case contained the
directory $(JDK_OUTPUTDIR)/classes. The jar was built from the src dir
$
Hi Erik:
Triggered by JDK-8037238 and the CacheFind problems I decided to give
it some more love.
One reason CacheFind errors are rarely discovered is that it's only
enabled on Windows, which is not used much in the build group. I would
like to enable it on all platforms, simply to give it m
Hello,
When building on large machines, the default Hotspot ergonomics are
causing us trouble. Trying to spawn 30 or more jvm instances just does
not work with default options. To tackle this, I've split the JAVA_FLAGS
variable into one common JAVA_FLAGS and two separate JAVA_FLAGS_BIG and
JA
Hi Erik:
When building on large machines, the default Hotspot ergonomics are
causing us trouble. Trying to spawn 30 or more jvm instances just does
not work with default options. To tackle this, I've split the
JAVA_FLAGS variable into one common JAVA_FLAGS and two separate
JAVA_FLAGS_BIG and
Looks good to me.
Vladimir
On 3/13/14 8:04 AM, Volker Simonis wrote:
Hi,
could somebody please review this small change which exports HotSpots
'optimized' (i.e. not-product) configuration in the top-level
configure/makefile:
http://cr.openjdk.java.net/~simonis/webrevs/8037298/
https://bugs.op
Phil,
That looks exactly like my problem.
http://mail.openjdk.java.net/pipermail/build-dev/2014-March/012089.html
Subject: Heads Up: OutOfMemoryError when building a 64-bit JDK 9 using
a 32-bit bootdir.
> Yes, 32 bit it appears, although I didn't supply the boot dir option,
> it chose it al