Albert Mingkun Yang
3b3a19e907
8335314: Problem list compiler/uncommontrap/DeoptReallocFailure.java
...
Reviewed-by: chagedorn
2024-06-28 08:27:07 +00:00
Evgeny Nikitin
308a812383
8334645: Un-problemlist vmTestbase/nsk/sysdict/vm/stress/chain/chain007/chain007.java
...
Reviewed-by: thartmann, lmesnik
2024-06-28 04:42:33 +00:00
Chris Plummer
4e8cbf884a
8335134: Test com/sun/jdi/BreakpointOnClassPrepare.java timeout
...
Reviewed-by: kevinw, coleenp
2024-06-27 22:20:14 +00:00
Ioi Lam
c35e58a5ad
8309634: Resolve CONSTANT_MethodRef at CDS dump time
...
Reviewed-by: matsaave, ccheung
2024-06-27 20:10:13 +00:00
Vladimir Ivanov
243bae7dc0
8304693: Remove -XX:-UseVtableBasedCHA
...
Reviewed-by: kvn, coleenp, dholmes
2024-06-27 18:25:16 +00:00
Daniel Jeliński
b6ffb442ac
8335135: HttpURLConnection#HttpInputStream does not throw IOException when response is truncated
...
Reviewed-by: dfuchs
2024-06-27 15:14:36 +00:00
Francisco Ferrari Bihurriet
4ab7e98c79
8330842: Support AES CBC with Ciphertext Stealing (CTS) in SunPKCS11
...
Co-authored-by: Francisco Ferrari Bihurriet <fferrari@openjdk.org>
Co-authored-by: Martin Balao <mbalao@openjdk.org>
Reviewed-by: valeriep
2024-06-27 15:07:00 +00:00
Evemose
f3b69da55a
8335136: Underscore as parameter name in one-parameter functional types fails to compile
...
Reviewed-by: jlahoda
2024-06-27 07:45:18 +00:00
Shaojin Wen
9d20b58f40
8334328: Reduce object allocation for FloatToDecimal and DoubleToDecimal
...
Reviewed-by: redestad, rgiulietti
2024-06-27 05:13:30 +00:00
Jaikiran Pai
9bb675f89d
8334719: (se) Deferred close of SelectableChannel may result in a Selector doing the final close before concurrent I/O on channel has completed
...
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: alanb, dfuchs
2024-06-27 04:38:32 +00:00
Hannes Greule
3796fdfced
8328536: javac - crash on unknown type referenced in yield statement
...
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org>
Reviewed-by: jlahoda
2024-06-26 23:17:32 +00:00
Justin Lu
bffc8484c3
8333755: NumberFormat integer only parsing breaks when format has suffix
...
Reviewed-by: naoto
2024-06-26 17:10:09 +00:00
Emanuel Peter
8374d16504
8335006: C2 SuperWord: add JMH benchmark VectorLoadToStoreForwarding.java
...
Reviewed-by: shade, kvn, sviswanathan
2024-06-26 14:12:44 +00:00
Anthony Scarpino
4ffc5e6077
8326705: Test CertMsgCheck.java fails to find alert certificate_required
...
Reviewed-by: ssahoo, rhalade
2024-06-26 13:58:22 +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
Daniel Fuchs
f23295ec1d
8334600: TEST java/net/MulticastSocket/IPMulticastIF.java fails on linux-aarch64
...
Reviewed-by: alanb
2024-06-26 10:09:05 +00:00
Maurizio Cimadamore
4ce8822b6c
8334037: Local class creation in lambda in pre-construction context crashes javac
...
8333313: NullPointerException in lambda instantiating an inner local class in prologue
8333766: Stack overflow with anonymous class in super() parameter
8334679: Wrong bug number in regression test for JDK-8334252
Co-authored-by: Archie Cobbs <acobbs@openjdk.org>
Reviewed-by: jlahoda, vromero
2024-06-26 09:12:02 +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
Justin Lu
86b0cf259f
8334653: ISO 4217 Amendment 177 Update
...
Reviewed-by: naoto
2024-06-25 19:05:22 +00:00
Justin Lu
861aefcafa
8334418: Update IANA Language Subtag Registry to Version 2024-06-14
...
Reviewed-by: lancea, iris, srl, naoto
2024-06-25 19:05:01 +00:00
Yude Lin
f8bf470b77
8334810: Redo: Un-ProblemList LocaleProvidersRun and CalendarDataRegression
...
8268379: java/util/Locale/LocaleProvidersRun.java and sun/util/locale/provider/CalendarDataRegression.java timed out
Reviewed-by: naoto, jlu
2024-06-25 18:19:42 +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
Hamlin Li
cae94b268d
8334397: RISC-V: verify perf of ReverseBytesS/US
...
Reviewed-by: fyang, luhenry
2024-06-25 14:06:03 +00:00
Alisen Chung
3a26bbcebc
8185429: [macos] After a modal dialog is closed, no window becomes active
...
Reviewed-by: tr, dnguyen, serb
2024-06-25 02:19:57 +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
Erik Gahlin
55c7969461
8334765: JFR: Log chunk waste
...
Reviewed-by: mgronlun
2024-06-24 14:36:50 +00:00
Adam Sotona
b2930c5aee
8334040: jdk/classfile/CorpusTest.java timed out
...
Reviewed-by: alanb
2024-06-24 13:34:29 +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
Matthew Donovan
9d4a4bd2c2
8324841: PKCS11 tests still skip execution
...
Reviewed-by: valeriep
2024-06-24 11:15:33 +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
Richard Reingruber
13dce296fc
8334560: [PPC64]: postalloc_expand_java_dynamic_call_sched does not copy all fields
...
Reviewed-by: mbaesken, mdoerr
2024-06-24 06:33:39 +00:00
SendaoYan
7baddc202a
8334339: Test java/nio/file/attribute/BasicFileAttributeView/CreationTime.java fails on alinux3
...
Reviewed-by: alanb
2024-06-23 18:00:28 +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
Chen Liang
7e55ed3b10
8333748: javap crash - Fatal error: Unmatched bit position 0x2 for location CLASS
...
Reviewed-by: asotona
2024-06-21 22:38:38 +00:00
Prasanta Sadhukhan
689cee3d09
8334509: Cancelling PageDialog does not return the same PageFormat object
...
Reviewed-by: aivanov, prr
2024-06-21 18:02:57 +00:00
Rajan Halade
8e1d2b091c
8334441: Mark tests in jdk_security_infra group as manual
...
Reviewed-by: clanger, mullan
2024-06-21 16:37:57 +00:00
Kevin Walls
9f8de221d7
8327793: Deprecate jstatd for removal
...
Reviewed-by: alanb, cjplummer
2024-06-21 13:51:06 +00:00
Tejesh R
711e723819
6967482: TAB-key does not work in JTables after selecting details-view in JFileChooser
...
8166352: FilePane.createDetailsView() removes JTable TAB, SHIFT-TAB functionality
Reviewed-by: achung, prr
2024-06-21 10:36:05 +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
Erik Gahlin
bdd96604ae
8323196: jdk/jfr/api/consumer/filestream/TestOrdered.java failed with "Events are not ordered! Reuse = false"
...
Reviewed-by: mgronlun
2024-06-21 07:36:02 +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
SendaoYan
de8ee97718
8334333: MissingResourceCauseTestRun.java fails if run by root
...
Reviewed-by: naoto, jlu
2024-06-20 18:04:58 +00:00
Naoto Sato
265a0f5547
8334490: Normalize string with locale invariant toLowerCase()
...
Reviewed-by: jlu, dfuchs, lancea, rriggs
2024-06-20 17:01:17 +00:00
Pavel Rappo
1b1dba8082
8333358: java/io/IO/IO.java test fails intermittently
...
Reviewed-by: naoto
2024-06-20 16:28:48 +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
Abhishek Kumar
9ef86da5f8
8334170: bug6492108.java test failed with exception Image comparison failed at (0, 0) for image 4
...
Reviewed-by: aivanov, azvegint
2024-06-20 15:42:17 +00:00
Nizar Benalla
5cad0b4df7
8322708: Global HTML attributes are not allowed
...
Reviewed-by: jjg
2024-06-20 11:53:02 +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
Sibabrata Sahoo
fad6644eab
8333754: Add a Test against ECDSA and ECDH NIST Test vector
...
Reviewed-by: ascarpino
2024-06-20 04:18:39 +00:00
Sonia Zaldana Calles
b211929e05
8334570: Problem list gc/TestAlwaysPreTouchBehavior.java
...
Reviewed-by: ayang, tschatzl
2024-06-20 01:36:05 +00:00
Kevin Walls
bcf4bb4882
8333344: JMX attaching of Subject does not work when security manager not allowed
...
Reviewed-by: weijun, dfuchs
2024-06-19 16:35:20 +00:00
Erik Gahlin
856931d01f
8304732: jdk/jfr/api/consumer/recordingstream/TestStop.java failed again with "Expected outer stream to have 3 events"
...
Reviewed-by: mgronlun
2024-06-19 16:23:22 +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
Daniel Fuchs
50bed6c67b
8334297: (so) java/nio/channels/SocketChannel/OpenLeak.java should not depend on SecurityManager
...
Reviewed-by: alanb
2024-06-19 10:54:13 +00:00
Archie Cobbs
7b3a96d570
8334488: Improve error for illegal early access from nested class
...
Reviewed-by: mcimadamore
2024-06-19 10:45:34 +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
Archie Cobbs
e227c7e37d
8334258: Compiler erronousely allows access to instance variable in argument expression of a constructor invocation
...
Reviewed-by: mcimadamore
2024-06-18 23:23:39 +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
Chen Liang
91bd85d65d
8333854: IllegalAccessError with proxies after JDK-8332457
...
Reviewed-by: redestad, asotona
2024-06-18 13:51:50 +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
SendaoYan
472b935b44
8334332: TestIOException.java fails if run by root
...
Reviewed-by: prappo
2024-06-18 10:24:43 +00:00
Archie Cobbs
d4c1373717
8334043: VerifyError when inner class is accessed in prologue
...
Reviewed-by: mcimadamore
2024-06-18 08:42:44 +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
Leonid Mesnik
548e95a689
8330702: Update failure handler to don't generate Error message if cores actions are empty
...
Reviewed-by: sspitsyn
2024-06-14 15:32:04 +00:00
Archie Cobbs
dae0bda9d0
8334252: Verifier error for lambda declared in early construction context
...
Reviewed-by: mcimadamore
2024-06-14 14:53:05 +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
Jayathirth D V
9ed8629e5d
8333801: Typos in @code references of BufferedImage and JTableHeader
...
Reviewed-by: abhiscxk, prr
2024-06-13 15:50:53 +00:00
Christoph Langer
9d8439c107
8211854: [aix] java/net/ServerSocket/AcceptInheritHandle.java fails: read times out
...
Reviewed-by: dfuchs, jpai
2024-06-13 13:16:38 +00:00
Christoph Langer
f5213671f7
8211847: [aix] java/lang/ProcessHandle/InfoTest.java fails: "reported cputime less than expected"
...
Reviewed-by: stuefe
2024-06-13 13:14:54 +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
Alisen Chung
b697b48a01
8315655: [macos] Right click and dragging over a component with a popup menu will open the popup
...
Reviewed-by: dnguyen, psadhukhan
2024-06-12 18:44:07 +00:00
Alexey Semenyuk
ba67ad63ae
8319457: Update jpackage to support WiX v4 and v5 on Windows
...
Reviewed-by: almatvee
2024-06-12 13:37:03 +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
Amit Kumar
5a8a9fdfa5
8333382: [s390x] Enhance popcnt Instruction to use Z15 facilities
...
Reviewed-by: lucy, aph
2024-06-12 13:24:58 +00:00
Daniel Fuchs
81083a0e10
8299487: Test java/net/httpclient/whitebox/SSLTubeTestDriver.java timed out
...
Reviewed-by: jpai
2024-06-12 11:29:58 +00:00
Daniel Fuchs
81ca0ece2e
8334028: HttpClient: NPE thrown from assert statement
...
Reviewed-by: jpai
2024-06-12 10:53:08 +00:00
Doug Simon
bd750b6b78
8319933: Disable tests for JDK-8280481 on Graal
...
Reviewed-by: chagedorn
2024-06-12 10:03:39 +00:00