Tomas Zezula
4cd8c75a55
8340398: [JVMCI] Unintuitive behavior of UseJVMCICompiler option
...
Reviewed-by: dnsimon
2024-09-24 10:19:38 +00:00
Yudi Zheng
44024826e5
8340585: [JVMCI] compiler/unsafe/UnsafeGetStableArrayElement.java fails with -XX:-UseCompressedClassPointers
...
Reviewed-by: dnsimon
2024-09-24 08:25:06 +00:00
Afshin Zafari
e60e882156
8335167: Test runtime/Thread/TestAlwaysPreTouchStacks.java failed with Expected a higher ratio between stack committed and reserved
...
Reviewed-by: stuefe, dholmes, gziemski
2024-09-24 07:56:14 +00:00
Matthias Baesken
9176f6810e
8340623: Remove outdated PROCESSOR_ARCHITECTURE_IA64 from Windows coding
...
Reviewed-by: alanb, dholmes
2024-09-24 07:22:27 +00:00
Gui Cao
88801caef6
8340590: RISC-V: C2: Small improvement to vector gather load and scatter store
...
Reviewed-by: fyang, dzhang
2024-09-24 07:09:10 +00:00
Christian Hagedorn
1dd60b62e3
8323688: C2: Fix UB of jlong overflow in PhaseIdealLoop::is_counted_loop()
...
Reviewed-by: thartmann, kvn
2024-09-24 06:47:20 +00:00
Axel Boldt-Christmas
4098acc200
8340146: ZGC: TestAllocateHeapAt.java should not run with UseLargePages
...
Reviewed-by: tschatzl, stefank
2024-09-24 05:35:12 +00:00
Prasanta Sadhukhan
6c91a16f16
8340367: Opensource few AWT image tests
...
Reviewed-by: prr
2024-09-24 02:09:42 +00:00
Jaikiran Pai
865d99f634
8340596: Remove dead code from RequiresSetenv function in java.base/unix/native/libjli/java_md.c
...
Reviewed-by: dholmes
2024-09-24 02:08:20 +00:00
Prasanta Sadhukhan
3411f9dff7
8339995: Open source several AWT focus tests - series 6
...
Reviewed-by: prr
2024-09-24 02:08:06 +00:00
Jaikiran Pai
40cde003e8
8340114: Remove outdated SelectVersion() function from the launcher and update the code comments explaining the code flow
...
Reviewed-by: dholmes, alanb
2024-09-24 01:47:57 +00:00
David Holmes
c8ae848049
8340707: ProblemList applications/ctw/modules/java_base.java due to JDK-8340683
...
Reviewed-by: darcy
2024-09-24 00:37:21 +00:00
Alexey Semenyuk
cd796e0aef
8338918: Remove non translated file name from WinResources resource bundle
...
Reviewed-by: jlu, almatvee
2024-09-24 00:13:49 +00:00
Alexey Ivanov
e97f0fe1b4
8340365: Position the first window of a window list
...
Reviewed-by: azvegint, prr
2024-09-23 18:31:31 +00:00
Phil Race
8dcf7b8fa7
8340411: open source several 2D imaging tests
...
Reviewed-by: azvegint
2024-09-23 18:26:52 +00:00
Alexey Ivanov
833ff29983
8340461: Amend description for logArea
...
Reviewed-by: azvegint, prr
2024-09-23 18:25:12 +00:00
Francisco Ferrari Bihurriet
c6f1d5f374
8319332: Security properties files inclusion
...
Co-authored-by: Francisco Ferrari Bihurriet <fferrari@openjdk.org>
Co-authored-by: Martin Balao <mbalao@openjdk.org>
Reviewed-by: weijun, mullan, kdriver
2024-09-23 17:45:38 +00:00
Lance Andersen
0f9f777520
8336025: Improve ZipOutputSream validation of MAX CEN Header field limits
...
Reviewed-by: alanb
2024-09-23 16:07:12 +00:00
Aleksey Shipilev
ea8f35b98e
8340183: Shenandoah: Incorrect match for clone barrier in is_gc_barrier_node
...
Reviewed-by: roland, rkennke
2024-09-23 14:33:17 +00:00
Alexander Zvegintsev
a9b0f9ccbf
8340393: Open source closed choice tests #2
...
Reviewed-by: psadhukhan
2024-09-23 13:58:00 +00:00
Tobias Hartmann
63e611cd5d
8335334: Stress mode to randomly execute unstable if traps
...
Reviewed-by: chagedorn, kvn
2024-09-23 12:30:30 +00:00
Joel Sikström
37ec80df8d
8339161: ZGC: Remove unused remembered sets
...
Reviewed-by: aboldtch, stefank
2024-09-23 12:28:43 +00:00
Per Minborg
384deda65f
8325949: Create an internal utility method for creating VarHandle instances
...
Reviewed-by: rriggs
2024-09-23 10:57:43 +00:00
Pavel Rappo
67448b0eb2
8339852: Fix typos in java.compiler documentation
...
Reviewed-by: liach, darcy
2024-09-23 10:32:58 +00:00
Abhishek Kumar
bc7c0dc45d
8340084: Open source AWT Frame related tests
...
Reviewed-by: psadhukhan, honkar
2024-09-23 08:02:36 +00:00
Kim Barrett
a07052e83d
8340573: Remove unused G1ParScanThreadState::_partial_objarray_chunk_size
...
Reviewed-by: tschatzl
2024-09-23 08:02:16 +00:00
Aleksey Shipilev
0f253d1103
8340392: Handle OopStorage in location decoder
...
Reviewed-by: kbarrett, dholmes
2024-09-23 07:02:59 +00:00
Aleksey Shipilev
f31f97ddb6
8340171: CDS: Enhance bitmap truncation
...
Reviewed-by: matsaave, iklam
2024-09-23 07:02:48 +00:00
Matthias Baesken
34cddfbedd
8340387: Update OS detection code to recognize Windows Server 2025
...
Reviewed-by: mdoerr, jwaters, dholmes
2024-09-23 06:40:33 +00:00
Kim Barrett
dd498794f2
8340524: Remove NarrowPtrStruct
...
Reviewed-by: shade, jwaters
2024-09-23 05:48:42 +00:00
Shaojin Wen
ab06a878f8
8340544: Optimize setLocalsFromArg
...
Reviewed-by: redestad, liach
2024-09-22 01:01:31 +00:00
Shaojin Wen
2461263aac
8339217: Optimize ClassFile API loadConstant
...
Reviewed-by: liach, redestad, asotona
2024-09-21 00:21:04 +00:00
Joe Darcy
08b25611f6
8339781: Better use of Javadoc tags in javax.lang.model
...
Reviewed-by: jjg
2024-09-20 21:27:22 +00:00
Severin Gehwolf
64275e6bbf
8340092: [Linux] containers/systemd/SystemdMemoryAwarenessTest.java failing on some systems
...
Reviewed-by: mbaesken
2024-09-20 19:34:24 +00:00
Coleen Phillimore
5cffddc689
8338471: Assert deleted methods not returned by CallInfo
...
Reviewed-by: shade, jwaters, dholmes
2024-09-20 18:38:29 +00:00
Shaojin Wen
40fba14812
8340232: Optimize DataInputStream::readUTF
...
Reviewed-by: liach, bpb
2024-09-20 17:54:06 +00:00
Chen Liang
ab81197d0d
8339198: Remove tag field from AbstractPoolEntry
...
Reviewed-by: asotona, redestad
2024-09-20 16:11:39 +00:00
Jaikiran Pai
90d3a64b0a
8340537: Typo in javadoc of java.util.jar.JarFile
...
Reviewed-by: mullan, lancea, iris
2024-09-20 16:02:25 +00:00
Amit Kumar
e087edeb25
8340269: [s390x] TestLargeStub.java failure after 8338123
...
Reviewed-by: mdoerr, lucy
2024-09-20 14:48:11 +00:00
Amit Kumar
9bcde4ffca
8338658: New Object to ObjectMonitor mapping: s390x implementation
...
Reviewed-by: lucy, mdoerr
2024-09-20 14:46:10 +00:00
Thomas Stuefe
ae63aaaa58
8340540: Problemlist DcmdMBeanPermissionsTest.java and SystemDumpMapTest.java
...
Reviewed-by: kevinw
2024-09-20 14:10:39 +00:00
Andrey Turbanov
fe80618bf3
8339972: Make a few fields in SortingFocusTraversalPolicy static
...
Reviewed-by: azvegint, aivanov
2024-09-20 12:43:57 +00:00
Alexey Ivanov
3c22d83c0f
8340008: KeyEvent/KeyTyped/Numpad1KeyTyped.java has 15 seconds timeout
...
Reviewed-by: azvegint, prr
2024-09-20 10:07:03 +00:00
Hamlin Li
3ad6e31d81
8340438: RISC-V: minor improvement in base64
...
Reviewed-by: fyang
2024-09-20 09:33:31 +00:00
Claes Redestad
a50440fadc
8340456: Reduce overhead of proxying Object methods in ProxyGenerator
...
Reviewed-by: liach
2024-09-20 09:21:12 +00:00
SendaoYan
5d611c0377
8340439: AArch64: Extra entry declaration for assember test
...
Reviewed-by: haosun, lmesnik, mli
2024-09-20 07:34:26 +00:00
Aleksey Shipilev
9d76c7c60f
8340418: GHA: MacOS AArch64 bundles can be removed prematurely
...
Reviewed-by: erikj
2024-09-20 07:00:38 +00:00
Prasanta Sadhukhan
46b02f49bc
8339906: Open source several AWT focus tests - series 4
...
Reviewed-by: abhiscxk, prr
2024-09-20 06:06:27 +00:00
Abhishek Kumar
f4e401791e
8339984: Open source AWT MenuItem related tests
...
Reviewed-by: aivanov
2024-09-20 04:19:12 +00:00
Kim Barrett
0f7d9e5995
8340436: Remove unused CompressedOops::AnyNarrowOopMode
...
Reviewed-by: haosun, dholmes
2024-09-20 04:15:55 +00:00