Claes Redestad
998971d501
8150044: Generate classlists at build-time
...
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Reviewed-by: alanb, mchung, iklam
2016-05-07 01:21:08 +02:00
Igor Ignatyev
b349292b74
8148244: Finalize and integrate GTest implementation
...
Co-authored-by: Stefan Karlsson <stefan.karlsson@oracle.com>
Co-authored-by: Stefan Sarne <stefan.sarne@oracle.com>
Co-authored-by: Jesper Wilhelmsson <jesper.wilhelmsson@oracle.com>
Co-authored-by: Erik Helin <erik.helin@oracle.com>
Co-authored-by: Alexandre Iline <alexandre.iline@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Reviewed-by: jwilhelm, erikj
2016-05-03 23:49:27 +03:00
Alejandro Murillo
888f9849e1
Merge
2016-05-06 06:23:29 -07:00
Alejandro Murillo
1365ef0314
Merge
2016-05-05 12:35:48 -07:00
Leonid Mesnik
bd6db06885
8155950: Add minimal VM in JIB profile on linux-x86
...
Reviewed-by: dholmes, erikj
2016-05-04 18:56:24 +03:00
Alan Bateman
0486d4e513
Merge
2016-05-03 11:38:28 +01:00
Alan Bateman
7c8674903b
8154956: Module system implementation refresh (4/2016)
...
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Reviewed-by: alanb, mchung, chegar, redestad
2016-05-03 09:09:07 +01:00
Claes Redestad
7eb46a2e0f
8155824: JDK build should tune down small apps more aggressively
...
Reviewed-by: erikj
2016-05-02 17:54:37 +02:00
Matthias Klose
0dc92a6e8c
8155821: Typo for s390x for HOTSPOT__CPU_DEFINE
...
Reviewed-by: erikj
2016-05-02 15:05:54 +02:00
Alejandro Murillo
45ec10d4ab
Merge
2016-04-28 23:08:16 -07:00
Alejandro Murillo
c6fd3ff45c
Merge
2016-04-28 14:44:50 -07:00
Erik Joelsson
a12239e493
8155641: Correct merge typo in compare script
...
Reviewed-by: chegar
2016-04-28 16:18:59 +02:00
Erik Joelsson
59144619a1
8154841: Let different Jib profiles have different default make targets
...
Reviewed-by: dholmes, tbell
2016-04-27 14:30:32 +02:00
Erik Joelsson
07aa75e7fe
8150601: Remove the old Hotspot build system
...
Reviewed-by: ihse
2016-04-26 13:35:27 +02:00
Alejandro Murillo
b22e1fa6fa
Merge
2016-04-22 01:04:00 -07:00
Volker Simonis
147073aa09
8154251: ANSI-C Quoting bug in hotspot.m4 during configure on SLES 10 and 11
...
Reviewed-by: erikj
2016-04-19 13:19:41 +02:00
Alejandro Murillo
f291fca115
Merge
2016-04-18 15:39:46 -07:00
Omair Majid
9bb620e369
8154394: Bad test for ENABLE_SJAVAC in build-performance.m4
...
Reviewed-by: erikj
2016-04-18 09:12:44 +02:00
Erik Joelsson
a694990f23
8154292: jdk9-dev: All SE builds failed on 2016-04-14
...
Reviewed-by: alanb
2016-04-15 18:07:34 +02:00
Alejandro Murillo
926888d614
Merge
2016-04-14 19:55:39 -07:00
Daniel D. Daugherty
3b33fb5480
Merge
2016-04-14 14:57:13 -07:00
Erik Joelsson
33be1ebb99
8154237: Compare script broken for windows native library deps comparison
...
Reviewed-by: tbell
2016-04-14 16:42:21 +02:00
Volker Simonis
bf3b2fe360
8154087: Fix AIX and Linux/ppc64le after the integration of the new hotspot build
...
Reviewed-by: erikj, goetz
2016-04-13 11:13:14 +02:00
Erik Joelsson
4e61ecc41a
8154070: Configuration script unable to detect boot JDK's modules support
...
Reviewed-by: alanb
2016-04-12 15:20:39 +02:00
Erik Joelsson
e709aa268d
8152666: The new Hotspot Build System
...
Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com>
Co-authored-by: Ingemar Aberg <ingemar.aberg@oracle.com>
Reviewed-by: ihse, dcubed, erikj
2016-04-08 13:14:23 +02:00
Erik Joelsson
d70a9d7e14
8152691: Compare script broken after Module system
...
Reviewed-by: tbell
2016-04-06 11:16:37 +02:00
Volker Simonis
19fa760d9c
8149519: Set java.specification.version to the MAJOR java version
...
Reviewed-by: alanb, dholmes, iris
2016-04-04 18:35:51 +02:00
Tim Bell
89c5da3411
8153303: Jib profiles config broken after JDK-8153257 after JDK-8031767
...
Reviewed-by: mchung
2016-04-01 12:25:51 -07:00
Erik Joelsson
403d5cbfa2
8153257: Jib profiles config broken after JDK-8031767
...
Reviewed-by: tbell
2016-04-01 17:06:44 +02:00
Xueming Shen
109b51a79b
8031767: Support system or alternative implementations of zlib
...
Reviewed-by: alanb, erikj
2016-03-25 10:55:56 -07:00
Chris Hegarty
e3a4ad6685
Merge
2016-03-22 10:44:28 +00:00
Andrew John Hughes
72445d6e64
8151841: Build needs additional flags to compile with GCC 6
...
C++ standard needs to be explicitly set and some optimisations turned off to build on GCC 6
Reviewed-by: erikj, dholmes, kbarrett
2016-03-19 01:28:49 +00:00
Alan Bateman
cc661dd1c6
8142968: Module System implementation
...
Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Co-authored-by: Christian Tornqvist <christian.tornqvist@oracle.com>
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Igor Ignatyev <igor.ignatyev@oracle.com>
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Jean-Francois Denise <jean-francois.denise@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: alanb, mchung, tbell
2016-03-17 19:03:53 +00:00
Erik Joelsson
f0acd57bdf
8151800: Jib profile for open linux should produce compact profiles images by default
...
Reviewed-by: dholmes
2016-03-16 13:36:17 +01:00
Erik Joelsson
d19ce5b000
8151726: Introduce a JPRT testset buildinfra
...
Reviewed-by: tbell, dholmes
2016-03-15 11:08:47 +01:00
Erik Joelsson
896453edf2
8151619: genSocketOptionRegistry.exe always relinked on Windows
...
Reviewed-by: tbell
2016-03-14 12:00:24 +01:00
Yuji Kubota
bb8ef1b3c6
8151685: Fix the version of required jdk in configure help text
...
Reviewed-by: erikj
2016-03-11 09:27:56 +01:00
Volker Simonis
2610c1da55
8151497: Set REQUIRED_OS_NAME and REQUIRED_OS_VERSION on AIX
...
Reviewed-by: erikj
2016-03-09 11:15:04 +01:00
Alejandro Murillo
5e3abca606
Merge
2016-03-08 19:03:30 -08:00
Brent Christian
685358ed93
8148187: Remove OS X-specific com.apple.concurrent package
...
Removed jdk.deploy.osx module (including com.apple.concurrent)
Reviewed-by: alanb, erikj, mchung
2016-03-08 11:36:30 -08:00
Erik Joelsson
c4bd0e5113
8150504: JIB profiles for reference implementation builds
...
Reviewed-by: ihse
2016-03-07 09:14:17 +01:00
Markus Grönlund
cd790e86a4
8143228: Update module exports for Java Flight Recorder
...
Reviewed-by: alanb, egahlin
2016-03-01 23:41:57 +01:00
Volker Simonis
4b8c19d6b7
8150197: Integrate AIX fixes from build-infra
...
Reviewed-by: erikj
2016-02-22 11:27:09 +01:00
Magnus Ihse Bursie
2011115a3e
8150203: Incremental update from build-infra project
...
Reviewed-by: erikj
2016-02-22 11:22:55 +01:00
Magnus Ihse Bursie
f395ccd749
8149647: Incremental enhancements from build-infra
...
Reviewed-by: erikj
2016-02-12 11:07:35 +01:00
Erik Joelsson
a5b9b52ee7
8149479: Fix compare.sh to have a clean baseline with COMPARE_BUILD
...
Reviewed-by: ihse, tbell
2016-02-11 11:54:00 +01:00
David Dehaven
766e424d9b
8147754: Configure fails to detect freetype installed by XQuartz on OSX 10.11
...
Reviewed-by: erikj, ihse
2016-02-08 21:07:50 -08:00
Magnus Ihse Bursie
6c62d6ffb4
8129395: Configure should verify that -fstack-protector is valid - take 2
...
Reviewed-by: erikj, dholmes
2016-02-08 11:28:38 +01:00
Erik Joelsson
4abce92c40
8148929: Suboptimal code generated when setting sysroot include with Solaris Studio
...
Reviewed-by: ihse, dholmes
2016-02-05 09:41:16 +01:00
David Dehaven
a26ac87b2c
Merge
2016-02-02 10:03:09 -08:00
Magnus Ihse Bursie
7553186482
8148655: LOG=cmdlines and other build-infra fixes
...
Reviewed-by: erikj
2016-02-02 15:02:55 +01:00
Magnus Ihse Bursie
4260fd470c
8148351: Only display resolved symlink for compiler, do not change path
...
Reviewed-by: erikj
2016-01-30 10:28:45 +01:00
Magnus Ihse Bursie
44a1209fdf
8148120: Incremental update from build-infra project
...
Reviewed-by: erikj
2016-01-30 10:25:15 +01:00
David Dehaven
09d80df880
Merge
2016-01-21 14:48:41 -08:00
Erik Joelsson
0e1008cb20
8147934: Remove --with-sdk-name from macosx jib profile
...
Reviewed-by: ihse
2016-01-21 15:10:42 +01:00
Erik Joelsson
108a946d76
8147933: Configure check for number of cpus ignores HT on Macosx
...
Reviewed-by: ihse
2016-01-21 15:08:49 +01:00
Erik Joelsson
6d1772a356
8146091: Configure fails to configure icecc on OEL
...
Reviewed-by: ihse
2016-01-08 15:05:43 +01:00
Volker Simonis
4ec8fa4529
8146639: Fix detection of Cups headers during configuration
...
Reviewed-by: erikj
2016-01-08 11:12:03 +01:00
Volker Simonis
561f477e25
8146638: Only use compiler option files if they are really supported by the toolchain
...
Reviewed-by: erikj
2016-01-08 09:46:02 +01:00
Erik Joelsson
9db7585276
8146002: Need to support mirrors for bootstrapping Jib
...
Reviewed-by: ihse, tbell
2015-12-23 10:00:37 +01:00
Volker Simonis
05f53364c8
8145560: AIX: change '8036003: Add --with-debug-symbols' broke AIX build
...
Reviewed-by: erikj
2015-12-16 15:50:40 +01:00
Timo Kinnunen
818ac34ca7
8145548: Add default directory for freetype source
...
Reviewed-by: erikj
2015-12-16 14:48:35 +01:00
Magnus Ihse Bursie
a8c5ddd505
8142907: Integration of minor fixes from the build-infra project
...
Reviewed-by: erikj, dholmes
2015-12-15 11:02:03 +01:00
Erik Joelsson
e35dab1895
8145391: Updated jprt.properties, devtools, jib and readme with SS12u4
...
Reviewed-by: ihse, tbell
2015-12-15 15:45:53 +01:00
Erik Helin
321b0aec83
8139272: Add configure variable to set concurrency for jtreg tests
...
Reviewed-by: erikj, ihse
2015-12-15 11:04:18 +01:00
Erik Joelsson
7eb52768c6
8145185: Rename JAB the build tool to JIB
...
Reviewed-by: ihse, tbell
2015-12-11 17:18:08 +01:00
Erik Joelsson
7310665243
8145206: Configure broken on Macosx
...
Reviewed-by: tbell
2015-12-11 17:15:48 +01:00
Yasumasa Suenaga
0cc58634ff
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
...
Reviewed-by: ihse, dholmes
2015-12-11 21:58:28 +09:00
Erik Joelsson
129c3028ee
8136782: Introduce a build/configure wrapper
...
Reviewed-by: ihse
2015-12-09 11:44:40 +01:00
Athijegannathan Sundararajan
a4a04cc6ed
8143404: Remove apple script engine code in jdk repository
...
Reviewed-by: alanb, mchung
2015-12-08 10:11:28 +05:30
Lana Steuck
a8d022b540
Merge
2015-12-02 09:34:13 -08:00
Erik Joelsson
36b71eea33
8144312: Remove limitations on the default number of jobs in the build
...
Reviewed-by: tbell
2015-12-02 10:49:50 +01:00
Erik Joelsson
c37f846672
8144172: Problem with bootcycle-images and sjavac
...
Reviewed-by: ihse
2015-11-27 16:29:22 +01:00
Erik Joelsson
12608de8e7
8144039: Enable javac server by default
...
Reviewed-by: ihse
2015-11-25 15:56:29 +01:00
Erik Joelsson
3f934c795c
8142983: Enable builds with icecc/icecream
...
Reviewed-by: ihse
2015-11-24 17:45:59 +01:00
Erik Joelsson
086e3e9a94
8143141: Bring in minor build changes from the jigsaw/jake forest
...
Reviewed-by: ihse, mchung
2015-11-24 15:46:04 +01:00
Erik Joelsson
49c8a97fbc
8143296: javac-server/sjavac not compatible with LogFailures on Windows
...
Reviewed-by: ihse
2015-11-24 15:36:32 +01:00
Iris Clark
b6ff5155ba
Merge
2015-11-19 13:58:42 -08:00
Iris Clark
8e0b3b72f0
Merge
2015-11-16 21:19:13 -08:00
Kumar Srinivasan
f458381f25
8035473: [javadoc] Revamp the existing Doclet APIs
...
8146529: Update the new Doclet API
8146427: "-nohelp" option issue
8146475: "-helpfile" option issue
Reviewed-by: alanb, bpatel, ihse, jjg, jlahoda, mchung, ogb, vromero
2015-11-12 13:26:07 -08:00
Magnus Ihse Bursie
733d1383ed
8148416: Fix merge error in hotspot.m4 introduced in Merge changeset c0fe64e3d52e
...
Reviewed-by: dholmes
2016-01-28 07:59:44 +01:00
Iris Clark
c1e20cfc26
Merge
2015-11-09 18:36:42 -08:00
Alejandro Murillo
44b3e9e0fe
Merge
2015-11-06 11:11:51 -08:00
Erik Joelsson
d687e92d7c
8141574: recent change for 8141543 breaks all builds
...
Reviewed-by: darcy
2015-11-05 23:25:33 +01:00
Jesper Wilhelmsson
d6aebcf380
Merge
2015-11-05 19:31:19 +01:00
Magnus Ihse Bursie
b09e8d0e61
8141543: Propagate --disable-warnings-as-errors to hotspot
...
Reviewed-by: erikj
2015-11-05 17:32:57 +01:00
Magnus Ihse Bursie
de261ecd1c
8141414: Deprecate configure source overriding
...
Reviewed-by: erikj
2015-11-05 15:14:39 +01:00
Magnus Ihse Bursie
0ac445c69d
8141439: Fix compare.sh -o <otherdir> (broken by JDK-8136813)
...
Reviewed-by: tbell, erikj
2015-11-05 10:58:53 +01:00
Volker Simonis
c070181a7f
8141290: AIX: fix build after '8140661: Rename LDFLAGS_SUFFIX to LIBS'
...
Reviewed-by: ihse
2015-11-04 12:45:55 +01:00
Iris Clark
cd2bc0930d
Merge
2015-11-01 09:55:18 -08:00
Jesper Wilhelmsson
c90570d497
Merge
2015-10-30 00:02:33 +01:00
Erik Joelsson
e82b8fd111
8140591: Add configure argument specifying make executable in JPRT
...
Reviewed-by: ihse, tbell
2015-10-29 17:14:34 +01:00
Erik Joelsson
8b1e49f604
8140593: Add configure parameter for devkit for the build compiler
...
Reviewed-by: ihse
2015-10-29 17:11:55 +01:00
Magnus Ihse Bursie
d163a35ae0
8140661: Rename LDFLAGS_SUFFIX to LIBS
...
Reviewed-by: erikj
2015-10-29 16:30:02 +01:00
Magnus Ihse Bursie
ce3cdee0b2
8140762: Specifying --without-LIB if not needed should not result in warning
...
Reviewed-by: erikj
2015-10-29 15:24:36 +01:00
Erik Joelsson
04fff9f8be
8140312: Enable new sjavac server only mode in jdk build
...
Reviewed-by: ihse, tbell
2015-10-27 17:51:36 +01:00
Iris Clark
d973eeae70
Merge
2015-10-25 19:33:00 -07:00
Magnus Ihse Bursie
5a7c62ba2e
8140282: Remove test directories on clean-test-*
...
Reviewed-by: erikj
2015-10-22 16:41:24 +02:00
Erik Joelsson
1cc8d80a4c
8139813: Base heap size on type of boot jdk, not architecture of build machine
...
Reviewed-by: tbell, ihse
2015-10-20 17:29:53 +02:00
Magnus Ihse Bursie
9430e43da3
8139969: Fix unzip in compare.sh broken by JDK-8136813
...
Reviewed-by: erikj
2015-10-20 16:40:01 +02:00