Naoto Sato
fcb68ea22d
8358626: Emit UTF-8 CLDR resources
...
Reviewed-by: erikj, vyazici
2025-06-09 19:03:21 +00:00
Magnus Ihse Bursie
568dcc15cb
8334391: JDK build should exclude *-files directories for Java source
...
Reviewed-by: erikj
2025-05-09 10:05:23 +00:00
Jiangli Zhou
acd93df612
8355080: java.base/jdk.internal.foreign.SystemLookup.find() doesn't work on static JDK
...
Reviewed-by: mcimadamore, jvernee
2025-04-28 18:55:26 +00:00
Magnus Ihse Bursie
42dc99eac1
8301197: Make sure use of printf is correct and actually needed
...
Reviewed-by: erikj
2025-04-07 20:34:30 +00:00
Joachim Kern
d8c2f59a1b
8352064: AIX: now also able to build static-jdk image with a statically linked launcher
...
Reviewed-by: mdoerr, mbaesken, ihse
2025-03-24 16:15:36 +00:00
Matthias Baesken
a37d8434ab
8352015: LIBVERIFY_OPTIMIZATION remove special optimization settings
...
Reviewed-by: erikj, ihse
2025-03-18 12:59:29 +00:00
Jiangli Zhou
a21fa463c4
8351309: test/hotspot/jtreg/runtime/posixSig/TestPosixSig.java fails on static-jdk
...
Reviewed-by: manc, ihse, stuefe
2025-03-12 14:40:43 +00:00
Artur Barashev
9a49418138
8345940: Migrate security-related resources from Java classes to properties files
...
Reviewed-by: jlu, weijun, erikj
2025-03-11 20:07:10 +00:00
Harald Eilertsen
b957e5ed1a
8351322: Parameterize link option for pthreads
...
Reviewed-by: erikj, ihse, dholmes
2025-03-11 15:11:10 +00:00
Chen Liang
c7fa499bf5
8350118: Simplify the layout access VarHandle
...
Reviewed-by: mcimadamore, jvernee, erikj
2025-02-28 20:01:17 +00:00
Magnus Ihse Bursie
964dd18fd2
8349515: [REDO] Framework for tracing makefile inclusion and parsing
...
Reviewed-by: erikj
2025-02-11 10:55:47 +00:00
David Holmes
64bd8d2592
8349511: [BACKOUT] Framework for tracing makefile inclusion and parsing
...
Reviewed-by: darcy, mikael
2025-02-06 02:51:12 +00:00
Magnus Ihse Bursie
61465883b4
8348190: Framework for tracing makefile inclusion and parsing
...
Reviewed-by: erikj
2025-02-05 11:17:08 +00:00
Magnus Ihse Bursie
46ba515c49
8346669: Increase abstraction in SetupBuildLauncher and remove extra args
...
Reviewed-by: erikj
2025-01-10 17:59:27 +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
Sean Mullan
db85090553
8338411: Implement JEP 486: Permanently Disable the Security Manager
...
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Co-authored-by: Aleksei Efimov <aefimov@openjdk.org>
Co-authored-by: Brian Burkhalter <bpb@openjdk.org>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Co-authored-by: Harshitha Onkar <honkar@openjdk.org>
Co-authored-by: Joe Wang <joehw@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Justin Lu <jlu@openjdk.org>
Co-authored-by: Kevin Walls <kevinw@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Naoto Sato <naoto@openjdk.org>
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Co-authored-by: Brent Christian <bchristi@openjdk.org>
Co-authored-by: Stuart Marks <smarks@openjdk.org>
Co-authored-by: Ian Graves <igraves@openjdk.org>
Co-authored-by: Phil Race <prr@openjdk.org>
Co-authored-by: Erik Gahlin <egahlin@openjdk.org>
Co-authored-by: Jaikiran Pai <jpai@openjdk.org>
Reviewed-by: kevinw, aivanov, rriggs, lancea, coffeys, dfuchs, ihse, erikj, cjplummer, coleenp, naoto, mchung, prr, weijun, joehw, azvegint, psadhukhan, bchristi, sundar, attila
2024-11-12 17:16:15 +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
362f9ce077
8339120: Use more fine-granular gcc unused warnings
...
Reviewed-by: jwaters, kbarrett, erikj
2024-08-29 07:29:12 +00:00
Magnus Ihse Bursie
129f527f4f
8338290: Xcode project generator for hotspot
...
Co-authored-by: Gerard Ziemski <gziemski@openjdk.org>
Co-authored-by: Magnus Ihse Bursie <ihse@openjdk.org>
Reviewed-by: azafari, erikj
2024-08-22 10:31:34 +00:00
Magnus Ihse Bursie
f0bffbce35
8333301: Remove static builds using --enable-static-build
...
Reviewed-by: sgehwolf, erikj
2024-06-03 10:03:42 +00:00
Jonathan Gibbons
10eb1cb639
8331879: Clean up non-standard use of /// comments in java.base
...
Reviewed-by: naoto, iris, darcy
2024-05-31 22:16:35 +00:00
Jonathan Gibbons
0a58cffe88
8298405: Implement JEP 467: Markdown Documentation Comments
...
8329296: Update Elements for '///' documentation comments
Co-authored-by: Jim Laskey <jlaskey@openjdk.org>
Reviewed-by: prappo, darcy, hannesw
2024-05-17 17:42:46 +00:00
Magnus Ihse Bursie
61fa4d45b6
8330351: Remove the SHARED_LIBRARY and STATIC_LIBRARY macros
...
Reviewed-by: erikj
2024-04-16 13:51:14 +00:00
Magnus Ihse Bursie
16061874ff
8326947: Minimize MakeBase.gmk
...
Reviewed-by: erikj
2024-04-11 14:15:34 +00:00
Magnus Ihse Bursie
f0cd866a37
8329704: Implement framework for proper handling of JDK_LIBS
...
Reviewed-by: erikj, jwaters
2024-04-11 09:40:12 +00:00
Magnus Ihse Bursie
3f4b167c97
8329672: Only call SetupNativeCompilation from SetupJdkNativeCompilation
...
Reviewed-by: erikj
2024-04-05 08:37:41 +00:00
Magnus Ihse Bursie
9d052e9331
8329131: Fold libjli_static back into libjli on AIX
...
Reviewed-by: erikj, clanger
2024-03-31 11:15:49 +00:00
Matthias Baesken
b9c76dedf4
8329074: AIX build fails after JDK-8328824
...
Reviewed-by: clanger, goetz
2024-03-26 10:00:56 +00:00
Magnus Ihse Bursie
26b2ec4847
8328824: Clean up java.base native compilation
...
Reviewed-by: erikj
2024-03-25 15:04:38 +00:00
Magnus Ihse Bursie
9e98118f28
8328177: Move LDFLAGS_JDK[LIB/EXE] to JdkNativeCompilation.gmk
...
Reviewed-by: erikj
2024-03-18 14:41:51 +00:00
Magnus Ihse Bursie
bfba4894e1
8328157: Move C[XX]FLAGS_JDK[LIB/EXE] to JdkNativeCompilation.gmk
...
Reviewed-by: erikj
2024-03-15 14:36:57 +00:00
Magnus Ihse Bursie
42aec8c5e7
8328146: Set LIBCXX automatically
...
Reviewed-by: erikj
2024-03-15 13:23:37 +00:00
Chad Rakoczy
a232e8fb4e
8325621: Improve jspawnhelper version checks
...
Reviewed-by: erikj, shade, rriggs, ihse
2024-03-14 13:26:03 +00:00
Magnus Ihse Bursie
107cb536e7
8327701: Remove the xlc toolchain
...
Reviewed-by: jwaters, erikj
2024-03-13 08:42:12 +00:00
Magnus Ihse Bursie
585a958441
8327675: jspawnhelper should be built on all unix platforms
...
Reviewed-by: shade, stuefe, erikj
2024-03-08 14:21:20 +00:00
Jan Lahoda
27a03e0dc3
8327218: Add an ability to specify modules which should have native access enabled
...
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Reviewed-by: mcimadamore, erikj, alanb, ihse
2024-03-08 11:21:24 +00:00
Naoto Sato
809995b526
8174269: Remove COMPAT locale data provider from JDK
...
Reviewed-by: ihse, joehw
2024-03-05 19:32:29 +00:00
Magnus Ihse Bursie
ac3ce2aa15
8326583: Remove over-generalized DefineNativeToolchain solution
...
Reviewed-by: erikj
2024-02-27 11:14:11 +00:00
Joe Darcy
fbd15b2087
8325189: Enable this-escape javac warning in java.base
...
Reviewed-by: alanb, erikj, naoto, smarks, ihse, joehw, lancea, weijun
2024-02-07 20:05:11 +00:00
Joe Darcy
adc3604027
8325148: Enable restricted javac warning in java.base
...
Reviewed-by: erikj, jvernee, mcimadamore, pminborg, ihse
2024-02-02 17:47:28 +00:00
Per Minborg
f2920533e9
8323621: JDK build should exclude snippet class in java.lang.foreign
...
Reviewed-by: mcimadamore
2024-01-31 17:59:50 +00:00
vamsi-parasa
ce108446ca
8319577: x86_64 AVX2 intrinsics for Arrays.sort methods (int, float arrays)
...
Reviewed-by: sviswanathan, ihse, jbhateja, kvn
2023-12-08 22:52:48 +00:00
Adam Sotona
2b00ac0d02
8308753: Class-File API transition to Preview
...
Reviewed-by: ihse, mchung, vromero
2023-12-04 07:07:57 +00:00
Magnus Ihse Bursie
ce4e6e2bd7
8320915: Update copyright year in build files
...
Reviewed-by: erikj, iris
2023-11-28 21:40:20 +00:00
suchismith1993
25cebe8c3e
8317799: AIX PPC64: FFI symbol lookup doesn't find symbols
...
Reviewed-by: mdoerr, ihse, dholmes, jvernee
2023-11-22 15:43:34 +00:00
vamsi-parasa
2edf9c3f1e
8317763: Follow-up to AVX512 intrinsics for Arrays.sort() PR
...
Reviewed-by: jbhateja, kvn, ihse, sviswanathan
2023-10-12 04:45:19 +00:00
vamsi-parasa
a4e9168bab
8309130: x86_64 AVX512 intrinsics for Arrays.sort methods (int, long, float and double arrays)
...
Reviewed-by: jbhateja, sviswanathan, psandoz, kvn
2023-10-06 20:15:30 +00:00
Maurizio Cimadamore
0d4de8a71f
8316971: Add Lint warning for restricted method calls
...
Reviewed-by: ihse, vromero
2023-10-04 09:36:53 +00:00
Daniel Jeliński
063790012d
8316433: net.dll should delay load winhttp.dll
...
Reviewed-by: erikj, ihse
2023-09-21 15:43:05 +00:00