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 |
|
Daniel Jeliński
|
8cbe42b94a
|
8316421: libjava should load shell32.dll eagerly
Reviewed-by: erikj, jwaters, jvernee
|
2023-09-21 12:39:03 +00:00 |
|
Naoto Sato
|
7c991cc567
|
8296246: Update Unicode Data Files to Version 15.1.0
Reviewed-by: erikj, joehw, srl, rriggs
|
2023-09-20 17:39:57 +00:00 |
|
Roger Riggs
|
d6dd0dc3e0
|
8308452: Extend internal Architecture enum with byte order and address size
Reviewed-by: mdoerr, jpai, mchung, amitkumar
|
2023-06-27 17:49:09 +00:00 |
|
Jorn Vernee
|
4c18b9e1fa
|
8309880: Add support for linking libffi on Windows and Mac
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Reviewed-by: erikj
|
2023-06-14 12:03:42 +00:00 |
|
Jiangli Zhou
|
45414fc2df
|
8307858: [REDO] JDK-8307194 Add make target for optionally building a complete set of all JDK and hotspot libjvm static libraries
Co-authored-by: Erik Joelsson <erikj@openjdk.org>
Reviewed-by: erikj
|
2023-06-12 16:22:24 +00:00 |
|
JoKern65
|
6eddbe26dd
|
8309219: Fix xlc17 clang 15 warnings in java.base
Reviewed-by: goetz, mdoerr
|
2023-06-07 13:42:03 +00:00 |
|
Adam Sotona
|
c4408278d1
|
8308093: Disable language preview features use in JDK
Reviewed-by: liach, erikj, alanb, darcy
|
2023-05-23 07:23:37 +00:00 |
|
Daniel D. Daugherty
|
edc4adb77e
|
8307860: [BACKOUT] JDK-8307194 Add make target for optionally building a complete set of all JDK and hotspot libjvm static libraries
Reviewed-by: erikj
|
2023-05-10 21:08:28 +00:00 |
|
Jiangli Zhou
|
1964954da9
|
8307194: Add make target for optionally building a complete set of all JDK and hotspot libjvm static libraries
Reviewed-by: erikj, sgehwolf
|
2023-05-10 17:26:02 +00:00 |
|
Roger Riggs
|
f00a748bc5
|
8304915: Create jdk.internal.util.Architecture enum and apply
Reviewed-by: erikj, mdoerr, amitkumar
|
2023-05-01 15:22:07 +00:00 |
|
Per Minborg
|
cbccc4c817
|
8304265: Implementation of Foreign Function and Memory API (Third Preview)
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Paul Sandoz <psandoz@openjdk.org>
Co-authored-by: Feilong Jiang <fjiang@openjdk.org>
Co-authored-by: Per Minborg <pminborg@openjdk.org>
Reviewed-by: erikj, jvernee, vlivanov, psandoz
|
2023-04-27 09:00:58 +00:00 |
|
Joe Darcy
|
ccbb0e8d89
|
8303798: REDO - Remove fdlibm C sources
Reviewed-by: alanb, iris, jwaters, erikj, kvn, dholmes
|
2023-04-03 23:57:01 +00:00 |
|
Roger Riggs
|
6c3b10fb1d
|
8303485: Replacing os.name for operating system customization
Reviewed-by: naoto, erikj, alanb
|
2023-03-27 17:45:20 +00:00 |
|
Naoto Sato
|
f593a6b52e
|
8303018: Unicode Emoji Properties
Reviewed-by: prr, erikj, rriggs
|
2023-03-20 20:20:19 +00:00 |
|
Archie L. Cobbs
|
8f5bb538ab
|
8015831: Add lint check for calling overridable methods from a constructor
6557145: Warn about calling abstract methods in constructors
Reviewed-by: ihse, vromero, mcimadamore
|
2023-03-17 22:05:50 +00:00 |
|
Rich DiCroce
|
35a2969057
|
8302659: Modernize Windows native code for NetworkInterface
Reviewed-by: ihse, djelinski, alanb, michaelm
|
2023-03-15 17:06:32 +00:00 |
|
Adam Sotona
|
4655b790d0
|
8294982: Implementation of Classfile API
Reviewed-by: ihse, psandoz, mcimadamore
|
2023-03-09 15:23:03 +00:00 |
|
David Holmes
|
21a6ab1e3e
|
8303799: [BACKOUT] JDK-8302801 Remove fdlibm C sources
Reviewed-by: darcy, bpb
|
2023-03-08 02:39:14 +00:00 |
|
Joe Darcy
|
b5b5cba7fe
|
8302801: Remove fdlibm C sources
Reviewed-by: bpb, dholmes, alanb, kvn
|
2023-03-07 22:28:12 +00:00 |
|
Jie Fu
|
15a9186db2
|
8300169: Build failure with clang-15
Reviewed-by: dholmes, prr
|
2023-01-18 10:32:00 +00:00 |
|
Daniel Jeliński
|
2f3f3b6185
|
8295792: Clean up old async close code
Reviewed-by: alanb
|
2022-10-24 15:25:48 +00:00 |
|
Julian Waters
|
8d751de319
|
8295231: Move all linking of native libraries to make
Reviewed-by: ihse, erikj
|
2022-10-17 20:57:26 +00:00 |
|
Raffaello Giulietti
|
2ceebf681f
|
8294456: Fix misleading-indentation warnings in core JDK libraries
Reviewed-by: shade, rriggs, iris, darcy
|
2022-10-06 09:31:26 +00:00 |
|
Magnus Ihse Bursie
|
755958e5ee
|
8294376: Minimize disabled warnings in java.base
Reviewed-by: erikj
|
2022-10-05 05:56:44 +00:00 |
|
Naoto Sato
|
71511283ce
|
8294317: Insufficient build rules for tzdb.dat
Reviewed-by: joehw, erikj
|
2022-09-27 16:01:47 +00:00 |
|
Hao Sun
|
02ea338177
|
8293887: AArch64 build failure with GCC 12 due to maybe-uninitialized warning in libfdlibm k_rem_pio2.c
Reviewed-by: erikj, shade, ihse
|
2022-09-27 03:09:18 +00:00 |
|
Julian Waters
|
cb5771dc2a
|
8294006: Avoid hardcoding object file suffixes in make
Reviewed-by: erikj, ihse
|
2022-09-20 17:23:49 +00:00 |
|
Naoto Sato
|
b8598b0297
|
8291660: Grapheme support in BreakIterator
Reviewed-by: smarks
|
2022-09-09 17:13:51 +00:00 |
|
Julian Waters
|
8a804f653d
|
8291454: Missing check for JLI C runtime library in CoreLibraries.gmk
Reviewed-by: erikj, ihse
|
2022-08-08 12:17:48 +00:00 |
|