Neethu Prasad
|
90527a5784
|
8336742: Shenandoah: Add more verbose logging/stats for mark termination attempts
Reviewed-by: shade, wkemper, rkennke
|
2024-08-13 19:56:07 +00:00 |
|
Kim Barrett
|
8e682aca24
|
8338158: Cleanup ShouldNotXXX uses in machnode.cpp
Reviewed-by: chagedorn, kvn, dlong
|
2024-08-13 18:03:52 +00:00 |
|
Kim Barrett
|
ca99f37f82
|
8338156: Fix -Wzero-as-null-pointer-constant warnings in jvmciCompilerToVM.cpp
Reviewed-by: tschatzl, jwaters, dnsimon
|
2024-08-13 18:02:24 +00:00 |
|
Neethu Prasad
|
84c3065e80
|
8335865: Shenandoah: Improve THP pretouch after JDK-8315923
Reviewed-by: shade, wkemper
|
2024-08-13 17:22:41 +00:00 |
|
Afshin Zafari
|
21ca91e55d
|
8300800: UB: Shift exponent 32 is too large for 32-bit type 'int'
Reviewed-by: kbarrett, adinn, gziemski
|
2024-08-13 16:25:43 +00:00 |
|
Alan Bateman
|
58b9570544
|
8338142: (dc) DatagramChannelImpl.blockingReceive can use untimed-park when no timeout set
Reviewed-by: dfuchs
|
2024-08-13 16:05:38 +00:00 |
|
Chen Liang
|
6af1d6ff21
|
8335927: Revisit AnnotationConstantValueEntry and AnnotationValue.OfConstant
Reviewed-by: asotona
|
2024-08-13 15:14:06 +00:00 |
|
Liam Miller-Cushon
|
9e282e5c96
|
8337998: CompletionFailure in getEnclosingType attaching type annotations
Reviewed-by: vromero
|
2024-08-13 15:05:49 +00:00 |
|
Casper Norrbin
|
877fd5a768
|
8337595: Remove empty statements in src/hotspot/share/memory/metaspace
Reviewed-by: stefank, dholmes, jwaters
|
2024-08-13 14:43:44 +00:00 |
|
Axel Boldt-Christmas
|
76e33b6c15
|
8336148: Test runtime/locking/TestRecursiveMonitorChurn.java failed: Unexpected Inflation
Reviewed-by: dholmes, eosterlund
|
2024-08-13 13:13:14 +00:00 |
|
Coleen Phillimore
|
ff8a9f9267
|
8337318: Deoptimization::relock_objects fails assert(monitor->owner() == Thread::current()) failed: must be
Co-authored-by: Richard Reingruber <rrich@openjdk.org>
Reviewed-by: rrich, dholmes, shade, pchilanomate
|
2024-08-13 11:48:50 +00:00 |
|
Viktor Klang
|
fbe4cc96e2
|
8336384: AbstractQueuedSynchronizer.acquire should cancel acquire when failing due to a LinkageError or other errors
Reviewed-by: alanb
|
2024-08-13 09:51:08 +00:00 |
|
Aleksey Shipilev
|
ba69ed7c58
|
8338202: Shenandoah: Improve handshake closure labels
Reviewed-by: rkennke, ysr, wkemper
|
2024-08-13 08:11:47 +00:00 |
|
Saint Wesonga
|
5bf27098e2
|
8334475: UnsafeIntrinsicsTest.java#ZGenerationalDebug assert(!assert_on_failure) failed: Has low-order bits set
Reviewed-by: stefank, eosterlund, aboldtch
|
2024-08-13 08:10:29 +00:00 |
|
Kim Barrett
|
73f7a5f15d
|
8338155: Fix -Wzero-as-null-pointer-constant warnings involving PTHREAD_MUTEX_INITIALIZER
Reviewed-by: dholmes, dlong
|
2024-08-13 07:27:49 +00:00 |
|
Emanuel Peter
|
c27a8c8c8b
|
8338124: C2 SuperWord: MulAddS2I input permutation still partially broken after JDK-8333840
Reviewed-by: chagedorn, thartmann, kvn
|
2024-08-13 05:52:58 +00:00 |
|
Emanuel Peter
|
73ddb7deab
|
8335628: C2 SuperWord: cleanup: remove SuperWord::longer_type_for_conversion
Reviewed-by: chagedorn, kvn
|
2024-08-13 05:52:44 +00:00 |
|
Kim Barrett
|
d77e6fe45c
|
8338154: Fix -Wzero-as-null-pointer-constant warnings in gtest framework
Reviewed-by: ihse, dholmes, jwaters
|
2024-08-13 05:46:38 +00:00 |
|
Zhengyu Gu
|
e70c9bccaa
|
8338248: PartialArrayStateAllocator::Impl leaks Arena array
Reviewed-by: kbarrett, shade
|
2024-08-12 23:00:04 +00:00 |
|
Kim Barrett
|
5079c38ddf
|
8338160: Fix -Wzero-as-null-pointer-constant warnings in management.cpp
Reviewed-by: dholmes
|
2024-08-12 22:12:01 +00:00 |
|
Leonid Mesnik
|
4417c276e4
|
8330535: Update nsk/jdb tests to use driver instead of othervm
Reviewed-by: cjplummer
|
2024-08-12 19:43:36 +00:00 |
|
Roger Riggs
|
b93b74e3eb
|
8338060: jdk/internal/util/ReferencedKeyTest should be more robust
Reviewed-by: never
|
2024-08-12 19:28:46 +00:00 |
|
Coleen Phillimore
|
41e31d6b0a
|
8337622: IllegalArgumentException in java.lang.reflect.Field.get
Reviewed-by: dholmes, shade
|
2024-08-12 17:56:46 +00:00 |
|
Ben Taylor
|
2ca136a7ad
|
8337815: Relax G1EvacStats atomic operations
Reviewed-by: kbarrett, tschatzl, shade
|
2024-08-12 17:26:51 +00:00 |
|
Vladimir Kozlov
|
99edb4a45d
|
8337702: Use new ForwardExceptionNode to call StubRoutines::forward_exception_entry()
Reviewed-by: thartmann
|
2024-08-12 17:20:20 +00:00 |
|
Liam Miller-Cushon
|
8d08314783
|
8337795: Type annotation attached to incorrect type during class reading
Reviewed-by: vromero
|
2024-08-12 17:15:39 +00:00 |
|
Ioi Lam
|
f84240bca8
|
8338011: CDS archived heap object support for 64-bit Windows
Reviewed-by: stuefe, shade, ccheung
|
2024-08-12 16:03:41 +00:00 |
|
SendaoYan
|
04b146a31f
|
8337334: Test tools/javac/7142086/T7142086.java timeout with fastdebug binary
Reviewed-by: vromero
|
2024-08-12 15:43:40 +00:00 |
|
Magnus Ihse Bursie
|
a36fb368e1
|
8338108: Give better error message in configure if a full XCode is missing
Reviewed-by: jwaters, erikj, shade
|
2024-08-12 15:33:31 +00:00 |
|
Vicente Romero
|
61d1dc5953
|
8334466: Ambiguous method call with generics may cause FunctionDescriptorLookupError
Reviewed-by: jlahoda
|
2024-08-12 13:52:57 +00:00 |
|
Daniel Gredler
|
89a15f1414
|
8337681: PNGImageWriter uses much more memory than necessary
Reviewed-by: prr, lbourges
|
2024-08-12 12:09:22 +00:00 |
|
Joel Sikström
|
a6c0630737
|
8337938: ZUtils::alloc_aligned allocates without reporting to NMT
Reviewed-by: stefank, kbarrett
|
2024-08-12 10:58:05 +00:00 |
|
Andrew Haley
|
03204600c5
|
8337958: Out-of-bounds array access in secondary_super_cache
Reviewed-by: vlivanov, shade
|
2024-08-12 07:38:43 +00:00 |
|
Matthias Baesken
|
692f5cbdb9
|
8338101: remove old remap assertion in map_or_reserve_memory_aligned after JDK-8338058
Reviewed-by: mdoerr, clanger
|
2024-08-12 07:32:10 +00:00 |
|
SendaoYan
|
0e7c1c1afe
|
8338112: Test testlibrary_tests/ir_framework/tests/TestPrivilegedMode.java fails with release build
Reviewed-by: chagedorn, thartmann
|
2024-08-12 06:26:27 +00:00 |
|
Kim Barrett
|
6a3d045221
|
8337709: Use allocated states for chunking large array processing
Reviewed-by: iwalulya, tschatzl
|
2024-08-11 18:34:18 +00:00 |
|
Dmitry Chuyko
|
358d77dafb
|
8337657: AArch64: No need for acquire fence in safepoint poll during JNI calls
Reviewed-by: phh
|
2024-08-09 17:56:37 +00:00 |
|
Vladimir Kozlov
|
60fa08fcfe
|
8337797: Additional ExternalAddress cleanup
Reviewed-by: adinn, thartmann
|
2024-08-09 17:08:19 +00:00 |
|
Casper Norrbin
|
3cf3f300de
|
8330191: Fix typo in precompiled.hpp
Reviewed-by: jsjolen, szaldana
|
2024-08-09 14:32:29 +00:00 |
|
Coleen Phillimore
|
069e0ea69f
|
8338064: Give better error for ConcurrentHashTable corruption
Reviewed-by: dholmes, shade
|
2024-08-09 12:00:15 +00:00 |
|
Alexander Zvegintsev
|
2b5aec2aad
|
8338109: java/awt/Mouse/EnterExitEvents/ResizingFrameTest.java duplicate in ProblemList
Reviewed-by: aivanov
|
2024-08-09 11:28:59 +00:00 |
|
Hannes Wallnöfer
|
1407160786
|
8313931: Javadoc: links to type parameters actually generate links to classes
Reviewed-by: jjg
|
2024-08-09 09:24:50 +00:00 |
|
Hamlin Li
|
c37e8638c9
|
8314125: RISC-V: implement Base64 intrinsic - encoding
Reviewed-by: fyang, luhenry
|
2024-08-09 09:12:41 +00:00 |
|
Albert Mingkun Yang
|
6ebd5d74d5
|
8338036: Serial: Remove Generation::update_counters
Reviewed-by: kbarrett
|
2024-08-09 08:23:44 +00:00 |
|
Erik Gahlin
|
53fce38a3f
|
8338062: JFR: Remove TestStartDuration.java and TestStartName.java from ProblemList.txt
Reviewed-by: mgronlun
|
2024-08-09 07:53:15 +00:00 |
|
Joel Sikström
|
f74109bd17
|
8337939: ZGC: Make assertions and checks less convoluted and explicit
Reviewed-by: stefank, ayang, eosterlund
|
2024-08-09 07:29:56 +00:00 |
|
Andrey Turbanov
|
82d5768c1b
|
8337840: Remove redundant null check in ObjectOutputStream.writeProxyDesc
Reviewed-by: rriggs
|
2024-08-09 07:20:01 +00:00 |
|
Christian Hagedorn
|
c01f53ac2d
|
8337876: [IR Framework] Add support for IR tests with @Stable
Reviewed-by: shade, kvn
|
2024-08-09 07:17:59 +00:00 |
|
Matthias Baesken
|
00aac4097a
|
8338058: map_or_reserve_memory_aligned Windows enhance remap assertion
Reviewed-by: mdoerr, clanger
|
2024-08-09 06:26:22 +00:00 |
|
Abhishek Kumar
|
9ab8c6b9ba
|
8335130: The test "javax/swing/plaf/synth/ComponentsOrientationSupport/5033822/bug5033822.java" fails because the background color of the tabs is displayed incorrectly.
Reviewed-by: achung, psadhukhan
|
2024-08-09 05:09:27 +00:00 |
|