Commit Graph

141 Commits

Author SHA1 Message Date
Magnus Ihse Bursie
04ad302532 8199608: Clean up LDFLAGS for libfontmanager
Reviewed-by: erikj
2018-04-05 21:29:02 +02:00
Erik Joelsson
1dd10a8fbf 8196724: Change macosx deployment target to 10.9
Reviewed-by: tbell, gziemski
2018-04-04 16:13:30 -07:00
Igor Ignatyev
367d25a98e 8200538: cl : Command line warning D9014 : invalid value '2220' for '/wd'
Reviewed-by: ihse
2018-04-03 10:01:04 -07:00
Vladimir Kozlov
dea1bcd6e8 8200383: Can't build on SPARC Hotspot with code which use math functions
Remove old hack which supports Solaris 8 and 9

Reviewed-by: erikj, ihse
2018-03-28 17:20:06 -07:00
Erik Joelsson
5c124571d0 8200409: jdk11 nightly solaris sparc build failure
Reviewed-by: alanb, tbell
2018-03-29 08:52:41 -07:00
Magnus Ihse Bursie
89f6ccb93e 8200178: Remove mapfiles for JDK native libraries
Reviewed-by: erikj, alanb, mchung, prr, weijun
2018-03-28 23:56:08 +02:00
Magnus Ihse Bursie
2c292c30b2 8200357: Inline SoundLibraries.gmk into Lib-java.desktop.gmk
Reviewed-by: stuefe, erikj
2018-03-28 21:00:09 +02:00
Magnus Ihse Bursie
01e9695dbd 8200229: Simplify building of libjsig
Reviewed-by: erikj
2018-03-26 20:44:32 +02:00
Weijun Wang
578576f523 8205445: Add RSASSA-PSS Signature support to SunMSCAPI
Reviewed-by: xuelei
2018-06-22 21:42:00 +08:00
Magnus Ihse Bursie
de23920e05 8071469: Cleanup include and exclude of sound native libraries
Reviewed-by: amenkov, erikj
2018-03-23 09:51:02 +01:00
Magnus Ihse Bursie
3522b53f7b 8199682: Clean up building the saproc library
Reviewed-by: erikj, dholmes, sundar
2018-03-21 12:54:36 +01:00
Erik Joelsson
b45137814b 8199749: Debug symbols are not copied to exploded image on Mac
Reviewed-by: ihse
2018-03-19 10:11:07 -07:00
Erik Joelsson
ec605aa039 8199745: JDK-8199668 introduced a build race on macosx
Reviewed-by: tbell
2018-03-16 21:40:09 +01:00
Magnus Ihse Bursie
0940f438aa 8199668: make/lib cleanup
Reviewed-by: erikj
2018-03-15 19:30:58 +01:00
Magnus Ihse Bursie
7bdcc7ea89 8199640: Split up BUILD_LIBKRB5 into the two, unrelated compilations it consists of
Reviewed-by: erikj
2018-03-15 02:08:29 +01:00
Magnus Ihse Bursie
9f1e654058 8199636: Unify naming for jaas_unix and jaas_nt
Reviewed-by: erikj
2018-03-15 01:32:03 +01:00
Magnus Ihse Bursie
f74d0aef61 8199639: Introduce SetupJdkLibrary and SetupJdkExecutable
Reviewed-by: erikj
2018-03-15 01:20:47 +01:00
Magnus Ihse Bursie
64bf300bf6 8199606: Set -lc as global LIBS on solstudio
Reviewed-by: erikj
2018-03-14 19:12:30 +01:00
Magnus Ihse Bursie
562b3c4393 8199483: Clean up some non-standard LDFLAGS usage
Reviewed-by: erikj
2018-03-14 11:23:16 +01:00
Phil Race
58ff4ee8c4 8193017: Import freetype sources into OpenJDK source tree
Reviewed-by: erikj, ihse, serb
2018-03-12 13:53:20 -07:00
Magnus Ihse Bursie
155a105d79 8199347: Always use -Z7 for debug symbols when compiling on Windows
Reviewed-by: erikj
2018-03-09 00:28:50 +01:00
Phil Race
d381c82162 Merge 2018-03-01 08:52:52 -08:00
Magnus Ihse Bursie
e23e30e61b 8198751: Refactor SetupNativeCompilation to take NAME and TYPE
Reviewed-by: tbell
2018-02-28 21:16:11 +01:00
Chris Plummer
22ba8afbe7 8196992: Resolve disabled warnings for libdt_socket
No longer need to disable warnings in makefile

Reviewed-by: sspitsyn, clanger
2018-02-23 13:42:48 -08:00
Phil Race
2fe174d6b2 8194870: Some regression tests throw NPE exception on a specific Solaris 11.2 sun4v sparc machine
Reviewed-by: ihse, erikj
2018-02-20 14:28:02 -08:00
Erik Joelsson
2f8f0b23cd 8196985: Disable new warnings from GCC 7.3 in jdk libraries
Reviewed-by: tbell, ihse
2018-02-08 12:01:32 -08:00
Erik Joelsson
ffdfd48fd2 8196803: Fix build warnings in jdk libraries with Xcode 9
Reviewed-by: tbell, ihse
2018-02-06 10:12:05 -08:00
Andrew M Leonard
482ff9cfdf 8196585: Make custom extension point additions
Reviewed-by: erikj
2018-02-01 09:20:40 -08:00
Jesper Wilhelmsson
e81038299e Merge 2017-12-08 23:43:25 +01:00
Phil Race
103f1b33cc 8188836: Upgrade to Harfbuzz 1.7.1 in JDK 10
Reviewed-by: serb
2017-12-07 11:55:06 -08:00
Erik Joelsson
278eaa6135 8192876: MacOS build fails intermittently after JDK-8139653
Reviewed-by: tbell
2017-12-01 09:46:36 -08: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
Magnus Ihse Bursie
a06ef68dcf 8190484: Move jvm.h, jmm.h et al to hotspot/*/include
Reviewed-by: dholmes, erikj, mchung
2017-12-04 23:55:52 +01:00
Vyom Tewari
2245db7522 8145635: Add TCP_QUICKACK socket option
Reviewed-by: chegar, rriggs, clanger
2017-11-13 14:03:36 +05:30
Jesper Wilhelmsson
b97f1bcb37 Merge 2017-10-30 21:23:10 +01:00
Phil Race
2d7d87f3fc 8170681: Remove fontconfig header files from JDK source tree
Reviewed-by: serb, erikj
2017-10-25 13:11:07 -07:00
Roman Kennke
7030019135 8171853: Remove Shark compiler
Reviewed-by: dholmes, kvn, erikj, ihse
2017-10-15 22:54:03 +02:00
Magnus Ihse Bursie
7d50345d2d 8189229: Remove references to $(TOPDIR)/src/*/$(MODULE)
Reviewed-by: erikj
2017-10-13 15:22:02 +02:00
Magnus Ihse Bursie
5f7dcca036 8188814: Simplify IncludeCustomExtension
Reviewed-by: dholmes
2017-10-05 12:41:06 +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