Erik Joelsson
|
16a34e8e1e
|
8310384: Add hooks for custom image creation
Reviewed-by: mikael, alanb
|
2023-06-21 18:28:19 +00:00 |
|
Jonathan Gibbons
|
226c6a097d
|
8309883: no @since info in com.sun.tools.javac package-info.java, Main.java
Reviewed-by: iris, darcy
|
2023-06-21 18:00:14 +00:00 |
|
Coleen Phillimore
|
fd1163d5f1
|
8310332: Fix -Wconversion warnings in MethodData
Reviewed-by: aph, fparain
|
2023-06-21 17:58:29 +00:00 |
|
Erik Joelsson
|
72501cf767
|
8310379: Relax prerequisites for java.base-jmod target
Reviewed-by: mikael
|
2023-06-21 17:18:15 +00:00 |
|
Erik Gahlin
|
59c6c0e1b7
|
8310335: JFR: Modernize collections and switch statements
Reviewed-by: mgronlun
|
2023-06-21 15:07:42 +00:00 |
|
Damon Fenacci
|
826dcb5424
|
8264899: C1: -XX:AbortVMOnException does not work if all methods in the call stack are compiled with C1 and there are no exception handlers
Reviewed-by: thartmann, amitkumar, fyang, mdoerr
|
2023-06-21 12:27:02 +00:00 |
|
Erik Gahlin
|
658c3374d8
|
8309296: jdk/jfr/event/runtime/TestAgentEvent.java fails due to "missing" dynamic JavaAgent
Reviewed-by: mgronlun
|
2023-06-21 11:47:25 +00:00 |
|
Coleen Phillimore
|
70e1c92a7f
|
8310297: assert(static_cast<T1>(result) == thing) with ctw
Reviewed-by: iklam, dholmes
|
2023-06-21 11:45:37 +00:00 |
|
Erik Joelsson
|
574c6f0ebf
|
8310376: Extend SetupTarget macro with DIR parameter
Reviewed-by: mikael
|
2023-06-21 09:57:49 +00:00 |
|
Erik Joelsson
|
7ea22cd385
|
8310369: UTIL_ARG_WITH fails when arg is disabled
Reviewed-by: mikael
|
2023-06-21 09:57:26 +00:00 |
|
Jan Lahoda
|
01623f6a57
|
8310133: Effectivelly final condition not enforced in guards for binding variables from the same case
Reviewed-by: vromero
|
2023-06-21 09:16:12 +00:00 |
|
Jan Lahoda
|
a15db1a56c
|
8302865: Illegal bytecode for break from if with instanceof pattern matching condition
Reviewed-by: vromero
|
2023-06-21 09:15:48 +00:00 |
|
Tobias Hartmann
|
67fbd87378
|
8310143: RandomCommandsTest fails due to unexpected VM exit code after JDK-8282797
Reviewed-by: rcastanedalo, chagedorn
|
2023-06-21 07:05:41 +00:00 |
|
Matthias Baesken
|
9eed049098
|
8310321: make JDKOPT_CHECK_CODESIGN_PARAMS more verbose
Reviewed-by: erikj
|
2023-06-21 06:49:24 +00:00 |
|
Julian Waters
|
3faba07ae3
|
8307145 : windowsaccessbridge.dll erroneously includes private methods in its C API
Reviewed-by: djelinski
|
2023-06-21 06:43:03 +00:00 |
|
Emanuel Peter
|
886ac1c261
|
8308606: C2 SuperWord: remove alignment checks when not required
Reviewed-by: fgao, kvn, pli
|
2023-06-21 06:40:50 +00:00 |
|
Thomas Stuefe
|
47d00a4cbe
|
8310265: (process) jspawnhelper should not use argv[0]
Reviewed-by: simonis, rriggs
|
2023-06-21 04:55:43 +00:00 |
|
Jorn Vernee
|
e022e87654
|
8310053: VarHandle and slice handle derived from layout are lacking alignment check
Reviewed-by: mcimadamore
|
2023-06-21 00:03:13 +00:00 |
|
David Holmes
|
45eaf5edd8
|
8298443: Remove expired flags in JDK 22
Reviewed-by: coleenp, iklam
|
2023-06-20 23:14:33 +00:00 |
|
Ioi Lam
|
28415adb79
|
8310225: Reduce inclusion of oopMapCache.hpp and generateOopMap.hpp
Reviewed-by: stuefe, coleenp
|
2023-06-20 23:12:49 +00:00 |
|
David Holmes
|
4c3efb3910
|
8309034: NoClassDefFoundError when initializing Long$LongCache
Reviewed-by: coleenp, fparain
|
2023-06-20 21:58:31 +00:00 |
|
Justin Lu
|
11201067a8
|
8310458: Fix build failure caused by JDK-8310049
Reviewed-by: rriggs, naoto
|
2023-06-20 18:16:33 +00:00 |
|
Justin Lu
|
09174e0c99
|
8310049: Refactor Charset tests to use JUnit
Reviewed-by: lancea, naoto
|
2023-06-20 17:21:00 +00:00 |
|
Daniel Fuchs
|
99d2a9afa9
|
8310330: HttpClient: debugging interestOps/readyOps could cause exceptions and smaller cleanup
Reviewed-by: djelinski
|
2023-06-20 15:51:43 +00:00 |
|
Robbin Ehn
|
31b6fd775f
|
8309258: RISC-V: Add riscv_hwprobe syscall
Reviewed-by: fjiang, stuefe, fyang, luhenry
|
2023-06-20 15:12:46 +00:00 |
|
Eric Nothum
|
4a9cc8a000
|
8309266: C2: assert(final_con == (jlong)final_int) failed: final value should be integer
Reviewed-by: roland, chagedorn
|
2023-06-20 13:52:45 +00:00 |
|
Stefan Karlsson
|
4e4e586dac
|
8310194: Generational ZGC: Lock-order asserts in JVMTI IterateThroughHeap
Reviewed-by: eosterlund, aboldtch
|
2023-06-20 13:46:49 +00:00 |
|
Coleen Phillimore
|
e1906e7641
|
8310027: Fix -Wconversion warnings in nmethod and compiledMethod related code
Reviewed-by: kvn, fparain
|
2023-06-20 13:35:11 +00:00 |
|
Jan Lahoda
|
4ca548fe74
|
8310326: Incorrect position of the synthetic unnamed class
Reviewed-by: jlaskey
|
2023-06-20 10:34:52 +00:00 |
|
Axel Boldt-Christmas
|
a0595761ef
|
8310187: Improve Generational ZGC jtreg testing
Reviewed-by: stefank, eosterlund, stuefe
|
2023-06-20 10:08:13 +00:00 |
|
Thomas Schatzl
|
9a68ec8bb2
|
8219357: G1: G1GCPhaseTimes::debug_phase uses unnecessary ResourceMark
Reviewed-by: shade, ayang
|
2023-06-20 09:46:56 +00:00 |
|
Damon Fenacci
|
087887286d
|
8310020: MacroAssembler::call_VM(_leaf) doesn't consistently check for conflict with C calling convention.
Reviewed-by: thartmann, fyang, mdoerr, amitkumar
|
2023-06-20 07:40:46 +00:00 |
|
Jan Lahoda
|
79069c5e74
|
8310314: Misplaced "unnamed classes are a preview feature and are disabled by default" error
Reviewed-by: jlaskey
|
2023-06-20 07:02:49 +00:00 |
|
David Holmes
|
96a7db7b3c
|
8309228: Clarify EXPERIMENTAL flags comment in hotspot/share/runtime/globals.hpp
Reviewed-by: stuefe
|
2023-06-20 06:43:21 +00:00 |
|
David Holmes
|
b2e86aef65
|
8304478: Initial nroff manpage generation for JDK 22
Reviewed-by: alanb, sspitsyn, mchung, lancea
|
2023-06-19 22:30:50 +00:00 |
|
Michael McMahon
|
7b45c8fc3a
|
8241800: Disable IPV6_MULTICAST_ALL to prevent interference from all multicast groups
Reviewed-by: alanb
|
2023-06-19 21:35:58 +00:00 |
|
Ao Qi
|
137a5f7c2c
|
8310105: LoongArch64 builds are broken after JDK-8304913
Reviewed-by: shade, rriggs
|
2023-06-19 21:05:55 +00:00 |
|
Roger Riggs
|
33c6ec9d4e
|
8310019: MIPS builds are broken after JDK-8304913
Reviewed-by: phh, shade, aoqi
|
2023-06-19 18:29:14 +00:00 |
|
Erik Gahlin
|
e08e94f1b9
|
8310266: JFR: Refactor after 'view' command
Reviewed-by: mgronlun
|
2023-06-19 17:46:23 +00:00 |
|
Daniel Fuchs
|
f8f8bfbea1
|
8309939: HttpClient should not use Instant.now() as Instant source for deadlines
Reviewed-by: djelinski
|
2023-06-19 13:26:26 +00:00 |
|
Erik Gahlin
|
7d4b77ad9e
|
8304835: jdk/jfr/event/oldobject/TestArrayInformation.java fails with "Could not find event with class ... as (leak) object"
Reviewed-by: shade, mgronlun
|
2023-06-19 11:41:10 +00:00 |
|
Albert Mingkun Yang
|
b896e3e02a
|
8310146: Removing unused PerfLongVariant::_sampled
Reviewed-by: tschatzl
|
2023-06-19 11:08:07 +00:00 |
|
Prasanta Sadhukhan
|
d2a858e173
|
7083187: Class CSS.CssValue is missing implementations of equals() and hashCode()
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org>
Reviewed-by: aivanov, prr
|
2023-06-19 08:52:06 +00:00 |
|
Erik Österlund
|
4229baf9b6
|
8310015: ZGC: Unbounded asynchronous unmapping can lead to running out of address space
Reviewed-by: stefank, aboldtch
|
2023-06-19 07:05:06 +00:00 |
|
Roland Westrelin
|
266f9838ee
|
8308855: ARM32: TestBooleanVector crashes after 8300257
Reviewed-by: kvn, thartmann
|
2023-06-19 07:02:10 +00:00 |
|
Matthias Baesken
|
6a63badd8e
|
8310191: com/sun/tools/attach/warnings/DynamicLoadWarningTest.java second failure on AIX
Reviewed-by: alanb, cjplummer
|
2023-06-19 06:39:58 +00:00 |
|
Thomas Stuefe
|
6473a7df20
|
8310107: os::trace_page_sizes_for_requested_size should name alignment as requested page size
Reviewed-by: stefank, dholmes
|
2023-06-19 06:00:50 +00:00 |
|
Tobias Hartmann
|
02aaab12e3
|
8310126: C1: Missing receiver null check in Reference::get intrinsic
Reviewed-by: roland, shade
|
2023-06-19 05:08:45 +00:00 |
|
Gergö Barany
|
492d25c8df
|
8309601: [JVMCI] AMD64#getLargestStorableKind returns incorrect mask kind
Reviewed-by: dnsimon, never
|
2023-06-19 02:28:05 +00:00 |
|
Jaikiran Pai
|
959a61fdd4
|
8310259: Pin msys2/setup-msys2 github action to a specific commit
Reviewed-by: cstein, stuefe
|
2023-06-17 06:02:40 +00:00 |
|