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 |
|
Jan Lahoda
|
f2c4a41304
|
8328481: Implement JEP 476: Module Import Declarations (Preview)
Co-authored-by: Jim Laskey <jlaskey@openjdk.org>
Reviewed-by: mcimadamore, vromero
|
2024-05-06 05:49:28 +00:00 |
|
Cesar Soares Lucas
|
9347bb7df8
|
8330247: C2: CTW fail with assert(adr_t->is_known_instance_field()) failed: instance required
Reviewed-by: kvn
|
2024-05-03 23:41:12 +00:00 |
|
Doug Simon
|
b20fa7b48b
|
8329982: compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/SimpleDebugInfoTest.java failed assert(oopDesc::is_oop_or_null(val)) failed: bad oop found
Reviewed-by: never
|
2024-05-03 19:51:37 +00:00 |
|
Adam Sotona
|
c1a164528a
|
8331655: ClassFile API ClassCastException with verbose output of certain class files
Reviewed-by: psandoz
|
2024-05-03 19:15:12 +00:00 |
|
Justin Lu
|
b33096f887
|
8295153: java/util/Base64/TestEncodingDecodingLength.java ran out of memory
Reviewed-by: lancea, naoto
|
2024-05-03 16:58:59 +00:00 |
|
Chen Liang
|
1f6d38f7a6
|
8294978: Convert 5 test/jdk/jdk/jfr tests from ASM library to Classfile API
Reviewed-by: asotona
|
2024-05-03 11:57:10 +00:00 |
|
Chen Liang
|
c60474b122
|
8323707: Adjust Classfile API's type arg model to better represent the embodied type
Reviewed-by: asotona
|
2024-05-03 11:08:33 +00:00 |
|
Afshin Zafari
|
f665e07ab2
|
8331540: [BACKOUT] NMT: add/make a mandatory MEMFLAGS argument to family of os::reserve/commit/uncommit memory API
Reviewed-by: jwilhelm
|
2024-05-03 10:17:11 +00:00 |
|
Prasanta Sadhukhan
|
7c1fad4fb6
|
8329559: Test javax/swing/JFrame/bug4419914.java failed because The End and Start buttons are not placed correctly and Tab focus does not move as expected
Reviewed-by: abhiscxk, honkar, dnguyen
|
2024-05-03 05:11:52 +00:00 |
|
Zhengyu Gu
|
6bef0474c8
|
8272364: Parallel GC adaptive size policy may shrink the heap below MinHeapSize
Reviewed-by: ayang, rkennke
|
2024-05-03 00:28:18 +00:00 |
|
Alexander Zvegintsev
|
01125fa21b
|
8331605: jdk/test/lib/TestMutuallyExclusivePlatformPredicates.java test failure
Reviewed-by: prr
|
2024-05-02 21:29:27 +00:00 |
|
Alexander Zvegintsev
|
f6cdcc6f65
|
8280988: [XWayland] Click on title to request focus test failures
Reviewed-by: honkar, serb
|
2024-05-02 20:18:25 +00:00 |
|
Phil Race
|
99654ec3fb
|
8331516: Tests should not use the "Classpath" exception form of the legal header
Reviewed-by: iris, serb
|
2024-05-02 20:18:16 +00:00 |
|
Ben Perez
|
cd3a607576
|
8328864: NullPointerException in sun.security.jca.ProviderList.getService()
Reviewed-by: weijun
|
2024-05-02 18:50:38 +00:00 |
|
Swati Sharma
|
73cdc9a070
|
8326421: Add jtreg test for large arrayCopy disjoint case.
Co-authored-by: Steve Dohrmann <steve.dohrmann@intel.com>
Reviewed-by: kvn, sviswanathan
|
2024-05-02 18:28:50 +00:00 |
|
Adam Sotona
|
e2c0cfef14
|
8331320: ClassFile API OutOfMemoryError with certain class files
Reviewed-by: psandoz
|
2024-05-02 18:07:42 +00:00 |
|
Harshitha Onkar
|
6f98d8f58f
|
8329692: Add more details to FrameStateTest.java test instructions
Reviewed-by: tr, azvegint
|
2024-05-02 16:10:55 +00:00 |
|
Jan Lahoda
|
8771015d7e
|
8331027: JDK's ct.sym file packs corrupted module-info classes
Reviewed-by: asotona
|
2024-05-02 14:32:03 +00:00 |
|
Thomas Stuefe
|
389f6fe97c
|
8331344: No compiler replay file with CompilerCommand MemLimit
Reviewed-by: kvn, asmehra
|
2024-05-02 13:41:29 +00:00 |
|
Adam Sotona
|
257a07d5ca
|
8331511: Tests should not use the "Classpath" exception form of the legal header
Reviewed-by: jpai
|
2024-05-02 12:20:07 +00:00 |
|
Tobias Hartmann
|
cccc95358d
|
8329258: TailCall should not use frame pointer register for jump target
Co-authored-by: Fei Yang <fyang@openjdk.org>
Reviewed-by: rcastanedalo, aph
|
2024-05-02 11:38:00 +00:00 |
|
Christian Stein
|
4a78906db1
|
8331537: Test code should not use the "Classpath" exception clause
Reviewed-by: jpai
|
2024-05-02 11:13:41 +00:00 |
|
Jaikiran Pai
|
2056968777
|
8331513: Tests should not use the "Classpath" exception form of the legal header
Reviewed-by: dfuchs
|
2024-05-02 10:46:41 +00:00 |
|
Jaikiran Pai
|
c9255f3f5d
|
8331514: Tests should not use the "Classpath" exception form of the legal header
Reviewed-by: dfuchs
|
2024-05-02 10:46:29 +00:00 |
|
Adam Sotona
|
ae82405ff7
|
8323058: Revisit j.l.classfile.CodeBuilder API surface
Reviewed-by: briangoetz, psandoz
|
2024-05-02 10:08:29 +00:00 |
|
Tobias Hartmann
|
d3bf52628e
|
8331518: Tests should not use the "Classpath" exception form of the legal header
Reviewed-by: dholmes
|
2024-05-02 07:49:12 +00:00 |
|
Afshin Zafari
|
4036d7d824
|
8330076: NMT: add/make a mandatory MEMFLAGS argument to family of os::reserve/commit/uncommit memory API
Reviewed-by: stefank, jsjolen, stuefe
|
2024-05-02 07:19:56 +00:00 |
|
Jan Trukenmüller
|
62d5d1e99c
|
8319598: SMFParser misinterprets interrupted running status
Reviewed-by: prr, serb
|
2024-05-01 16:45:42 +00:00 |
|
Alexey Ivanov
|
2a95cd473a
|
8331495: Limit BasicDirectoryModel/LoaderThreadCount.java to Windows only
Reviewed-by: prr
|
2024-05-01 16:38:25 +00:00 |
|
Jan Lahoda
|
44dc85001d
|
8331212: Error recovery for broken switch expressions could be improved
Reviewed-by: asotona
|
2024-05-01 12:19:11 +00:00 |
|