Commit Graph

40 Commits

Author SHA1 Message Date
René Schünemann
f6d50463f6 8235585: Enable macOS codesigning for all libraries and executables
Reviewed-by: erikj, clanger
2019-12-09 16:14:16 +01:00
Severin Gehwolf
753c58b7f5 8233712: Limit default tests jobs based on ulimit -u setting
Reviewed-by: erikj, ihse
2019-11-06 18:06:36 +01:00
Magnus Ihse Bursie
68dbbf566d 8213239: Configure cannot handle command overrides with arguments
Reviewed-by: erikj
2019-10-17 14:20:26 +02:00
Magnus Ihse Bursie
54a3efc829 8065704: Set LC_ALL=C for all relevant commands in the build system
Reviewed-by: naoto, erikj
2019-10-11 09:43:18 +02:00
Erik Joelsson
5e8690c247 8231594: Configure fails on some Linux systems
Reviewed-by: tbell, ihse
2019-10-01 08:11:02 -07:00
Erik Joelsson
7ae384b2ad 8206125: [windows] cannot pass relative path to --with-boot-jdk
Reviewed-by: tbell
2019-09-23 08:52:05 -07:00
Matthias Baesken
7cb28198a1 8230485: add handling of aix tar in configure
Reviewed-by: erikj
2019-09-03 16:52:55 +02:00
Erik Joelsson
4b898b7aae 8221851: Use of THIS_FILE in hotspot invalidates precompiled header on Linux/GCC
Reviewed-by: tbell, ysuenaga
2019-04-10 07:04:35 -07:00
Erik Joelsson
0974861dd8 8221907: make reconfigure breaks when configured with relative paths
Reviewed-by: dholmes
2019-04-05 06:48:20 -07:00
Erik Joelsson
4f45b5f973 8217032: Check pandoc capabilities in configure
Reviewed-by: mikael, ihse
2019-02-19 12:44:56 -08:00
Magnus Ihse Bursie
9efdb33a59 8218413: make reconfigure ignores configure-time AUTOCONF environment variable
Reviewed-by: erikj, martin
2019-02-12 15:31:40 +01:00
Erik Joelsson
1880cd5077 8216278: Fix devkit and basic Jib support on WSL
Reviewed-by: tbell
2019-01-10 09:11:56 -08:00
Erik Joelsson
46eb26b692 8215445: Enable building for Windows in WSL
Co-authored-by: Andrew Luo <andrewluotechnologies@outlook.com>
Reviewed-by: ihse
2019-01-02 12:59:26 +01:00
Erik Joelsson
9f1d035d8d 8215635: Pandoc check in Docs.gmk does not work on Windows
Reviewed-by: tbell, ihse
2018-12-20 05:27:42 -08:00
Erik Joelsson
d3458328a2 8211724: Change mkdir -p to MakeDir macro where possible
Reviewed-by: ihse, asemenyuk
2018-10-09 14:57:23 -07:00
Magnus Ihse Bursie
4c400d2372 8210962: Deprecate jdk-variant
Reviewed-by: shade, erikj
2018-09-20 20:54:19 +02:00
Magnus Ihse Bursie
a32f8e382d 8210960: Allow --with-boot-jdk-jvmargs to work during configure
Reviewed-by: erikj
2018-09-20 18:39:53 +02:00
Erik Joelsson
26f801426d 8210283: Support git as an SCM alternative in the build
Reviewed-by: ihse, ehelin
2018-09-07 14:54:15 -07:00
Jini George
93314be3c2 8189429: SA: MacOSX: Replace the deprecated PT_ATTACH with PT_ATTACHEXC
Avoid the waitpid() and receive, handle and reply to the incoming Mach exception message obtained with PT_ATTACHEXC.

Reviewed-by: sballal, erikj, gziemski, rwestberg, dholmes, dcubed, poonam, dsamersoff
2018-06-27 20:04:31 +05:30
Magnus Ihse Bursie
0e24d79bf9 8203221: Makefile fixes after Flight Recorder
Reviewed-by: erikj
2018-05-25 10:14:27 +02:00
Erik Joelsson
f9e285bc18 8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
Reviewed-by: tbell
2018-05-09 19:50:30 +02:00
Erik Joelsson
9ec65a4f0f 8201508: Macosx builds fail in GenerateLinkOptData.gmk
Reviewed-by: tbell
2018-04-12 15:26:59 -07:00
Magnus Ihse Bursie
e0473abbd5 8201483: Make it possible to disable JVM features
Reviewed-by: erikj, stuefe
2018-04-12 20:20:27 +02:00
Magnus Ihse Bursie
6d2a538736 8201320: Allow PrintFailureReports to be turned off
Reviewed-by: erikj
2018-04-10 23:32:54 +02:00
Magnus Ihse Bursie
28342b55f9 8198859: Use elfedit to silence linker warnings on solaris
Reviewed-by: tbell
2018-03-01 18:12:50 +01:00
Magnus Ihse Bursie
9f9f7ec458 8198627: JDK-8198318 broke readlink testing
Reviewed-by: erikj, tbell, prr, simonis
2018-02-23 14:08:25 -08:00
Magnus Ihse Bursie
c2859d192d 8198318: Make build comparisons clean again
Reviewed-by: tbell, erikj
2018-02-19 10:57:05 +01:00
Magnus Ihse Bursie
bf480bcbfe 8197571: Change storage location for generated-configure.sh
Reviewed-by: tbell, simonis, stuefe
2018-02-12 16:36:15 +01:00
Magnus Ihse Bursie
a4630a5b3b 8195689: Remove generated-configure.sh and instead use autoconf
Reviewed-by: erikj
2018-02-05 09:15:32 +01:00
Erik Joelsson
bb337bd480 8196365: Overriding configure variable from custom hook generates warning
Reviewed-by: tbell
2018-01-29 17:08:12 -08:00
Erik Joelsson
9392abce27 8196108: Add build support for VS 2015/2017
Reviewed-by: tbell
2018-01-29 17:58:12 +01:00
Erik Joelsson
f6fe5ff445 8139653: Freetype bundled on macosx, but not correctly linked
Reviewed-by: tbell, prr
2017-11-30 13:29:50 -08:00
Artem Smotrakov
82d4691976 8189800: Add support for AddressSanitizer
Reviewed-by: ihse, dholmes
2017-10-31 17:03:02 +03:00
Magnus Ihse Bursie
acf857fe3d 8189955: Configuration validation is broken for some types of paths
Reviewed-by: erikj
2017-10-26 13:20:47 +02:00
Stewart X Addison
5e00c162bd 8189619: [aix] OpenJDK local disk check not working on AIX
Reviewed-by: erikj
2017-10-20 13:10:35 +02:00
Magnus Ihse Bursie
f627304d96 8189263: Introduce CUSTOM_ROOT
Reviewed-by: erikj
2017-10-16 08:43:42 +02:00
Magnus Ihse Bursie
e84be60b1a 8187544: Replace BUILD_OUTPUT and OUTPUT_ROOT with OUTPUTDIR
Reviewed-by: erikj
2017-09-25 10:32:00 +02:00
Magnus Ihse Bursie
4ef785b337 8187543: Replace SRC_ROOT with TOPDIR
Reviewed-by: erikj
2017-09-25 10:21:23 +02:00
Erik Joelsson
72c4ec5462 8187444: Forest Consolidation: Make build work
Co-authored-by: Maurizio Cimadamore <maurizio.cimadamore@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Reviewed-by: darcy, ihse
2017-09-12 19:03:56 +02:00
Erik Joelsson
3789983e89 8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
2017-09-12 19:03:39 +02:00