Commit Graph

10302 Commits

Author SHA1 Message Date
Naoto Sato
eb9c457b41 8284856: Add a test case for checking UnicodeScript entity numbers
Reviewed-by: iris, smarks
2022-04-19 15:51:57 +00:00
Thomas Schatzl
a5bb210589 8285012: Problemlist gc/arguments/TestUseCompressedOopsFlagsWithUlimit.java
Reviewed-by: ayang, dcubed
2022-04-19 15:31:42 +00:00
KIRIYAMA Takuya
8d96ab0f36 8280761: UseCompressedOops should be set after limit_heap_by_allocatable_memory
Reviewed-by: ayang, tschatzl
2022-04-19 12:54:08 +00:00
Andrew Leonard
ab83bceda1 8284661: Reproducible assembly builds without relative linking
Reviewed-by: ihse
2022-04-19 08:29:38 +00:00
Prasanta Sadhukhan
c5e9719c40 8266246: Swing test PressedIconTest.java sometimes fails on macOS 11 ARM
Reviewed-by: jdv
2022-04-19 06:59:24 +00:00
Manukumar V S
447c2d13d0 8284521: Write an automated regression test for RFE 4371575
Reviewed-by: prr, serb
2022-04-19 05:50:57 +00:00
XenoAmess
87faa85c59 8186958: Need method to create pre-sized HashMap
Reviewed-by: chegar, naoto, joehw, lancea, wetmore, smarks
2022-04-19 00:03:56 +00:00
Roger Riggs
897d6c0dc7 8282008: Incorrect handling of quoted arguments in ProcessBuilder
Reviewed-by: bchristi
2022-04-18 19:03:50 +00:00
Alexander Zvegintsev
e5041ae3d4 8144030: [macosx] test java/awt/Frame/ShapeNotSetSometimes/ShapeNotSetSometimes.java fails (again)
Reviewed-by: serb
2022-04-16 10:02:25 +00:00
Alexander Zvegintsev
f5beafa53f 8159599: [TEST_BUG] java/awt/Modal/ModalInternalFrameTest/ModalInternalFrameTest.java
Reviewed-by: serb, aivanov
2022-04-16 09:52:27 +00:00
Boris Ulasevich
21de4e55b8 8284681: compiler/c2/aarch64/TestFarJump.java fails with "RuntimeException: for CodeHeap < 250MB the far jump is expected to be encoded with a single branch instruction"
Reviewed-by: kvn
2022-04-16 05:57:00 +00:00
Dongbo He
9695283458 8240903: Add test to check that jmod hashes are reproducible
Reviewed-by: alanb
2022-04-16 01:33:44 +00:00
Doug Simon
1ebf2f0d37 8284909: [JVMCI] remove remnants of AOT support
Reviewed-by: kvn
2022-04-15 17:30:00 +00:00
Phil Race
6199008dbd 8284914: Problem list test(s) failing due to extra repaints with D3D pipeline.
Reviewed-by: dcubed
2022-04-15 17:26:47 +00:00
Tagir F. Valeev
4cc8eccfca 8280915: Better parallelization for AbstractSpliterator and IteratorSpliterator when size is unknown
Reviewed-by: psandoz
2022-04-15 15:18:38 +00:00
Alexey Ivanov
53580b336a 8284884: Replace polling with waiting in javax/swing/text/html/parser/Parser/8078268/bug8078268.java
Reviewed-by: serb, psadhukhan
2022-04-15 13:55:06 +00:00
Thomas Stuefe
bdf8a2a205 8283326: Implement SafeFetch statically
Reviewed-by: dholmes, mdoerr, akozlov, lucy
2022-04-15 10:39:19 +00:00
Thomas Stuefe
bb7c97bddf 8284874: Add comment to ProcessHandle/OnExitTest to describe zombie problem
Reviewed-by: rriggs
2022-04-15 09:08:18 +00:00
Daniel Fuchs
1e22c70ff2 8284892: java/net/httpclient/http2/TLSConnection.java fails intermittently
Reviewed-by: djelinski, jpai, michaelm
2022-04-15 09:07:09 +00:00
Prasanta Sadhukhan
510003cfe3 8042380: Test javax/swing/JFileChooser/4524490/bug4524490.java fails with InvocationTargetException
Reviewed-by: serb
2022-04-15 08:32:13 +00:00
Phil Race
d41331e6f2 8223543: [TESTBUG] Regression test java/awt/Graphics2D/DrawString/LCDTextSrcEa.java has issues
Reviewed-by: serb, azvegint, aivanov
2022-04-15 01:03:44 +00:00
Paul Sandoz
fbb0916090 8283892: Compress and expand bits
Reviewed-by: alanb, redestad
2022-04-14 20:27:12 +00:00
Andrey Turbanov
48c7549806 8284853: Fix various 'expected' typo
Reviewed-by: bpb, ihse
2022-04-14 18:05:49 +00:00
vamsi-parasa
a81c5d3a23 8284635: Crashes after 8282221: assert(ctrl == kit.control()) failed: Control flow was added although the intrinsic bailed out
Reviewed-by: kvn
2022-04-14 16:24:29 +00:00
Raffaello Giulietti
3ffec3a50b 8284866: Add test to JDK-8273056
Reviewed-by: jlaskey
2022-04-14 15:36:20 +00:00
Tejesh R
f26403172f 8236987: Remove call to System.out.println from ImageIcon.loadImage
Reviewed-by: aivanov, psadhukhan, prr
2022-04-14 11:10:22 +00:00
Alexander Zvegintsev
c3938ec18b 8159694: HiDPI, Unity, java/awt/dnd/DropTargetEnterExitTest/MissedDragExitTest.java
Reviewed-by: serb
2022-04-14 07:54:35 +00:00
Alexander Zvegintsev
23c6817c1a 6626492: Event time in future part 2, now on X
Reviewed-by: serb
2022-04-14 07:53:41 +00:00
Swati Sharma
bf85b0095f 8284564: Extend VectorAPI validation tests for SHIFTs and ROTATE operations with constant shift values.
Reviewed-by: psandoz, jbhateja
2022-04-14 04:06:15 +00:00
Zhiqiang Zang
c7755b815d 8283094: Add Ideal transformation: x + (con - y) -> (x - y) + con
Reviewed-by: kvn, thartmann
2022-04-13 16:01:10 +00:00
Coleen Phillimore
e245f9d200 8284274: Error reporting crashes because missing ResourceMarks
Reviewed-by: dholmes, stuefe
2022-04-13 14:46:27 +00:00
Prasanta Sadhukhan
70251b064d 8194946: Regression automated Test 'javax/swing/JFileChooser/6738668/bug6738668.java' fails
Reviewed-by: aivanov
2022-04-13 10:58:36 +00:00
Eric Liu
c35590282d 8282528: AArch64: Incorrect replicate2L_zero rule
Reviewed-by: aph
2022-04-13 04:21:43 +00:00
Jonathan Gibbons
7920e8ba42 8283714: REDO - Unexpected TypeElement in ANALYZE TaskEvent
8284030: Standard Doclet should not attempt to link to primitive types

Reviewed-by: vromero, jlahoda, prappo
2022-04-12 23:33:26 +00:00
Ravi Reddy
7891085a87 8284771: java/util/zip/CloseInflaterDeflaterTest.java failed with "AssertionError: Expected IOException to be thrown, but nothing was thrown"
Reviewed-by: lancea
2022-04-12 20:39:05 +00:00
Raffaello Giulietti
19b140a7f3 8283083: java.util.random L128X256MixRandom constructor fails to use byte[] seed
Reviewed-by: jlaskey, bpb
2022-04-12 17:36:16 +00:00
lawrence.andrews
3f26d84f6a 8284535: Fix PrintLatinCJKTest.java test that is failing with Parse Exception
8283712: Create a manual test framework class

Reviewed-by: prr, aivanov
2022-04-12 13:49:43 +00:00
Prasanta Sadhukhan
83466434fd 8196465: javax/swing/JComboBox/8182031/ComboPopupTest.java fails on Linux
Reviewed-by: azvegint
2022-04-12 13:08:35 +00:00
Prasanta Sadhukhan
9545ba7dd9 8282716: [macos] Enable javax/swing/JScrollPane/TestMouseWheelScroll.java on macos
Reviewed-by: serb
2022-04-12 07:30:10 +00:00
Srinivas Mandalika
4ce3cf12bf 8283245: Create a test for JDK-4670319
Reviewed-by: serb
2022-04-12 04:21:48 +00:00
Srinivas Mandalika
fad3b94786 8282640: Create a test for JDK-4740761
Reviewed-by: prr, serb
2022-04-12 01:30:47 +00:00
Daniel D. Daugherty
73aa5551e1 8284689: ProblemList java/lang/Integer/Unsigned.java in -Xcomp mode
Reviewed-by: rriggs
2022-04-11 18:56:55 +00:00
Daniel D. Daugherty
929f58714a 8284691: ProblemList javax/swing/JTable/8236907/LastVisibleRow.java on macosx
Reviewed-by: azvegint, rriggs
2022-04-11 18:56:05 +00:00
Naoto Sato
523899e36c 8265315: Support for CLDR version 41
Reviewed-by: joehw, iris, ihse
2022-04-11 15:59:12 +00:00
Roman Kennke
abfd2f98dc 8283710: JVMTI: Use BitSet for object marking
Reviewed-by: stuefe, coleenp
2022-04-11 14:50:29 +00:00
Manukumar V S
7edd186121 8283507: Create a regression test for RFE 4287690
Reviewed-by: serb, aivanov
2022-04-11 14:00:46 +00:00
Daniel Fuchs
74835f7389 8283719: java/util/logging/CheckZombieLockTest.java failing intermittently
Reviewed-by: alanb
2022-04-11 13:43:03 +00:00
Wu Yan
0c04bf8e59 8284198: Undo JDK-8261137: Optimization of Box nodes in uncommon_trap
Reviewed-by: kvn, thartmann
2022-04-11 06:23:09 +00:00
vamsi-parasa
37e28aea27 8282221: x86 intrinsics for divideUnsigned and remainderUnsigned methods in java.lang.Integer and java.lang.Long
Reviewed-by: sviswanathan, kvn, jbhateja
2022-04-10 03:47:18 +00:00
Leonid Mesnik
a8c8752602 8284556: Ensure reachability of classes in runtime/whitebox/TestHiddenClassIsAlive.java and serviceability/dcmd/vm/ClassLoaderHierarchyTest.java
Reviewed-by: cjplummer
2022-04-08 19:24:55 +00:00