Erik Joelsson
|
f91762f56e
|
8293965: Code signing warnings after JDK-8293550
Reviewed-by: mikael, ihse
|
2022-09-19 12:36:14 +00:00 |
|
Erik Joelsson
|
f42caefe2e
|
8293550: Optionally add get-task-allow entitlement to macos binaries
Reviewed-by: mikael, cjplummer, ihse
|
2022-09-16 12:33:32 +00:00 |
|
Adam Sotona
|
aff5ff14b2
|
8244681: Add a warning for possibly lossy conversion in compound assignments
8293797: Release Note: Javac warns about type casts in compound assignments with possible lossy conversions
Reviewed-by: erikj, prr
|
2022-09-15 10:10:23 +00:00 |
|
Naoto Sato
|
b8598b0297
|
8291660: Grapheme support in BreakIterator
Reviewed-by: smarks
|
2022-09-09 17:13:51 +00:00 |
|
Christian Stein
|
1ee59adcfe
|
8289798: Update to use jtreg 7
Reviewed-by: ihse, jpai
|
2022-09-07 15:13:35 +00:00 |
|
Magnus Ihse Bursie
|
b17758a932
|
8247283: Enable the new conformant preprocessor option in Visual Studio
Reviewed-by: erikj, djelinski
|
2022-09-06 08:50:13 +00:00 |
|
Ioi Lam
|
ac05bc8605
|
8293293: Move archive heap loading code out of heapShared.cpp
Reviewed-by: erikj, coleenp
|
2022-09-02 23:47:48 +00:00 |
|
Joe Darcy
|
b6477fdb30
|
8293288: bootcycle build failure after JDK-8173605
Reviewed-by: erikj
|
2022-09-02 17:44:59 +00:00 |
|
Magnus Ihse Bursie
|
46523b817c
|
8293219: Microsoft toolchain selection picks 32-bit tools over 64-bit
Reviewed-by: erikj, shade
|
2022-09-02 09:35:02 +00:00 |
|
Magnus Ihse Bursie
|
6076128996
|
8292008: Transition the JDK to the common standard of C11
Reviewed-by: erikj
|
2022-08-31 22:17:26 +00:00 |
|
Magnus Ihse Bursie
|
dd5415309a
|
8293162: Drop support for VS2017
Reviewed-by: erikj, kbarrett
|
2022-08-31 22:07:30 +00:00 |
|
Aleksey Shipilev
|
d2eed079c3
|
8293020: jmod should not be treated as "small" tool for large modules
Reviewed-by: erikj, ihse, alanb
|
2022-08-31 05:30:16 +00:00 |
|
Ioi Lam
|
76ee5495cd
|
8292329: Enable CDS shared heap for zero builds
Reviewed-by: shade, erikj, ihse
|
2022-08-24 22:39:52 +00:00 |
|
Tyler Steele
|
71ab5c95af
|
8292816: GPL Classpath exception missing from assemblyprefix.h
Reviewed-by: stuefe, ihse
|
2022-08-24 13:43:55 +00:00 |
|
Christian Hagedorn
|
13c0369646
|
8242181: [Linux] Show source information when printing native stack traces in hs_err files
Reviewed-by: erikj, tschatzl, stuefe, ihse
|
2022-08-24 06:44:06 +00:00 |
|
Magnus Ihse Bursie
|
d92e00a519
|
8292763: JDK-8292716 breaks configure without jtreg
Reviewed-by: alanb
|
2022-08-23 08:32:02 +00:00 |
|
Magnus Ihse Bursie
|
486f90c134
|
8292716: Configure should check that jtreg is of the required version
Reviewed-by: erikj
|
2022-08-23 07:45:03 +00:00 |
|
Magnus Ihse Bursie
|
16593cf51c
|
8292717: Clean up checking of testing requirements in configure
Reviewed-by: erikj
|
2022-08-22 13:07:23 +00:00 |
|
Leo Korinth
|
c59f9b374b
|
8287828: Fix so that one can select jtreg test case by ID from make
Reviewed-by: erikj, iklam, ihse
|
2022-08-22 12:52:31 +00:00 |
|
Julian Waters
|
1ed03d82b2
|
8292226: Prepare make for better Link Time Optimization support
Reviewed-by: ihse
|
2022-08-22 11:00:17 +00:00 |
|
Ioi Lam
|
57aac2ab65
|
8290981: Enable CDS for zero builds
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Reviewed-by: erikj, shade, ihse
|
2022-08-19 19:16:33 +00:00 |
|
Harold Seigel
|
37aa7c165d
|
8292559: Add test for -XX:+CheckJNICalls showing changed signal handlers
Reviewed-by: stuefe, coleenp
|
2022-08-19 12:19:35 +00:00 |
|
Harold Seigel
|
0d96546ab9
|
8292054: Test runtime/posixSig/TestPosixSig.java fails with 'Test failed, bad output.'
Reviewed-by: coleenp, stuefe
|
2022-08-17 19:56:14 +00:00 |
|
Hao Sun
|
0cc66aeae8
|
8285790: AArch64: Merge C2 NEON and SVE matching rules
Co-authored-by: Ningsheng Jian <njian@openjdk.org>
Co-authored-by: Eric Liu <eliu@openjdk.org>
Reviewed-by: adinn, aph, xgong
|
2022-08-17 03:51:46 +00:00 |
|
David Holmes
|
6eb7c3ad0e
|
8290732: JNI DestroyJavaVM can start shutdown when one non-daemon thread remains
Reviewed-by: stuefe, rehn
|
2022-08-12 06:41:22 +00:00 |
|
Daniel Jeliński
|
45e5b31a18
|
8292244: Remove unnecessary include directories
Reviewed-by: erikj, prr
|
2022-08-12 05:23:54 +00:00 |
|
ScientificWare
|
2712bc3f79
|
8289741: Remove unused imports from DTDBuilder.java
Reviewed-by: jpai
|
2022-08-09 08:40:24 +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 |
|
Harold Seigel
|
a3040fcc2b
|
8291360: Create entry points to expose low-level class file information
Reviewed-by: dholmes, rriggs
|
2022-08-04 13:13:01 +00:00 |
|
David Holmes
|
0bc804d6ef
|
8291762: Backout JDK-8291757 from jdk/jdk
Reviewed-by: alanb
|
2022-08-04 07:42:48 +00:00 |
|
David Holmes
|
3493973186
|
Merge
|
2022-08-04 07:14:59 +00:00 |
|
David Holmes
|
43bb399375
|
8291757: Remove EA from JDK 19 version string starting with Initial RC promotion B35 on August 11, 2022
Reviewed-by: alanb
|
2022-08-04 06:51:37 +00:00 |
|
Naoto Sato
|
e52a340d7f
|
8290488: IBM864 character encoding implementation bug
Reviewed-by: iris, joehw, alanb
|
2022-08-03 15:59:43 +00:00 |
|
Aleksey Shipilev
|
d9cb410efc
|
8290466: Default to --with-source-date=current to avoid unmodified Hotspot recompilation
Reviewed-by: erikj, ihse
|
2022-07-31 18:52:16 +00:00 |
|
Magnus Ihse Bursie
|
eeac3da795
|
8289755: Remove --enable-reproducible-build from jib profile
Reviewed-by: wetmore, erikj
|
2022-07-28 22:34:03 +00:00 |
|
Jorn Vernee
|
54a2c5a6d1
|
8290059: Do not use std::thread in panama tests
Reviewed-by: mcimadamore, stuefe, erikj
|
2022-07-28 14:53:26 +00:00 |
|
Harold Seigel
|
48b77a6969
|
8285792: Posix signal handler modification checking issues.
Reviewed-by: dholmes, erikj
|
2022-07-27 12:22:55 +00:00 |
|
Alexey Semenyuk
|
977e09489d
|
8283707: Support <major.minor.update.build> version format on Windows
Reviewed-by: almatvee
|
2022-07-19 16:59:28 +00:00 |
|
Alan Bateman
|
f528124f57
|
8289284: jdk.tracePinnedThreads output confusing when pinned due to native frame
Reviewed-by: jpai, mchung
|
2022-07-13 15:03:37 +00:00 |
|
Robbin Ehn
|
ac399e9777
|
8286957: Held monitor count
Reviewed-by: rpressler, eosterlund
|
2022-07-08 07:12:19 +00:00 |
|
Yasumasa Suenaga
|
3f1174aa47
|
8289646: configure script failed on WSL
Reviewed-by: ihse
|
2022-07-08 00:04:46 +00:00 |
|
Magnus Ihse Bursie
|
b4ab5fe1da
|
8288396: Always create reproducible builds
Reviewed-by: amenkov, ehelin
|
2022-06-28 09:00:45 +00:00 |
|
Daniel Jeliński
|
c8cc94a384
|
8288979: Improve CLDRConverter run time
Reviewed-by: naoto, rriggs
|
2022-06-23 18:44:54 +00:00 |
|
Jesper Wilhelmsson
|
5b583e4792
|
Merge
|
2022-06-22 23:21:49 +00:00 |
|
Alan Bateman
|
7cf71bc2d3
|
8287982: Concurrent implicit attach from native threads crashes VM
Reviewed-by: dholmes, rehn
|
2022-06-22 07:48:14 +00:00 |
|
Andrew Leonard
|
6633855ca7
|
8288399: MacOS debug symbol files not always deterministic in reproducible builds
Reviewed-by: erikj
|
2022-06-15 14:00:20 +00:00 |
|
Magnus Ihse Bursie
|
1a6533225d
|
8287906: Rewrite of GitHub Actions (GHA) sanity tests
Reviewed-by: shade, erikj, cstein
|
2022-06-14 07:48:49 +00:00 |
|
Alexey Ivanov
|
b97a4f6cdc
|
8288114: Update JIRA link in vcs.xml
Reviewed-by: mcimadamore, ihse, erikj
|
2022-06-13 14:48:52 +00:00 |
|
Magnus Ihse Bursie
|
d0c8ff8fdf
|
8288195: Prepare build system for GHA changes
Reviewed-by: shade, erikj
|
2022-06-10 19:32:30 +00:00 |
|
KIRIYAMA Takuya
|
0901548833
|
8283724: Incorrect description for jtreg-failure-handler option
Reviewed-by: erikj, ihse
|
2022-06-10 09:19:06 +00:00 |
|