Liam Miller-Cushon
|
939fe000a9
|
8336786: VerifyError with lambda capture and enclosing instance references
Reviewed-by: mcimadamore
|
2024-07-19 21:52:45 +00:00 |
|
Chen Liang
|
3ade2b6114
|
8336777: BufferedMethodBuilder not initialized with static flag
Reviewed-by: asotona
|
2024-07-19 21:25:20 +00:00 |
|
Adam Sotona
|
c25c4896ad
|
8333812: ClassFile.verify() can throw exceptions instead of returning VerifyErrors
Reviewed-by: liach
|
2024-07-19 13:09:45 +00:00 |
|
Jie Fu
|
6e9fcc2d80
|
8336816: runtime/PrintingTests/StringPrinting.java fails with release VMs
Reviewed-by: dholmes
|
2024-07-19 12:28:56 +00:00 |
|
Volker Simonis
|
84bc4767a4
|
8336258: Document the behavior of 'exclude' and 'compileonly' with respect to inlining
Reviewed-by: thartmann, jkarthikeyan
|
2024-07-19 11:26:44 +00:00 |
|
Aleksey Shipilev
|
5d965f36d3
|
8336466: C2: Parser incorrectly/unnecessarily checks for clinits
Reviewed-by: kvn, thartmann
|
2024-07-19 08:34:47 +00:00 |
|
Aleksey Shipilev
|
b703be9cf6
|
8336465: C2: EA incorrectly/unnecessarily checks for clinits
Reviewed-by: kvn, thartmann
|
2024-07-19 08:34:36 +00:00 |
|
Roland Westrelin
|
0ddf54e222
|
8335709: C2: assert(!loop->is_member(get_loop(useblock))) failed: must be outside loop
Co-authored-by: Emanuel Peter <epeter@openjdk.org>
Reviewed-by: epeter, thartmann
|
2024-07-19 07:30:23 +00:00 |
|
Roland Westrelin
|
10982fe557
|
8335843: C2 hits assert(_print_inlining_stream->size() > 0) failed: missing inlining msg
Reviewed-by: thartmann, kvn, vlivanov
|
2024-07-19 07:28:51 +00:00 |
|
SendaoYan
|
fa5ad700bb
|
8334771: [TESTBUG] Run TestDockerMemoryMetrics.java with -Xcomp fails exitValue = 137
Reviewed-by: lmesnik, sspitsyn
|
2024-07-19 07:06:51 +00:00 |
|
David Holmes
|
10fcad70b3
|
8325945: Error reporting should limit the number of String characters printed
Reviewed-by: thartmann, stuefe
|
2024-07-19 06:23:11 +00:00 |
|
Andrey Turbanov
|
f5871df25c
|
8336675: Remove UnixFileSystemProvider.checkPath in favor of UnixPath.toUnixPath
Reviewed-by: jpai, alanb, bpb
|
2024-07-19 05:54:25 +00:00 |
|
Prasanta Sadhukhan
|
902bada2cd
|
8234071: JTable.AUTO_RESIZE_LAST_COLUMN acts like AUTO_RESIZE_ALL_COLUMNS
Reviewed-by: prr, abhiscxk
|
2024-07-19 02:56:42 +00:00 |
|
Prajwal Kumaraswamy
|
1b9270ac8a
|
8328723: IP Address error when client enables HTTPS endpoint check on server socket
Reviewed-by: wetmore, djelinski
|
2024-07-18 22:42:34 +00:00 |
|
Fernando Guallini
|
330e520c1d
|
8028127: Regtest java/security/Security/SynchronizedAccess.java is incorrect
Reviewed-by: wetmore, mdonovan, rhalade
|
2024-07-18 22:36:26 +00:00 |
|
Chen Liang
|
39f4476813
|
8334772: Change Class::signers to an explicit field
Reviewed-by: dholmes, alanb, rriggs, coleenp
|
2024-07-18 22:22:59 +00:00 |
|
Chen Liang
|
902c2afb67
|
8336585: BoundAttribute.readEntryList not type-safe
Reviewed-by: asotona
|
2024-07-18 21:46:19 +00:00 |
|
Chen Liang
|
b44632aa15
|
8336588: Ensure Transform downstream receives upstream start items only after downstream started
Reviewed-by: asotona
|
2024-07-18 21:46:07 +00:00 |
|
Phil Race
|
02be7b8ddc
|
8334495: Use FFM instead of jdk.internal.misc.Unsafe in java.desktop font implementation
Reviewed-by: jdv, dnguyen, achung
|
2024-07-18 17:35:06 +00:00 |
|
Joe Darcy
|
bbc79a5e01
|
8333768: Minor doc updates to java.lang.{Float, Double}
Reviewed-by: rgiulietti
|
2024-07-18 16:33:48 +00:00 |
|
Vicente Romero
|
245c086648
|
8332600: javac uses record components source position during compilation
Reviewed-by: jlahoda
|
2024-07-18 15:54:41 +00:00 |
|
Kim Barrett
|
5f7b0072cf
|
8336346: Fix -Wzero-as-null-pointer-constant warnings in jvmciJavaClasses.cpp
Reviewed-by: jwaters, thartmann
|
2024-07-18 15:24:51 +00:00 |
|
Robert Toyonaga
|
4a73ed44f1
|
8330144: Revise os::free_memory()
Reviewed-by: stuefe, mbaesken
|
2024-07-18 13:35:32 +00:00 |
|
Jatin Bhateja
|
35df48e1b3
|
8335860: compiler/vectorization/TestFloat16VectorConvChain.java fails with non-standard AVX/SSE settings
Reviewed-by: sviswanathan, kvn
|
2024-07-18 11:22:58 +00:00 |
|
Jorn Vernee
|
7bf5313244
|
8335480: Only deoptimize threads if needed when closing shared arena
Reviewed-by: mcimadamore, kvn, uschindler, vlivanov, eosterlund
|
2024-07-18 11:00:39 +00:00 |
|
Albert Mingkun Yang
|
1b83bd9225
|
8336661: Parallel: Remove stacks_empty assert in PSScavenge::invoke
Reviewed-by: sangheki
|
2024-07-18 10:08:13 +00:00 |
|
Arseny Bochkarev
|
72297d22d1
|
8317720: RISC-V: Implement Adler32 intrinsic
Reviewed-by: fyang
|
2024-07-18 08:55:07 +00:00 |
|
Chris Plummer
|
21a6cf848d
|
8336587: failure_handler lldb command times out on macosx-aarch64 core file
Reviewed-by: dlong, dholmes, jpai
|
2024-07-18 00:21:03 +00:00 |
|
Nizar Benalla
|
78cc0f9569
|
8336091: Fix HTML warnings in the generated HTML files
Reviewed-by: dholmes
|
2024-07-17 21:39:19 +00:00 |
|
Vladimir Kozlov
|
bcb5e69505
|
8335921: Fix HotSpot VM build without JVMTI
Reviewed-by: dholmes, shade
|
2024-07-17 18:46:00 +00:00 |
|
Naoto Sato
|
10186ff48f
|
8336300: DateFormatSymbols#getInstanceRef returns non-cached instance
Reviewed-by: joehw, iris, jlu, aturbanov
|
2024-07-17 16:25:36 +00:00 |
|
Albert Mingkun Yang
|
7ec55df34a
|
8336638: Parallel: Remove redundant mangle in PSScavenge::invoke
Reviewed-by: zgu
|
2024-07-17 14:49:00 +00:00 |
|
Pavel Rappo
|
6df7acbc74
|
8299080: Wrong default value of snippet lang attribute
Reviewed-by: jjg
|
2024-07-17 12:20:17 +00:00 |
|
Suchismith Roy
|
871362870e
|
8334217: [AIX] Misleading error messages after JDK-8320005
Reviewed-by: jkern, mbaesken
|
2024-07-17 11:24:08 +00:00 |
|
Markus Grönlund
|
67979eb077
|
8334781: JFR crash: assert(((((JfrTraceIdBits::load(klass)) & ((JfrTraceIdEpoch::this_epoch_method_and_class_bits()))) != 0))) failed: invariant
Reviewed-by: egahlin
|
2024-07-17 11:17:10 +00:00 |
|
Vladimir Petko
|
d41d2a7a82
|
8334502: gtest/GTestWrapper.java fails on armhf due to LogDecorations.iso8601_utctime_test
Reviewed-by: dholmes, shade
|
2024-07-17 09:43:47 +00:00 |
|
Nizar Benalla
|
59843f4a65
|
8336040: Missing closing anchor element in Docs.gmk
Reviewed-by: dholmes, jpai, shade
|
2024-07-17 09:42:04 +00:00 |
|
Albert Mingkun Yang
|
70f3e99016
|
8336463: Parallel: Add PSOldGen::expand_and_allocate
Reviewed-by: iwalulya, zgu
|
2024-07-17 09:25:59 +00:00 |
|
Jan Lahoda
|
b9b0b8504e
|
8336375: Crash on paste to JShell
Reviewed-by: jvernee
|
2024-07-17 06:46:34 +00:00 |
|
Jaikiran Pai
|
3babffd400
|
8334167: Test java/lang/instrument/NativeMethodPrefixApp.java timed out
Reviewed-by: dholmes, sspitsyn, alanb
|
2024-07-17 06:12:01 +00:00 |
|
Jaikiran Pai
|
d90c20c0c7
|
Merge
Reviewed-by: djelinski, dholmes
|
2024-07-17 06:05:51 +00:00 |
|
Jayathirth D V
|
13341ca702
|
8323390: Enhance mask blit functionality
Reviewed-by: prr, rhalade, psadhukhan
|
2024-07-17 05:40:56 +05:30 |
|
Phil Race
|
8cc84bf71e
|
8320097: Improve Image transformations
Reviewed-by: jdv, psadhukhan, aivanov, rhalade
|
2024-07-17 05:40:56 +05:30 |
|
Christian Hagedorn
|
553f21ae53
|
8327413: Enhance compilation efficiency
Co-authored-by: Roland Westrelin <roland@openjdk.org>
Reviewed-by: ahgross, rhalade, thartmann, epeter, mbalao, fferrari
|
2024-07-17 05:40:56 +05:30 |
|
Jayathirth D V
|
e636325510
|
8324559: Improve 2D image handling
Reviewed-by: rhalade, mschoene, psadhukhan, prr
|
2024-07-17 05:40:56 +05:30 |
|
David Holmes
|
c5a8c8a0b6
|
8325600: Better symbol storage
Reviewed-by: coleenp, rhalade, matsaave
|
2024-07-17 05:40:56 +05:30 |
|
David Holmes
|
aea9a08beb
|
8319859: Better symbol storage
Reviewed-by: rhalade, coleenp, matsaave, iklam
|
2024-07-17 05:40:56 +05:30 |
|
Matias Saavedra Silva
|
227fc5e591
|
8314794: Improve UTF8 String supports
Reviewed-by: dholmes, coleenp, rhalade
|
2024-07-17 05:40:56 +05:30 |
|
Emanuel Peter
|
46c3768645
|
8320548: Improved loop handling
Reviewed-by: mschoene, rhalade, thartmann, chagedorn
|
2024-07-17 05:40:56 +05:30 |
|
Tobias Hartmann
|
5f365d44be
|
8323231: Improve array management
Co-authored-by: Martin Balao <mbalao@openjdk.org>
Reviewed-by: iveresov, rhalade, mschoene, dlong, kvn
|
2024-07-17 05:40:56 +05:30 |
|