Galder Zamarreño
2f10a316ff
8302850: Implement C1 clone intrinsic that reuses arraycopy code for primitive arrays
...
Reviewed-by: dlong, roland
2024-05-15 07:48:15 +00:00
Jan Lahoda
d04ac14bdb
8332236: javac crashes with module imports and implicitly declared class
...
Reviewed-by: vromero
2024-05-15 05:43:18 +00:00
Cesar Soares Lucas
4e77cf881d
8330795: C2: assert((uint)type <= T_CONFLICT && _zero_type[type] != nullptr) failed: bad type with -XX:-UseCompressedClassPointers
...
Reviewed-by: kvn
2024-05-15 01:46:22 +00:00
Brian Burkhalter
0bb5ae6451
8332248: (fc) java/nio/channels/FileChannel/BlockDeviceSize.java failed with RuntimeException
...
Reviewed-by: alanb
2024-05-14 20:17:01 +00:00
Calvin Cheung
4d32c607a4
8322008: Exclude some CDS tests from running with -Xshare:off
...
Reviewed-by: lmesnik, iklam
2024-05-14 19:21:51 +00:00
Inigo Mediavilla Saiz
e91492ab43
8313674: (fc) java/nio/channels/FileChannel/BlockDeviceSize.java should test for more block devices
...
Reviewed-by: alanb, bpb
2024-05-14 16:04:34 +00:00
Sonia Zaldana Calles
5a4415a6bd
8331858: [nmt] VM.native_memory statistics should work in summary mode
...
Reviewed-by: stuefe, jsjolen
2024-05-14 14:04:28 +00:00
Axel Boldt-Christmas
4ba74475d4
8326957: Implement JEP 474: ZGC: Generational Mode by Default
...
Reviewed-by: stefank, eosterlund
2024-05-14 13:11:28 +00:00
Aggelos Biboudis
ea5eb74a65
8326404: Assertion error when trying to compile switch with fallthrough with pattern
...
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org>
Reviewed-by: vromero
2024-05-14 06:41:58 +00:00
Daniel Jeliński
beea5305b0
8331907: BigInteger and BigDecimal should use optimized division
...
Reviewed-by: rgiulietti, bpb
2024-05-14 05:01:51 +00:00
SendaoYan
440782e016
8331466: Problemlist serviceability/dcmd/gc/RunFinalizationTest.java on generic-all
...
Reviewed-by: sspitsyn, cjplummer
2024-05-14 02:12:57 +00:00
Hannes Wallnöfer
1484153c1a
8332080: Update troff man page for javadoc
...
Reviewed-by: jjg
2024-05-13 09:48:23 +00:00
Chen Liang
adaa509b6e
8327499: MethodHandleStatics.traceLambdaForm includes methods that cannot be generated
...
Reviewed-by: redestad, iklam
2024-05-13 09:11:49 +00:00
Jan Lahoda
5a8df4106a
8331535: Incorrect prompt for Console.readLine
...
8331681: Test that jdk.internal.io.JdkConsole does not interpret prompts
Reviewed-by: naoto, asotona
2024-05-13 08:16:30 +00:00
Aggelos Biboudis
3e3f7cf4bd
8330387: Crash with a different types patterns (primitive vs generic) in instanceof
...
Reviewed-by: vromero
2024-05-13 07:33:42 +00:00
Jaikiran Pai
f9a1d3381b
8332020: jwebserver tool prints invalid URL in case of IPv6 address binding
...
Reviewed-by: dfuchs, vtewari
2024-05-11 04:31:11 +00:00
Nizar Benalla
b87a7e9906
8144100: Incorrect case-sensitive equality in com.sun.net.httpserver.BasicAuthenticator
...
Reviewed-by: jpai, dfuchs
2024-05-11 04:24:48 +00:00
Maurizio Cimadamore
1c5f1501ac
8331734: Atomic MemorySegment VarHandle operations fails for element layouts
...
Reviewed-by: pminborg, psandoz
2024-05-10 16:22:28 +00:00
Serhiy Sachkov
d11e70ade3
8331646: Add specific regression leap year tests
...
Reviewed-by: naoto
2024-05-10 14:59:26 +00:00
Hamlin Li
f95c937405
8331577: RISC-V: C2 CountLeadingZerosV
...
8331578: RISC-V: C2 CountTrailingZerosV
Reviewed-by: fyang
2024-05-10 13:59:09 +00:00
Hamlin Li
675fbe699e
8331993: Add counting leading/trailing zero tests for Integer
...
Reviewed-by: chagedorn
2024-05-10 13:57:55 +00:00
Tejesh R
1547a69651
8327696: [TESTBUG] "javax/swing/JTable/KeyBoardNavigation/KeyBoardNavigation.java" test instruction needs to be corrected
...
Reviewed-by: abhiscxk, honkar
2024-05-10 11:26:12 +00:00
Chen Liang
784b8fce7a
8331744: java.lang.classfile.TypeKind improvements
...
Reviewed-by: asotona, redestad
2024-05-10 10:50:51 +00:00
SendaoYan
dea8076a58
8332006: Test com/sun/net/httpserver/TcpNoDelayNotRequired.java run timeout with -Xcomp
...
Reviewed-by: jpai, dfuchs
2024-05-10 10:10:53 +00:00
Abhishek Kumar
b9a142a224
8226990: GTK & Nimbus LAF: Tabbed pane's background color is not expected one when change the opaque checkbox.
...
Reviewed-by: tr, honkar, psadhukhan
2024-05-10 04:45:01 +00:00
Mikhailo Seledtsov
0bf728212f
8331231: containers/docker/TestContainerInfo.java fails
...
Reviewed-by: dholmes
2024-05-09 22:53:10 +00:00
Alexey Ivanov
ffbdfffbc7
8331999: BasicDirectoryModel/LoaderThreadCount.java frequently fails on Windows in CI
...
Introduce tolerance factor: count > loaderCount.size() / 2
Fail the test only if the number of snapshots with more than
2 file loader threads is greater than half of the number
of valid snapshots.
Reviewed-by: prr, honkar
2024-05-09 18:01:27 +00:00
Naoto Sato
c7d98df2ac
8329691: Support nonlikelyScript
parent locale inheritance
...
Reviewed-by: joehw
2024-05-09 15:54:25 +00:00
Kevin Walls
aa4cddd4b8
8331950: Remove MemoryPoolMBean/isCollectionUsageThresholdExceeded from ZGC ProblemLists
...
Reviewed-by: sspitsyn
2024-05-09 15:42:41 +00:00
Jan Lahoda
aaa90b3005
8327476: Upgrade JLine to 3.26.1
...
Reviewed-by: ihse, vromero
2024-05-09 13:54:04 +00:00
Scott Gibbons
0a4eeeaa3c
8331033: EA fails with "EA unexpected CallLeaf unsafe_setmemory" after JDK-8329331
...
Co-authored-by: Jatin Bhateja <jbhateja@openjdk.org>
Reviewed-by: kvn
2024-05-09 11:57:44 +00:00
Ioi Lam
ac86f59e4f
8330532: Improve line-oriented text parsing in HotSpot
...
Co-authored-by: John R Rose <jrose@openjdk.org>
Reviewed-by: matsaave, jsjolen
2024-05-09 07:43:03 +00:00
Hamlin Li
964d60892e
8322753: RISC-V: C2 ReverseBytesV
...
Reviewed-by: fyang
2024-05-09 07:05:18 +00:00
Thomas Stuefe
ad78b7fa67
8331185: Enable compiler memory limits in debug builds
...
Reviewed-by: asmehra, kvn
2024-05-08 10:38:09 +00:00
Jaikiran Pai
edd47c10eb
8308033: The jcmd thread dump related tests should test virtual threads
...
Reviewed-by: cjplummer, sspitsyn
2024-05-08 10:11:01 +00:00
Hamlin Li
1aebab780c
8320995: RISC-V: C2 PopCountVI
...
8320996: RISC-V: C2 PopCountVL
Reviewed-by: luhenry, fyang
2024-05-08 09:37:42 +00:00
Sean Coffey
0eff492e41
8330278: Have SSLSocketTemplate.doClientSide use loopback address
...
Reviewed-by: ssahoo, rhalade
2024-05-08 09:30:23 +00:00
Albert Mingkun Yang
c6f611cfe0
8331798: Remove unused arg of checkErgonomics() in TestMaxHeapSizeTools.java
...
Reviewed-by: tschatzl
2024-05-08 08:48:11 +00:00
Christian Stein
7b79426a1d
8278353: Provide Duke as default favicon in Simple Web Server
...
Reviewed-by: dfuchs
2024-05-08 05:48:07 +00:00
Jaikiran Pai
8af606fb8c
8331334: com/sun/net/httpserver/HttpsParametersClientAuthTest.java fails in testServerNeedClientAuth(false)
...
Reviewed-by: dfuchs
2024-05-08 01:12:17 +00:00
Weijun Wang
b91083341a
8331864: Update Public Suffix List to 1cbd6e7
...
Reviewed-by: mullan
2024-05-07 23:46:04 +00:00
Viktor Klang
f12ed061ae
8048691: Spliterator.SORTED characteristics gets cleared for BaseStream.spliterator
...
Reviewed-by: psandoz, alanb
2024-05-07 19:06:36 +00:00
robertengels
02c95a6d7e
6968351: httpserver clashes with delayed TCP ACKs for low Content-Length
...
Reviewed-by: dfuchs, djelinski, michaelm, jpai
2024-05-07 13:18:24 +00:00
Emanuel Peter
df1ff056f1
8331085: Crash in MergePrimitiveArrayStores::is_compatible_store()
...
Reviewed-by: thartmann, chagedorn
2024-05-07 07:08:32 +00:00
Fabian Meumertzheim
a8b3f194e8
8330077: Allow max number of events to be buffered to be configurable to avoid OVERFLOW_EVENT
...
Reviewed-by: bpb, alanb
2024-05-06 17:01:11 +00:00
Vladimir Ivanov
fa02667d83
8322726: C2: Unloaded signature class kills argument value
...
Reviewed-by: kvn, dlong, thartmann
2024-05-06 12:21:15 +00:00
Tobias Hartmann
a8e62af733
8331389: runtime/ErrorHandling/TestDwarf.java fails with "Crash JVM should not exit gracefully"
...
Reviewed-by: chagedorn
2024-05-06 11:43:07 +00:00
Erik Gahlin
e8a2d5669c
8331653: JFR: Improve logging for jdk/jfr/api/consumer/recordingstream;TestStop.java
...
Reviewed-by: mgronlun
2024-05-06 11:01:55 +00:00
Jan Lahoda
15862a2f11
8331708: jdk/internal/jline/RedirectedStdOut.java times-out on macosx-aarch64
...
Reviewed-by: asotona
2024-05-06 08:48:46 +00:00
Jan Lahoda
f1509e007d
8330998: System.console() writes to stderr when stdout is redirected
...
Reviewed-by: naoto
2024-05-06 06:01:42 +00:00