Matthias Baesken
|
40603a5bf0
|
8349214: Improve size optimization flags for MSVC builds
Reviewed-by: djelinski, ihse
|
2025-02-05 08:05:56 +00:00 |
|
Joachim Kern
|
e0c2cb48b3
|
8348663: [AIX] clang pollutes the burned-in library search paths of the generated executables
Reviewed-by: ihse, clanger, mbaesken
|
2025-01-30 08:36:05 +00:00 |
|
Matthias Baesken
|
fe6d9ab951
|
8348582: Set -fstack-protector when building with clang
Reviewed-by: jkern, erikj
|
2025-01-29 13:04:44 +00:00 |
|
Magnus Ihse Bursie
|
7d6055a786
|
8348429: Update cross-compilation devkits to Fedora 41/gcc 13.2
Reviewed-by: erikj
|
2025-01-27 13:11:03 +00:00 |
|
Matthias Baesken
|
70eec9001a
|
8338303: Linux ppc64le with toolchain clang - detection failure in early JVM startup
Reviewed-by: mdoerr, erikj, ihse
|
2025-01-27 07:35:40 +00:00 |
|
Magnus Ihse Bursie
|
cba0f786fc
|
8348387: Add fixpath if needed for user-supplied tools
Reviewed-by: erikj
|
2025-01-23 14:51:32 +00:00 |
|
Magnus Ihse Bursie
|
44e5ccaf86
|
8348391: Keep case if possible for TOPDIR
Reviewed-by: erikj
|
2025-01-23 14:50:03 +00:00 |
|
SendaoYan
|
e7795ccdd9
|
8347347: Build fails undefined symbol: __asan_init by clang17
Reviewed-by: erikj, jwaters
|
2025-01-16 15:40:21 +00:00 |
|
Yasumasa Suenaga
|
6eb83ef874
|
8347500: hsdis cannot be built with Capstone.next
Reviewed-by: ihse, simonis
|
2025-01-14 09:06:25 +00:00 |
|
Julian Waters
|
a289bcfe7e
|
8306579: Consider building with /Zc:throwingNew
Reviewed-by: ihse, kbarrett
|
2025-01-13 14:02:41 +00:00 |
|
Magnus Ihse Bursie
|
c885e59cfa
|
8346377: Properly support static builds for Windows
Reviewed-by: erikj
|
2025-01-13 12:25:10 +00:00 |
|
Robbin Ehn
|
765b9e606b
|
8346706: RISC-V: Add available registers to hs_err
Reviewed-by: mli, fyang, ihse
|
2025-01-09 11:25:37 +00:00 |
|
Magnus Ihse Bursie
|
3030230915
|
8346278: Clean up some flag handing in flags-cflags.m4
Reviewed-by: erikj
|
2024-12-16 21:26:51 +00:00 |
|
Magnus Ihse Bursie
|
cbab40bce4
|
8345683: Remove special flags for files compiled for static libraries
Reviewed-by: erikj
|
2024-12-11 21:01:20 +00:00 |
|
Magnus Ihse Bursie
|
b120404620
|
8345793: Update copyright year to 2024 for the build system in files where it was missed
Reviewed-by: kbarrett, erikj
|
2024-12-09 15:53:48 +00:00 |
|
David Holmes
|
9284602ecb
|
8345628: [BACKOUT] JDK-8287122 Use gcc12 -ftrivial-auto-var-init=pattern in debug builds
Reviewed-by: erikj
|
2024-12-06 00:45:04 +00:00 |
|
Magnus Ihse Bursie
|
41c8971cbc
|
8287122: Use gcc12 -ftrivial-auto-var-init=pattern in debug builds
Reviewed-by: erikj
|
2024-12-05 22:58:40 +00:00 |
|
Magnus Ihse Bursie
|
5da0eee3a6
|
8285692: Enable _FORTIFY_SOURCE=2 when building with Clang
Reviewed-by: erikj
|
2024-12-05 22:57:06 +00:00 |
|
Magnus Ihse Bursie
|
6f6bce56fc
|
8344559: Log is spammed by missing pandoc warnings when building man pages
Reviewed-by: shade, erikj
|
2024-12-05 21:53:36 +00:00 |
|
Erik Joelsson
|
5a0899fc09
|
8345302: Building microbenchmarks require larger Java heap
Reviewed-by: shade, mcimadamore
|
2024-12-05 16:17:17 +00:00 |
|
Magnus Ihse Bursie
|
1a73c76d83
|
8345524: CHECK_FOR_FILES should properly handle directories
Reviewed-by: erikj
|
2024-12-04 20:43:47 +00:00 |
|
Magnus Ihse Bursie
|
1ca764454b
|
8339480: Build static-jdk image with a statically linked launcher
Co-authored-by: Magnus Ihse Bursie <ihse@openjdk.org>
Co-authored-by: Jiangli Zhou <jiangli@openjdk.org>
Reviewed-by: dholmes, erikj, coleenp
|
2024-12-02 15:12:24 +00:00 |
|
Aleksey Shipilev
|
2beb2b602b
|
8345234: Build system erroneously treats 32-bit x86 Zero as deprecated
Reviewed-by: ihse
|
2024-11-29 17:00:03 +00:00 |
|
Aleksey Shipilev
|
56f1e4ef05
|
8344093: Implement JEP 501: Deprecate the 32-bit x86 Port for Removal
Reviewed-by: ihse, simonis, dholmes
|
2024-11-28 09:35:51 +00:00 |
|
Magnus Ihse Bursie
|
79345bbbae
|
8339783: Implement JEP 479: Remove the Windows 32-bit x86 Port
Reviewed-by: kbarrett, kvn, stuefe, shade, erikj
|
2024-11-13 09:41:57 +00:00 |
|
SendaoYan
|
63eb4853f6
|
8343883: Cannot resolve user specified toolchain-path for lld after JDK-8338304
Reviewed-by: ihse, jwaters
|
2024-11-12 17:26:11 +00:00 |
|
Severin Gehwolf
|
2ec358082f
|
8311302: Implement JEP 493: Linking Run-Time Images without JMODs
Co-authored-by: Mandy Chung <mchung@openjdk.org>
Reviewed-by: mchung, alanb, erikj, ihse
|
2024-11-11 13:35:25 +00:00 |
|
Magnus Ihse Bursie
|
cbe8448f28
|
8268895: Do not filter out man pages from build
Reviewed-by: dholmes, jwaters
|
2024-11-11 10:15:02 +00:00 |
|
Roman Kennke
|
44ec501a41
|
8305895: Implement JEP 450: Compact Object Headers (Experimental)
Co-authored-by: Sandhya Viswanathan <sviswanathan@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Co-authored-by: Hamlin Li <mli@openjdk.org>
Co-authored-by: Thomas Stuefe <stuefe@openjdk.org>
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Axel Boldt-Christmas <aboldtch@openjdk.org>
Reviewed-by: coleenp, stefank, stuefe, phh, ihse, lmesnik, tschatzl, matsaave, rcastanedalo, vpaprotski, yzheng, egahlin
|
2024-11-08 17:21:39 +00:00 |
|
Hamlin Li
|
df08a9ec0d
|
8312425: [vectorapi] AArch64: Optimize vector math operations with SLEEF
Co-authored-by: Xiaohong Gong <xgong@openjdk.org>
Reviewed-by: ihse, fgao, aph
|
2024-11-04 09:19:39 +00:00 |
|
Jiangli Zhou
|
8c1cf8fabe
|
8339128: Cannot resolve user specified tool properly after JDK-8338304
Reviewed-by: erikj, ihse
|
2024-11-02 01:11:20 +00:00 |
|
Matthias Baesken
|
f7f5198367
|
8343186: hsdis build libopcodes and libbfd are not found
Reviewed-by: erikj, ihse, shade, jwaters
|
2024-10-30 08:06:54 +00:00 |
|
Nizar Benalla
|
5d5d88ab9a
|
8339570: Add Tidy build support for JDK tests
Co-authored-by: Magnus Ihse Bursie <ihse@openjdk.org>
Reviewed-by: erikj, ihse
|
2024-10-21 10:13:18 +00:00 |
|
Fei Gao
|
4dcc7f3f26
|
8337536: AArch64: Enable BTI branch protection for runtime part
Co-authored-by: Hao Sun <haosun@openjdk.org>
Co-authored-by: Magnus Ihse Bursie <ihse@openjdk.org>
Reviewed-by: aph, ihse, erikj, eliu
|
2024-10-18 15:00:58 +00:00 |
|
Julian Waters
|
5eae20f73b
|
8323672: Suppress unwanted autoconf added flags in CC and CXX
Reviewed-by: ihse
|
2024-10-15 14:10:53 +00:00 |
|
Aleksey Shipilev
|
6ed6dff222
|
8341871: Disable G1 for unsupported platforms after JDK-8334060
Reviewed-by: mdoerr, erikj
|
2024-10-15 12:55:49 +00:00 |
|
SendaoYan
|
ace44e564f
|
8341806: Gcc version detection failure on Alinux3
Reviewed-by: ihse, jwaters
|
2024-10-11 07:29:11 +00:00 |
|
Magnus Ihse Bursie
|
b39e6a84ef
|
8329816: Add SLEEF version 3.6.1
Reviewed-by: erikj, mli, luhenry
|
2024-09-17 12:58:36 +00:00 |
|
Magnus Ihse Bursie
|
66945e5010
|
8339336: Fix build system whitespace to adhere to coding conventions
Reviewed-by: erikj
|
2024-09-03 15:31:09 +00:00 |
|
Magnus Ihse Bursie
|
a528c4b370
|
8339156: Use more fine-granular clang unused warnings
Reviewed-by: erikj, kbarrett
|
2024-08-30 16:43:16 +00:00 |
|
Magnus Ihse Bursie
|
2abe2ff69b
|
8339235: Fix indentation in build system
Reviewed-by: erikj
|
2024-08-30 08:58:18 +00:00 |
|
Magnus Ihse Bursie
|
362f9ce077
|
8339120: Use more fine-granular gcc unused warnings
Reviewed-by: jwaters, kbarrett, erikj
|
2024-08-29 07:29:12 +00:00 |
|
Matthias Baesken
|
4c344335fe
|
8338304: clang on Linux - check for lld presence after JDK-8333189
Reviewed-by: erikj, ihse
|
2024-08-15 07:39:31 +00:00 |
|
Magnus Ihse Bursie
|
a36fb368e1
|
8338108: Give better error message in configure if a full XCode is missing
Reviewed-by: jwaters, erikj, shade
|
2024-08-12 15:33:31 +00:00 |
|
Aleksey Shipilev
|
7e925d727f
|
8337283: configure.log is truncated when build dir is on different filesystem
Reviewed-by: phh, stuefe, clanger, ihse
|
2024-08-05 14:05:00 +00:00 |
|
Aleksey Shipilev
|
9e6e0a8f34
|
8336343: Add more known sysroot library locations for ALSA
Reviewed-by: phh, prr, ihse
|
2024-07-30 08:27:27 +00:00 |
|
Aleksey Shipilev
|
ee365d75cc
|
8336342: Fix known X11 library locations in sysroot
Reviewed-by: jwaters, phh, prr
|
2024-07-29 13:37:56 +00:00 |
|
Jan Kratochvil
|
b4df380f1a
|
8334763: --enable-asan: assert(_thread->is_in_live_stack((address)this)) failed: not on stack?
Reviewed-by: kbarrett, stuefe, erikj
|
2024-06-28 03:07:09 +00:00 |
|
Vladimir Petko
|
3b1ca98642
|
8334895: OpenJDK fails to configure on linux aarch64 when CDS is disabled after JDK-8331942
Reviewed-by: erikj
|
2024-06-27 20:27:51 +00:00 |
|
Matthias Baesken
|
efb905e57a
|
8334618: ubsan: support setting additional ubsan check options
Reviewed-by: stuefe, lucy
|
2024-06-26 13:37:58 +00:00 |
|