Robert Toyonaga
|
96530bcc07
|
8326521: JFR: CompilerPhase event test fails on windows 32 bit
Reviewed-by: egahlin
|
2024-03-20 19:42:56 +00:00 |
|
Harshitha Onkar
|
a112fc8bac
|
8328225: Convert ImageDecoratedDnD.html applet test to main
Reviewed-by: dnguyen, aivanov
|
2024-03-20 18:08:04 +00:00 |
|
Damon Nguyen
|
4e83f4cfc7
|
8328185: Convert java/awt/image/MemoryLeakTest/MemoryLeakTest.java applet test to main
Reviewed-by: azvegint, honkar
|
2024-03-20 16:25:41 +00:00 |
|
Archie Cobbs
|
d3f3011d56
|
7036144: GZIPInputStream readTrailer uses faulty available() test for end-of-stream
Reviewed-by: jpai
|
2024-03-20 15:01:30 +00:00 |
|
Alexander Zuev
|
e5e7cd20ec
|
8328386: Convert java/awt/FileDialog/FileNameOverrideTest test to main
Reviewed-by: azvegint
|
2024-03-20 13:48:11 +00:00 |
|
Alexander Zuev
|
1b68c731f2
|
8328377: Convert java/awt/Cursor/MultiResolutionCursorTest test to main
Reviewed-by: psadhukhan
|
2024-03-20 13:47:07 +00:00 |
|
Alexander Zuev
|
e0373e01fe
|
8328378: Convert java/awt/FileDialog/FileDialogForDirectories test to main
Reviewed-by: psadhukhan
|
2024-03-20 13:46:02 +00:00 |
|
Alexander Zuev
|
03c25b15eb
|
8328367: Convert java/awt/Component/UpdatingBootTime test to main
Reviewed-by: dnguyen, psadhukhan
|
2024-03-20 13:40:57 +00:00 |
|
Goetz Lindenmaier
|
eebcc2181f
|
8328524: [x86] StringRepeat.java failure on linux-x86: Could not reserve enough space for 2097152KB object heap
Reviewed-by: rriggs, mdoerr, sgehwolf
|
2024-03-20 07:20:49 +00:00 |
|
Tejesh R
|
a68f5d7331
|
8327879: Convert javax/swing/border/Test4760089.java applet test to main
Reviewed-by: abhiscxk, prr
|
2024-03-20 05:59:22 +00:00 |
|
Alexander Zvegintsev
|
269163d509
|
8328387: Convert java/awt/Frame/FrameStateTest/FrameStateTest.html applet test to main
Reviewed-by: honkar
|
2024-03-20 03:18:26 +00:00 |
|
Harshitha Onkar
|
4f8f48654e
|
8328012: Convert InputMethod (/java/awt/im) applet tests to main
Reviewed-by: azvegint, tr
|
2024-03-19 17:55:17 +00:00 |
|
Sonia Zaldana Calles
|
3b305d502b
|
8313306: More sensible memory reservation logging
Reviewed-by: dholmes, stuefe, coleenp
|
2024-03-19 15:35:25 +00:00 |
|
Pavel Rappo
|
f140eb4c3a
|
8297879: javadoc link to preview JEP 1000 has grouping character comma
Reviewed-by: jjg, vromero
|
2024-03-19 15:23:00 +00:00 |
|
Abhishek Kumar
|
5f2a92d954
|
8328244: Convert javax/swing/JSlider/6742358/bug6742358.java applet test to main
Reviewed-by: psadhukhan, tr
|
2024-03-19 15:06:42 +00:00 |
|
Alexander Zuev
|
2094ff3c7a
|
8328279: Convert java/awt/Cursor/CursorOverlappedPanelsTest test to main
Reviewed-by: honkar, abhiscxk
|
2024-03-19 13:52:17 +00:00 |
|
Guoxiong Li
|
db4842c9d9
|
8328364: Remove redundant fields in 'BOTConstants'
Reviewed-by: ayang, tschatzl
|
2024-03-19 13:38:28 +00:00 |
|
Abhishek Kumar
|
c01095c0c9
|
8328262: Convert javax/swing/JSplitPane/8132123/bug8132123.java applet test to main
Reviewed-by: psadhukhan, tr
|
2024-03-19 11:26:09 +00:00 |
|
Jan Lahoda
|
5b6b514441
|
8325362: Allow to create a simple in-memory input JavaFileObject
Reviewed-by: jlaskey, darcy
|
2024-03-19 09:35:25 +00:00 |
|
Serguei Spitsyn
|
6eea5d6755
|
8325187: JVMTI GetThreadState says virtual thread is JVMTI_THREAD_STATE_INTERRUPTED when it no longer is
Reviewed-by: dholmes, alanb
|
2024-03-19 08:27:55 +00:00 |
|
Roland Westrelin
|
053ff76e14
|
8308660: C2 compilation hits 'node must be dead' assert
Reviewed-by: chagedorn, kvn
|
2024-03-19 07:57:53 +00:00 |
|
Roland Westrelin
|
e1b0af29e4
|
8323972: C2 compilation fails with assert(!x->as_Loop()->is_loop_nest_inner_loop()) failed: loop was transformed
Reviewed-by: chagedorn, epeter
|
2024-03-19 07:56:53 +00:00 |
|
Prasanta Sadhukhan
|
ac5b6cb2d4
|
8327757: Convert javax/swing/JSlider/6524424/bug6524424.java applet to main
Reviewed-by: abhiscxk, jdv
|
2024-03-19 06:22:58 +00:00 |
|
Tejesh R
|
652fb3aa48
|
8328154: Convert sun/java2d/loops/CopyAreaSpeed.java applet test to main
Reviewed-by: kizune, abhiscxk
|
2024-03-19 04:38:56 +00:00 |
|
Alisen Chung
|
3f2e849c54
|
8280392: java/awt/Focus/NonFocusableWindowTest/NonfocusableOwnerTest.java failed with "RuntimeException: Test failed."
Reviewed-by: tr, aivanov, prr
|
2024-03-18 19:57:24 +00:00 |
|
Harshitha Onkar
|
fc0472baf9
|
8328000: Convert /java/awt/im/8154816/bug8154816.java applet test to main
Reviewed-by: tr, azvegint
|
2024-03-18 16:56:01 +00:00 |
|
Roger Riggs
|
85fc47c81a
|
8327180: Failed: java/io/ObjectStreamClass/ObjectStreamClassCaching.java#G1
Reviewed-by: iris, stefank
|
2024-03-18 16:07:00 +00:00 |
|
Weijun Wang
|
569b05addf
|
8327818: Implement Kerberos debug with sun.security.util.Debug
Reviewed-by: coffeys, ssahoo
|
2024-03-18 15:36:28 +00:00 |
|
Leonid Mesnik
|
dec68d7e36
|
8328234: Remove unused nativeUtils files
Reviewed-by: dholmes
|
2024-03-18 14:45:36 +00:00 |
|
Coleen Phillimore
|
7734466c46
|
8325871: Move StringTable and SymbolTable rehashing calls
Reviewed-by: eosterlund, aboldtch
|
2024-03-18 14:42:03 +00:00 |
|
Aggelos Biboudis
|
fb390d202c
|
8327839: Crash with unboxing and widening primitive conversion in switch
Reviewed-by: jlahoda
|
2024-03-18 13:16:29 +00:00 |
|
Abhishek Kumar
|
86f1744736
|
8328248: Convert javax/swing/JSlider/6587742/bug6587742.java applet test to main
Reviewed-by: azvegint, tr
|
2024-03-18 11:49:49 +00:00 |
|
Guoxiong Li
|
7baec66222
|
8328168: Epsilon: Premature OOM when allocating object larger than uncommitted heap size
Reviewed-by: shade, tschatzl
|
2024-03-18 11:27:27 +00:00 |
|
Jan Lahoda
|
48717d63cc
|
8326333: jshell <TAB> completion on arrays is incomplete
Reviewed-by: vromero
|
2024-03-18 08:25:06 +00:00 |
|
Prasanta Sadhukhan
|
ece4124f25
|
8328247: Remove redundant dir for tests converted from applet to main
Reviewed-by: tr, jdv
|
2024-03-18 06:59:00 +00:00 |
|
Ioi Lam
|
d32ce65781
|
8327651: Rename DictionaryEntry members related to protection domain
Reviewed-by: coleenp, dholmes
|
2024-03-17 05:57:36 +00:00 |
|
Ioi Lam
|
07194195ce
|
8328236: module_entry in CDS map file has stale value
Reviewed-by: ccheung, matsaave
|
2024-03-16 05:16:32 +00:00 |
|
Harshitha Onkar
|
0204aacb03
|
8328115: Convert java/awt/font/TextLayout/TestJustification.html applet test to main
Reviewed-by: aivanov
|
2024-03-15 18:56:35 +00:00 |
|
Alexander Zvegintsev
|
9bc1b065db
|
8328242: Add a log area to the PassFailJFrame
Reviewed-by: prr, aivanov, honkar
|
2024-03-15 17:54:56 +00:00 |
|
Mandy Chung
|
044f4ed55d
|
8326979: (jdeps) improve the error message for FindException caused by InvalidModuleDescriptorException
Reviewed-by: jpai, alanb
|
2024-03-15 16:48:24 +00:00 |
|
Afshin Zafari
|
71f9c4e7fd
|
8320534: fatal error for the NMTBenchmark test run for the mainline build
Reviewed-by: stuefe, aboldtch
|
2024-03-15 14:52:15 +00:00 |
|
Jie Fu
|
bf990c8b32
|
8328269: NonFocusablePopupMenuTest.java should be marked as headful
Reviewed-by: azvegint
|
2024-03-15 12:40:26 +00:00 |
|
Jaikiran Pai
|
dde519dc21
|
8328066: WhiteBoxResizeTest failure on linux-x86: Could not reserve enough space for 2097152KB object heap
Reviewed-by: dfuchs, aph, msheppar
|
2024-03-15 12:00:32 +00:00 |
|
Abhishek Kumar
|
5249cc0a79
|
8328087: Automate javax/swing/JTable/TAB/TAB.java applet test
Reviewed-by: honkar, tr
|
2024-03-15 10:49:20 +00:00 |
|
Alexander Zuev
|
c05f8c7223
|
8316388: Opensource five Swing component related regression tests
Reviewed-by: aivanov
|
2024-03-15 09:13:32 +00:00 |
|
Alexander Zuev
|
b8dfeafdfd
|
8328158: Convert java/awt/Choice/NonFocusablePopupMenuTest to automatic main test
Reviewed-by: abhiscxk, honkar
|
2024-03-15 09:00:45 +00:00 |
|
Christoph Langer
|
128e60a29f
|
8328037: Test java/util/Formatter/Padding.java has unnecessary high heap requirement after JDK-8326718
Reviewed-by: rgiulietti
|
2024-03-15 06:41:53 +00:00 |
|
Prasanta Sadhukhan
|
06f4b7f54d
|
8327756: Convert javax/swing/JSlider/4987336/bug4987336.java applet to main
Reviewed-by: prr
|
2024-03-15 05:44:11 +00:00 |
|
Phil Race
|
605800e5ab
|
8203867: Delete test java/awt/TrayIcon/DblClickActionEventTest/DblClickActionEventTest.html
Reviewed-by: honkar, azvegint
|
2024-03-15 05:33:33 +00:00 |
|
Phil Race
|
09439374ed
|
8328218: Delete test java/awt/Window/FindOwner/FindOwner.html
Reviewed-by: psadhukhan
|
2024-03-15 04:36:54 +00:00 |
|
Abhishek Kumar
|
f6390e5f80
|
8328089: Automate javax/swing/JTable/4222153/bug4222153.java applet test
Reviewed-by: honkar, tr
|
2024-03-15 04:14:53 +00:00 |
|
Alisen Chung
|
e8d1ba33b4
|
8328228: Missing comma in copyright year for a few JColorChooser tests
Reviewed-by: jpai
|
2024-03-15 00:34:37 +00:00 |
|
Alisen Chung
|
be1dd275a4
|
8328130: Remove applet usage from JColorChooser tests Test4759934
Reviewed-by: prr
|
2024-03-14 22:54:21 +00:00 |
|
Alisen Chung
|
fab0edc9e6
|
8328121: Remove applet usage from JColorChooser tests Test4759306
Reviewed-by: azvegint
|
2024-03-14 22:53:32 +00:00 |
|
Alisen Chung
|
7c6fd337d0
|
8327857: Remove applet usage from JColorChooser tests Test4222508
Reviewed-by: prr, tr
|
2024-03-14 22:53:18 +00:00 |
|
Alisen Chung
|
89fb0f837b
|
8327859: Remove applet usage from JColorChooser tests Test4319113
Reviewed-by: prr, tr
|
2024-03-14 22:53:08 +00:00 |
|
Alexander Zvegintsev
|
df909e2f9c
|
8328011: Convert java/awt/Frame/GetBoundsResizeTest/GetBoundsResizeTest.java applet test to main
Reviewed-by: honkar, aivanov
|
2024-03-14 21:42:00 +00:00 |
|
Phil Race
|
87bd6caca0
|
8328021: Convert applet test java/awt/List/SetFontTest/SetFontTest.html to main program
Reviewed-by: honkar, abhiscxk
|
2024-03-14 19:21:10 +00:00 |
|
Alex Menkov
|
2482a505e5
|
8326898: NSK tests should listen on loopback addresses only
Reviewed-by: sspitsyn, cjplummer, dholmes, lmesnik
|
2024-03-14 18:03:14 +00:00 |
|
Doug Simon
|
e6a8fdd82c
|
8328135: javax/management/remote/mandatory/loading/MissingClassTest.java fails on libgraal
Reviewed-by: kevinw, never
|
2024-03-14 16:11:29 +00:00 |
|
Alexander Zvegintsev
|
7cc1965a25
|
8328124: Convert java/awt/Frame/ShownOnPack/ShownOnPack.html applet test to main
Reviewed-by: honkar, abhiscxk
|
2024-03-14 16:03:13 +00:00 |
|
Tejesh R
|
d4ec783108
|
8327873: Convert javax/swing/border/Test4247606.java applet test to main
Reviewed-by: prr, abhiscxk
|
2024-03-14 15:54:42 +00:00 |
|
Brian Burkhalter
|
debd59732d
|
8327095: (ch) java/nio/channels/AsyncCloseAndInterrupt.java: improve error message when mkfifo fails
Reviewed-by: alanb
|
2024-03-14 15:50:43 +00:00 |
|
Tejesh R
|
acfefc6c7a
|
8327876: Convert javax/swing/border/Test4252164.java applet test to main
Reviewed-by: prr, abhiscxk
|
2024-03-14 15:47:54 +00:00 |
|
Alexander Zvegintsev
|
d25c452f0c
|
8327835: Convert java/awt/FileDialog/RegexpFilterTest/RegexpFilterTest applet test to main
Reviewed-by: aivanov, abhiscxk
|
2024-03-14 15:45:22 +00:00 |
|
Tejesh R
|
759cc67591
|
8327969: Convert javax/swing/border/Test6910490.java applet test to main
Reviewed-by: dnguyen, honkar
|
2024-03-14 15:40:22 +00:00 |
|
Alexey Ivanov
|
792fc9d114
|
8320079: The ArabicBox.java test has no control buttons
Reviewed-by: prr, honkar, dmarkov
|
2024-03-14 14:01:33 +00:00 |
|
Chad Rakoczy
|
a232e8fb4e
|
8325621: Improve jspawnhelper version checks
Reviewed-by: erikj, shade, rriggs, ihse
|
2024-03-14 13:26:03 +00:00 |
|
Dmitry Chuyko
|
c879627dbd
|
8309271: A way to align already compiled methods with compiler directives
Reviewed-by: apangin, sspitsyn, tholenstein
|
2024-03-14 12:38:48 +00:00 |
|
Hamlin Li
|
1d34b74a64
|
8321021: RISC-V: C2 VectorUCastB2X
8321023: RISC-V: C2 VectorUCastS2X
8321024: RISC-V: C2 VectorUCastI2X
Reviewed-by: fyang
|
2024-03-14 11:23:00 +00:00 |
|
Alexey Ivanov
|
3b9255eb66
|
8325851: Hide PassFailJFrame.Builder constructor
Reviewed-by: honkar, prr
|
2024-03-14 10:57:30 +00:00 |
|
Tejesh R
|
ad0f329493
|
8327787: Convert javax/swing/border/Test4129681.java applet test to main
Reviewed-by: aivanov, abhiscxk
|
2024-03-14 10:54:41 +00:00 |
|
Tejesh R
|
a43c3cc347
|
8327826: Convert javax/swing/border/Test4243289.java applet test to main
Reviewed-by: aivanov, abhiscxk
|
2024-03-14 10:50:06 +00:00 |
|
Alexander Zvegintsev
|
11a3673d42
|
8328110: Allow simultaneous use of PassFailJFrame with split UI and additional windows
Reviewed-by: aivanov, honkar
|
2024-03-14 10:41:43 +00:00 |
|
Aleksey Shipilev
|
1281e18f14
|
8325613: CTW: Stale method cleanup requires GC after Sweeper removal
Reviewed-by: roland, chagedorn
|
2024-03-14 10:26:49 +00:00 |
|
Abhishek Kumar
|
49ce85fae9
|
8327874: Convert javax/swing/JTree/4314199/bug4314199.java applet test to main
Reviewed-by: prr, tr
|
2024-03-14 09:07:32 +00:00 |
|
Emanuel Peter
|
fadc4b197e
|
8327423: C2 remove_main_post_loops: check if main-loop belongs to pre-loop, not just assert
Reviewed-by: kvn, chagedorn, roland
|
2024-03-14 07:12:16 +00:00 |
|
Aggelos Biboudis
|
cff0747d7f
|
8326204: yield statements doesn't allow cast expressions with more than 1 type arguments
Reviewed-by: jlahoda
|
2024-03-14 07:01:32 +00:00 |
|
Tejesh R
|
7502dc99bf
|
8328030: Convert javax/swing/text/GlyphView/4984669/bug4984669.java applet test to main
Reviewed-by: azvegint, prr
|
2024-03-14 05:10:42 +00:00 |
|
Prasanta Sadhukhan
|
98e4b753e8
|
8327755: Convert javax/swing/JScrollBar/8039464/Test8039464.java applet to main
Reviewed-by: prr
|
2024-03-14 02:51:37 +00:00 |
|
Prasanta Sadhukhan
|
628e770274
|
8327754: Convert javax/swing/JPopupMenu/7160604/bug7160604.java applet to main
Reviewed-by: prr
|
2024-03-14 02:50:32 +00:00 |
|
Prasanta Sadhukhan
|
092a7343a4
|
8327753: Convert javax/swing/JOptionPane/8024926/bug8024926.java applet to main
Reviewed-by: prr
|
2024-03-14 02:38:48 +00:00 |
|
Prasanta Sadhukhan
|
7858138ad2
|
8327752: Convert javax/swing/JOptionPane/4174551/bug4174551.java applet to main
Reviewed-by: prr
|
2024-03-14 02:32:15 +00:00 |
|
Phil Race
|
2edf4081af
|
8328004: Minor updates to TrayIcon test DisposeInActionEventTest.java
Reviewed-by: azvegint
|
2024-03-13 23:47:45 +00:00 |
|
Christoph Langer
|
1ad3ebcf11
|
8185862: AWT Assertion Failure in ::GetDIBits(hBMDC, hBM, 0, 1, 0, gpBitmapInfo, 0) 'awt_Win32GraphicsDevice.cpp', at line 185
Reviewed-by: aivanov, prr
|
2024-03-13 21:09:00 +00:00 |
|
Daniel Jeliński
|
8f9899b23e
|
8325164: Named groups and signature schemes unavailable with SunPKCS11 in FIPS mode
Reviewed-by: valeriep
|
2024-03-13 19:09:52 +00:00 |
|
Matias Saavedra Silva
|
5cae7d20ad
|
8321299: runtime/logging/ClassLoadUnloadTest.java doesn't reliably trigger class unloading
Reviewed-by: coleenp, dholmes
|
2024-03-13 16:54:53 +00:00 |
|
Chen Liang
|
35b00e640b
|
8327824: Type annotation placed on incorrect array nesting levels
Reviewed-by: prappo
|
2024-03-13 16:45:15 +00:00 |
|
Hannes Wallnöfer
|
035324503f
|
8325874: Improve checkbox-based interface in summary pages
Reviewed-by: prappo
|
2024-03-13 15:13:35 +00:00 |
|
Abhishek Kumar
|
a4a5196351
|
8327872: Convert javax/swing/JToolTip/4644444/bug4644444.java applet test to main
Reviewed-by: prr, tr
|
2024-03-13 11:40:38 +00:00 |
|
Daniel Fuchs
|
da4dd7c008
|
8327989: java/net/httpclient/ManyRequest.java should not use "localhost" in URIs
Reviewed-by: jpai, djelinski, gli
|
2024-03-13 11:22:40 +00:00 |
|
Joachim Kern
|
0ae4fa71e4
|
8327210: AIX: Delete obsolete parameter Use64KPagesThreshold
Reviewed-by: gli, stuefe, mdoerr
|
2024-03-13 10:12:57 +00:00 |
|
Magnus Ihse Bursie
|
cc9a8aba67
|
8327460: Compile tests with the same visibility rules as product code
Reviewed-by: erikj, jvernee, dholmes, alanb
|
2024-03-13 08:09:22 +00:00 |
|
Christian Stein
|
3b18c5dc5d
|
8323605: Java source launcher should not require --source ... to enable preview
Reviewed-by: mcimadamore, dholmes
|
2024-03-13 06:44:04 +00:00 |
|
Doug Simon
|
f3d0c45cbb
|
8327829: [JVMCI] runtime/ClassUnload/ConstantPoolDependsTest.java fails on libgraal
Reviewed-by: dholmes, never
|
2024-03-12 22:40:04 +00:00 |
|
Justin Lu
|
d5b95a0ed3
|
8327631: Update IANA Language Subtag Registry to Version 2024-03-07
Reviewed-by: naoto, iris
|
2024-03-12 21:10:30 +00:00 |
|
Chris Plummer
|
966a42f9b3
|
8324868: debug agent does not properly handle interrupts of a virtual thread
Reviewed-by: sspitsyn, amenkov
|
2024-03-12 20:54:18 +00:00 |
|
Phil Race
|
22f10e045b
|
8327856: Convert applet test SpanishDiacriticsTest.java to a main program
Reviewed-by: dmarkov, aivanov
|
2024-03-12 18:27:23 +00:00 |
|
Alexander Zvegintsev
|
7283c8b075
|
8327972: Convert java/awt/FileDialog/SaveFileNameOverrideTest/SaveFileNameOverrideTest.html applet test to main
Reviewed-by: aivanov, prr
|
2024-03-12 18:24:38 +00:00 |
|
Alexander Zvegintsev
|
30249c4cca
|
8327838: Convert java/awt/FileDialog/MultipleMode/MultipleMode.html applet test to main
Reviewed-by: aivanov, tr
|
2024-03-12 18:23:15 +00:00 |
|