Yoshiki Sato
28e1f4d9ee
8247957: remove doclint support for HTML 4
...
8257204: Remove usage of -Xhtmlversion option from javac
8256313: JavaCompilation.gmk needs to be updated not to use --doclint-format html5 option
8258460: Remove --doclint-format option from javac
8256312: Valid anchor 'id' value not allowed
Reviewed-by: jjg, ihse
2021-01-06 22:48:00 +00:00
Magnus Ihse Bursie
d29c78da19
8257679: Improved unix compatibility layer in Windows build (winenv)
...
Reviewed-by: erikj, jvernee, burban
2020-12-07 15:55:53 +00:00
Magnus Ihse Bursie
9e4944f7b6
8256308: Send arguments to javac server in a config file
...
Reviewed-by: erikj, jfranck
2020-11-24 11:13:09 +00:00
Erik Joelsson
184db64dfb
8255732: OpenJDK fails to build if $A is set to a value with spaces
...
Reviewed-by: ihse
2020-11-02 21:06:38 +00:00
Erik Joelsson
9ade94b727
8206311: Add docs-javase, docs-reference to CI build
...
Reviewed-by: ihse
2020-10-21 22:04:37 +00:00
Magnus Ihse Bursie
7345502884
8244928: Build log output too verbose after JDK-8244844
...
Reviewed-by: alanb
2020-05-13 10:35:08 +02:00
Magnus Ihse Bursie
be6f74718e
8244844: javac command line is not re-executable
...
Reviewed-by: erikj
2020-05-12 19:48:50 +02:00
Erik Joelsson
2254cf5a24
8244247: Build failures after sjavac cleanup
...
Reviewed-by: ihse, tbell
2020-05-05 11:02:43 -07:00
Erik Joelsson
a15b1ea09b
8244210: The javac server is never used
...
Reviewed-by: tbell, redestad, fweimer
2020-04-30 13:34:15 -07:00
Magnus Ihse Bursie
408bc486e0
8244036: Refresh SetupJavaCompilation, and remove support for sjavac
...
Reviewed-by: erikj
2020-04-29 08:49:17 +02:00
Magnus Ihse Bursie
ed8c11e0d1
8149110: Introduce DISABLED_WARNINGS for Java compilation
...
Reviewed-by: erikj
2020-03-12 19:42:06 +01:00
Magnus Ihse Bursie
2dbe87fc45
8233383: Various minor fixes
...
Reviewed-by: erikj
2019-11-04 11:15:45 +01: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
778fd086a1
8189861: Refactor CacheFind
...
Reviewed-by: tbell
2017-10-24 10:41:45 +02:00
Magnus Ihse Bursie
3474e9a9fe
8214718: Update missing copyright year in build system
...
Reviewed-by: erikj, tbell
2018-12-03 18:46:10 +01: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
Erik Joelsson
2c88ce1b89
8211677: Java resource copy and clean should use MakeTargetDir macro
...
Reviewed-by: tbell, ihse
2018-10-04 09:43:49 -07:00
Erik Joelsson
8e3570cfc2
8204973: Add build support for filtering translations
...
Reviewed-by: ihse, naoto, dfuchs
2018-06-15 09:53:28 -07:00
Jonathan Gibbons
7e511aba71
8193512: Remove remnants of javah from jdk/jdk repo
...
Reviewed-by: tbell, erikj, alanb, darcy
2017-12-20 13:28:23 -08:00
Erik Joelsson
a6aad28019
8182285: Speeding up incremental build by hashing module APIs
...
Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com>
Reviewed-by: ihse
2017-10-20 13:33:35 +02:00
Erik Joelsson
ca8ad3c162
8189094: Change required boot jdk to JDK 9
...
Reviewed-by: ihse, mchung
2017-10-19 14:16:45 +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
500ce8299e
8170280: Enable -g for all java compilation in the build
...
Reviewed-by: simonis, tbell, dholmes, ihse
2016-11-24 11:50:26 +01:00
Magnus Ihse Bursie
3e6227e27f
8167424: Various trivial fixes in build system
...
Reviewed-by: erikj, tbell
2016-10-11 09:49:31 +02:00
Erik Joelsson
0295c28e94
8055735: JDK_FILTER is broken
...
Reviewed-by: redestad, alanb, tbell
2016-06-10 16:56:29 +02:00
Erik Joelsson
05f3ae4cc8
8153685: Parfait integration missing in the new tools (jmod and jlink)
...
Reviewed-by: alanb, mchung
2016-05-09 17:15:05 +02: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
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
44a1209fdf
8148120: Incremental update from build-infra project
...
Reviewed-by: erikj
2016-01-30 10:25:15 +01:00
Erik Joelsson
7275190792
8147449: sjavac builds of jdk9/dev with closed sources broken
...
Reviewed-by: ihse
2016-01-19 16:28:18 +01:00
Erik Joelsson
f89a58df61
8147086: Excluding of copy files broken after JDK-8144226
...
Reviewed-by: ihse
2016-01-14 13:50:40 +01:00
Andreas Lundblad
f8e1f9dc01
8144226: Sjavac's handling of include/exclude patterns is buggy, redundant and inconsistent
...
Updated include/exclude pattern arguments for sjavac.
Reviewed-by: erikj
2016-01-08 17:05:32 +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
Magnus Ihse Bursie
de261ecd1c
8141414: Deprecate configure source overriding
...
Reviewed-by: erikj
2015-11-05 15:14:39 +01:00
Magnus Ihse Bursie
3b2f117567
8141333: Rename SetupArchive to SetupJarArchive
...
Reviewed-by: erikj, tbell
2015-11-03 17:54:42 +01:00
Magnus Ihse Bursie
99948f872a
8141261: Clean up building of demos
...
Reviewed-by: erikj, tbell
2015-11-03 17:48:01 +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
Erik Joelsson
8b5e47f2c8
8136385: Various build speed improvements for windows
...
Reviewed-by: ihse
2015-09-28 11:39:13 +02:00
Magnus Ihse Bursie
f81eafeacb
8137014: Various improvements in build infrastructure
...
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Reviewed-by: erikj
2015-09-25 08:58:49 +02:00
Andreas Lundblad
f36bb2dcf9
8135131: Enable thin server mode in Sjavac
...
Added --state-dir to sjavac command
Reviewed-by: erikj
2015-09-21 11:01:19 +02:00
Magnus Ihse Bursie
54b0810371
8065912: Better handling of classpath in build-infra
...
Reviewed-by: erikj
2015-09-09 09:36:39 +02:00
Magnus Ihse Bursie
6047d89d1b
8062618: Create a build failure summary at end of build log
...
Reviewed-by: erikj
2015-09-03 11:05:49 +02:00
Andreas Lundblad
ebd11a8353
8054717: SJavac should track changes in the public apis of classpath classes!
...
Adjusted Java compilation to accomodate for changes to sjavac.
Reviewed-by: erikj
2015-06-09 16:08:38 +02:00
Magnus Ihse Bursie
eeaa0923e4
8080630: Stop doing sed manipulation of manifest files in SetupJavaCompilation
...
Reviewed-by: erikj
2015-05-19 10:03:48 +02:00
Erik Joelsson
0cd8ff5e10
8079344: Allow custom or platform specific java source to automatically override shared source
...
Reviewed-by: ihse
2015-05-06 11:15:27 +02:00
Alejandro Murillo
e40d67ac75
Merge
2015-03-12 19:51:35 -07:00
Erik Joelsson
e755ea9a60
8074988: Reduce boilerplate in Setup* macro definitions
...
Reviewed-by: tbell, ihse
2015-03-12 12:13:23 +01:00
Daniel D. Daugherty
451a89fd97
Merge
2015-03-06 08:43:02 -08:00
Staffan Larsen
c4df8e24bc
8058470: [jconsole] VM Summary Tab is blank for JDK9's jconsole
...
Reviewed-by: erikj
2015-03-05 11:39:15 +01:00
Erik Joelsson
eb8ced8051
8074091: Remove dead code from merge mistake in JavaCompilation.gmk
...
Reviewed-by: ihse
2015-03-04 11:00:04 +01:00