Vladimir Ivanov
|
243bae7dc0
|
8304693: Remove -XX:-UseVtableBasedCHA
Reviewed-by: kvn, coleenp, dholmes
|
2024-06-27 18:25:16 +00:00 |
|
Kangcheng Xu
|
b2ac7259c9
|
8327380: Add tests for Shenandoah barrier expansion optimization
Reviewed-by: roland, shade
|
2024-06-26 13:19:34 +00:00 |
|
Thomas Stuefe
|
e1390056c9
|
8333994: NMT: call stacks should show source information
Reviewed-by: jsjolen, gziemski
|
2024-06-26 08:44:17 +00:00 |
|
Kim Barrett
|
25c3845be2
|
8333133: Simplify QuickSort::sort
Reviewed-by: shade, dholmes
|
2024-06-26 05:15:36 +00:00 |
|
Coleen Phillimore
|
b3bf31a0a0
|
8333542: Breakpoint in parallel code does not work
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Reviewed-by: dholmes, vlivanov
|
2024-06-25 19:50:58 +00:00 |
|
Quan Anh Mai
|
933eababf2
|
8334629: [BACKOUT] PhaseIdealLoop::conditional_move is too conservative
Reviewed-by: epeter, thartmann, jkarthikeyan
|
2024-06-25 17:10:20 +00:00 |
|
Vladimir Kozlov
|
9c89f0861c
|
8334421: assert(!oldbox->is_unbalanced()) failed: this should not be called for unbalanced region
Reviewed-by: vlivanov, thartmann
|
2024-06-25 16:04:03 +00:00 |
|
Johan Sjölen
|
57f8b91e55
|
8333658: NMT: Use an allocator with 4-byte pointers to save memory in NativeCallStackStorage
Reviewed-by: stuefe, azafari
|
2024-06-25 14:37:38 +00:00 |
|
Matias Saavedra Silva
|
6c6793307d
|
8334899: Test runtime/cds/appcds/javaldr/ExceptionDuringDumpAtObjectsInitPhase.java failed after JDK-8306580
Reviewed-by: iklam, dholmes
|
2024-06-25 14:07:32 +00:00 |
|
Matias Saavedra Silva
|
4b153e5e05
|
8306580: Propagate CDS dumping errors instead of directly exiting the VM
Reviewed-by: iklam, ccheung
|
2024-06-24 18:19:03 +00:00 |
|
Robert Toyonaga
|
e825ccfe66
|
8332362: Implement os::committed_in_range for MacOS and AIX
Reviewed-by: stuefe
|
2024-06-24 13:33:20 +00:00 |
|
Coleen Phillimore
|
5ac2149b7b
|
8334299: Deprecate LockingMode option, along with LM_LEGACY and LM_MONITOR
Reviewed-by: stuefe, dholmes
|
2024-06-24 12:37:53 +00:00 |
|
Emanuel Peter
|
edf7f055ee
|
8334083: C2 SuperWord: TestCompatibleUseDefTypeSize.java fails with -XX:+AlignVector after JDK-8325155
Reviewed-by: chagedorn, kvn
|
2024-06-24 07:14:57 +00:00 |
|
Johan Sjölen
|
eb110bdc6e
|
8334180: NMT gtests introduced with 8312132 should be labeled as NMT
Reviewed-by: gziemski, stuefe
|
2024-06-23 12:33:38 +00:00 |
|
Johan Sjölen
|
652784c803
|
8334392: Switch RNG in NMT's treap
Reviewed-by: stuefe, azafari, gziemski
|
2024-06-23 08:19:28 +00:00 |
|
Matthias Baesken
|
ed149062d0
|
8333361: ubsan,test : libHeapMonitorTest.cpp:518:9: runtime error: null pointer passed as argument 2, which is declared to never be null
Reviewed-by: asteiner, lucy, amenkov
|
2024-06-21 08:38:42 +00:00 |
|
Matthias Baesken
|
6a5cb0b2c4
|
8334567: [test] runtime/os/TestTracePageSizes move ppc handling
Reviewed-by: stuefe, lucy
|
2024-06-21 07:04:26 +00:00 |
|
Coleen Phillimore
|
4b4a483b6f
|
8330699: Obsolete -XX:+UseEmptySlotsInSupers
Reviewed-by: shade, fparain, dholmes
|
2024-06-20 19:03:50 +00:00 |
|
Leonid Mesnik
|
a81e1bf1e1
|
8332252: Clean up vmTestbase/vm/share
Reviewed-by: cjplummer
|
2024-06-20 15:43:56 +00:00 |
|
Leonid Mesnik
|
99e4d77aac
|
8333117: Remove support of remote and manual debuggee launchers
Reviewed-by: cjplummer
|
2024-06-20 15:43:44 +00:00 |
|
Thomas Stuefe
|
c6f3bf4bd6
|
8334026: Provide a diagnostic PrintMemoryMapAtExit switch on Linux
Reviewed-by: dholmes, mbaesken
|
2024-06-20 08:30:52 +00:00 |
|
Sonia Zaldana Calles
|
b211929e05
|
8334570: Problem list gc/TestAlwaysPreTouchBehavior.java
Reviewed-by: ayang, tschatzl
|
2024-06-20 01:36:05 +00:00 |
|
Adam Sotona
|
01ee4241b7
|
8294960: Convert java.base/java.lang.invoke package to use the Classfile API to generate lambdas and method handles
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Reviewed-by: redestad, liach
|
2024-06-19 15:15:30 +00:00 |
|
Inigo Mediavilla Saiz
|
07ebda54f2
|
8334215: serviceability/dcmd/thread/PrintMountedVirtualThread.java failing with JTREG_TEST_THREAD_FACTORY=Virtual
Reviewed-by: dholmes
|
2024-06-19 10:35:32 +00:00 |
|
Emanuel Peter
|
e965d70a74
|
8333876: C2 SuperWord: regression after JDK-8325155: failed: internal connection
Reviewed-by: kvn, roland
|
2024-06-18 16:15:09 +00:00 |
|
Sonia Zaldana Calles
|
8bc2fbe578
|
8333769: Pretouching tests dont test pretouching
Reviewed-by: stuefe, asmehra
|
2024-06-18 14:05:11 +00:00 |
|
Roland Westrelin
|
fa401f37df
|
8333805: Replaying compilation with null static final fields results in a crash
Reviewed-by: thartmann, dlong
|
2024-06-18 12:08:57 +00:00 |
|
Christian Stein
|
99fefec092
|
8331431: Update to use jtreg 7.4
Reviewed-by: ihse, erikj, jpai
|
2024-06-18 07:25:17 +00:00 |
|
Gui Cao
|
e95f092862
|
8333964: RISC-V: C2: Check "requires_strict_order" flag for floating-point add reduction
Reviewed-by: fyang
|
2024-06-18 05:24:33 +00:00 |
|
Thomas Stuefe
|
801bf15f02
|
8332105: Exploded JDK does not include CDS
Reviewed-by: dholmes, iklam
|
2024-06-17 17:27:01 +00:00 |
|
Albert Mingkun Yang
|
c94af6f943
|
8333962: Obsolete OldSize
Reviewed-by: dholmes, zgu
|
2024-06-17 15:50:55 +00:00 |
|
Gui Cao
|
ef7923e127
|
8334078: RISC-V: TestIntVect.java fails after JDK-8332153 when running without RVV
Reviewed-by: fyang, mli
|
2024-06-17 11:35:41 +00:00 |
|
Matthias Baesken
|
5e09397bf6
|
8334222: exclude containers/cgroup/PlainRead.java
Reviewed-by: lucy
|
2024-06-17 08:06:20 +00:00 |
|
Emanuel Peter
|
7b38bfea33
|
8333729: C2 SuperWord: remove some @requires usages in test/hotspot/jtreg/compiler/loopopts/superword
Reviewed-by: chagedorn, kvn
|
2024-06-17 07:00:03 +00:00 |
|
Emanuel Peter
|
29b6392838
|
8334228: C2 SuperWord: fix JDK-24 regression in VPointer::cmp_for_sort after JDK-8325155
Reviewed-by: chagedorn, kvn
|
2024-06-17 06:58:55 +00:00 |
|
Liming Liu
|
31e8debae6
|
8324781: runtime/Thread/TestAlwaysPreTouchStacks.java failed with Expected a higher ratio between stack committed and reserved
8325218: gc/parallel/TestAlwaysPreTouchBehavior.java fails
Reviewed-by: stefank, jsjolen, stuefe
|
2024-06-17 06:16:26 +00:00 |
|
Leonid Mesnik
|
8464ce6db5
|
8332113: Update nsk.share.Log to be always verbose
Reviewed-by: sspitsyn, cjplummer
|
2024-06-14 15:32:19 +00:00 |
|
Roland Westrelin
|
b5212d7bfe
|
8328107: Shenandoah/C2: TestVerifyLoopOptimizations test failure
Reviewed-by: shade
|
2024-06-14 13:50:21 +00:00 |
|
Gui Cao
|
9b0a5c5cd0
|
8333248: VectorGatherMaskFoldingTest.java failed when maximum vector bits is 64
Reviewed-by: dfenacci, fyang
|
2024-06-14 09:19:04 +00:00 |
|
Ioi Lam
|
b818679eba
|
8293980: Resolve CONSTANT_FieldRef at CDS dump time
Reviewed-by: erikj, matsaave, heidinga
|
2024-06-14 06:06:24 +00:00 |
|
Emanuel Peter
|
b09a45163c
|
8333840: C2 SuperWord: wrong result for MulAddS2I when inputs permuted
Reviewed-by: kvn, chagedorn
|
2024-06-13 18:11:36 +00:00 |
|
Thomas Stuefe
|
5528ad7490
|
8334179: VMATreeTest.TestConsistencyWithSimpleTracker_vm runs 50+ seconds
Reviewed-by: jsjolen
|
2024-06-13 08:38:04 +00:00 |
|
Inigo Mediavilla Saiz
|
fcedde8042
|
8330846: Add stacks of mounted virtual threads to the HotSpot thread dump
Reviewed-by: dholmes, alanb
|
2024-06-12 23:18:27 +00:00 |
|
Fei Gao
|
2c9185eb81
|
8321308: AArch64: Fix matching predication for cbz/cbnz
Reviewed-by: fyang, adinn, aph
|
2024-06-12 13:29:45 +00:00 |
|
Doug Simon
|
bd750b6b78
|
8319933: Disable tests for JDK-8280481 on Graal
Reviewed-by: chagedorn
|
2024-06-12 10:03:39 +00:00 |
|
Tobias Hartmann
|
a0318bc873
|
8334077: Fix problem list entries for compiler tests
Reviewed-by: chagedorn
|
2024-06-12 09:18:53 +00:00 |
|
Matthias Baesken
|
a7e4ab9300
|
8333730: ubsan: FieldIndices/libFieldIndicesTest.cpp:276:11: runtime error: null pointer passed as argument 2, which is declared to never be null
Reviewed-by: cjplummer, amenkov
|
2024-06-12 07:06:29 +00:00 |
|
Leonid Mesnik
|
56e8e60792
|
8330534: Update nsk/jdwp tests to use driver instead of othervm
Reviewed-by: sspitsyn, cjplummer
|
2024-06-11 21:03:20 +00:00 |
|
Leonid Mesnik
|
7ed8a5c431
|
8333841: Add more logging into setfldw001 tests
Reviewed-by: cjplummer, amenkov, sspitsyn
|
2024-06-11 18:40:20 +00:00 |
|
Christian Hagedorn
|
ef101f1bf2
|
8332920: C2: Partial Peeling is wrongly applied for CmpU with negative limit
Reviewed-by: kvn, thartmann, epeter
|
2024-06-11 11:32:12 +00:00 |
|