Darragh Clarke
70944ca54a
8330033: com/sun/net/httpserver/bugs/B6431193.java fails in AssertionError after JDK-8326568
...
Reviewed-by: jpai, dfuchs
2024-04-10 16:11:06 +00:00
Alexey Ivanov
9731b1c8b0
8327137: Add test for ConcurrentModificationException in BasicDirectoryModel
...
Reviewed-by: serb, tr
2024-04-10 14:21:37 +00:00
Darragh Clarke
86cb76728d
8326568: jdk/test/com/sun/net/httpserver/bugs/B6431193.java should use try-with-resource and try-finally
...
Reviewed-by: dfuchs, jpai
2024-04-10 11:12:40 +00:00
Tejesh R
bea9acc55a
8328482: Convert and Open source few manual applet test to main based
...
Reviewed-by: abhiscxk, honkar, prr
2024-04-10 07:11:02 +00:00
Jaikiran Pai
b81b86da98
8329729: java/util/Properties/StoreReproducibilityTest.java times out
...
Reviewed-by: alanb
2024-04-10 01:33:13 +00:00
Evgeny Nikitin
4bba445d83
8325659: Normalize Random usage by incubator vector tests
...
Reviewed-by: psandoz
2024-04-09 15:39:51 +00:00
Adam Sotona
e75e1cb02c
8329955: Class-File API ClassPrinter does not print bootstrap methods arguments
...
Reviewed-by: briangoetz
2024-04-09 14:44:00 +00:00
Alexey Ivanov
2fcb816858
8305072: Win32ShellFolder2.compareTo is inconsistent
...
Reviewed-by: prr, serb
2024-04-09 13:19:41 +00:00
Adam Sotona
8907eda779
8325485: IncrementInstructions.of(int, int) is not storing the args
...
Reviewed-by: liach, jlahoda
2024-04-09 11:08:10 +00:00
Sean Mullan
e702646545
8200566: DistributionPointFetcher fails to fetch CRLs if the DistributionPoints field contains more than one DistributionPoint and the first one fails
...
Reviewed-by: weijun
2024-04-08 20:08:56 +00:00
Roger Riggs
212a253697
8329623: NegativeArraySizeException encoding large String to UTF-8
...
Reviewed-by: naoto, rgiulietti
2024-04-08 17:58:21 +00:00
Alexey Ivanov
747582484c
8329510: Update ProblemList for JFileChooser/8194044/FileSystemRootTest.java
...
Reviewed-by: abhiscxk, dmarkov
2024-04-08 15:27:58 +00:00
Alisen Chung
862e615696
8198237: [macos] Test java/awt/Frame/ExceptionOnSetExtendedStateTest/ExceptionOnSetExtendedStateTest.java fails
...
Reviewed-by: gli, aivanov
2024-04-05 20:20:28 +00:00
Jaikiran Pai
4a11db8b60
8329662: Add a test to verify the behaviour of the default HEAD() method on HttpRequest.Builder
...
Reviewed-by: dfuchs
2024-04-05 13:30:22 +00:00
Per Minborg
b71acc704a
8329089: Empty immutable list throws the wrong exception type for remove(first | last) operations
...
Reviewed-by: rriggs
2024-04-05 07:38:43 +00:00
Vladimir Kozlov
83eba863fe
8329332: Remove CompiledMethod and CodeBlobLayout classes
...
Reviewed-by: vlivanov, stefank
2024-04-04 19:48:48 +00:00
Viktor Klang
28216aa971
8328366: Thread.setContextClassloader from thread in FJP commonPool task no longer works after JDK-8327501
...
Reviewed-by: mchung, alanb
2024-04-04 18:32:59 +00:00
Kevin Walls
6382a1290f
8326666: Remove the Java Management Extension (JMX) Subject Delegation feature
...
Reviewed-by: mchung, dfuchs
2024-04-04 16:54:11 +00:00
Tomas Zezula
8267d6565d
8329564: [JVMCI] TranslatedException::debugPrintStackTrace does not work in the libjvmci compiler.
...
Reviewed-by: dnsimon
2024-04-03 20:10:50 +00:00
Matthew Donovan
16576b87b7
8328957: Update PKCS11Test.java to not use hardcoded path
...
Reviewed-by: mbalao, rhalade
2024-04-03 17:17:12 +00:00
Bill Huang
375bfac8e7
8327474: Review use of java.io.tmpdir in jdk tests
...
Reviewed-by: michaelm, jpai
2024-04-03 17:04:09 +00:00
Alex Menkov
f88f31dcbf
8328137: PreserveAllAnnotations can cause failure of class retransformation
...
Reviewed-by: coleenp, sspitsyn
2024-04-03 00:23:36 +00:00
Alisen Chung
021ed6aea9
8328648: Remove applet usage from JFileChooser tests bug4150029
...
Reviewed-by: dnguyen, abhiscxk, honkar
2024-04-02 23:36:05 +00:00
Harshitha Onkar
db159149c1
8328753: Open source few Undecorated Frame tests
...
Reviewed-by: abhiscxk, dnguyen, prr, aivanov
2024-04-02 18:13:33 +00:00
Sean Coffey
925d82931c
8329013: StackOverflowError when starting Apache Tomcat with signed jar
...
Reviewed-by: dfuchs, jpai
2024-04-02 17:32:31 +00:00
Brian Burkhalter
dd5d7d0770
8327002: (fs) java/nio/file/Files/CopyMoveVariations.java should be able to test across file systems
...
Reviewed-by: alanb
2024-04-02 17:13:04 +00:00
Renjith Kannath Pariyangad
7eb78e3320
8320676: Manual printer tests have no Pass/Fail buttons, instructions close set 1
...
Reviewed-by: honkar, achung, aivanov
2024-04-02 13:22:17 +00:00
Renjith Kannath Pariyangad
ed821cbe85
8324807: Manual printer tests have no Pass/Fail buttons, instructions close set 2
...
Reviewed-by: tr, achung, aivanov
2024-04-02 11:26:04 +00:00
Alexey Ivanov
5cf457b743
8329320: Simplify awt/print/PageFormat/NullPaper.java test
...
Reviewed-by: honkar, prr
2024-04-02 10:31:38 +00:00
Sean Coffey
3b582dff84
8051959: Add thread and timestamp options to java.security.debug system property
...
Reviewed-by: mullan, weijun
2024-04-02 08:51:13 +00:00
Phil Race
bc546c21a5
8328561: test java/awt/Robot/ManualInstructions/ManualInstructions.java isn't used
...
Reviewed-by: dnguyen, psadhukhan
2024-04-02 04:29:02 +00:00
Renjith Kannath Pariyangad
af7c6af0cc
8324808: Manual printer tests have no Pass/Fail buttons, instructions close set 3
...
Reviewed-by: tr, achung, aivanov
2024-04-02 04:28:50 +00:00
Jaikiran Pai
a85c8493ae
8328273: sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java failed with java.rmi.server.ExportException: Port already in use
...
Reviewed-by: dcubed
2024-04-02 01:14:35 +00:00
Jie Fu
ecd2b7112a
8329354: java/text/Format/MessageFormat/CompactSubFormats.java fails
...
Reviewed-by: jlu, naoto
2024-04-01 23:02:48 +00:00
Daniel D. Daugherty
c2979c150b
8329425: ProblemList containers/docker/TestJFREvents.java on linux-x64
...
8329426: ProblemList vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001/TestDescription.java with Xcomp on windows-x64
8329427: ProblemList javax/sound/sampled/Clip/ClipFlushCrash.java on linux-x64
8329428: ProblemList vmTestbase/nsk/stress/thread/thread006.java on linux-all in Xcomp
Reviewed-by: dholmes
2024-04-01 22:20:47 +00:00
Aleksey Shipilev
4a14cba2f1
8329213: Better validation for com.sun.security.ocsp.useget option
...
Reviewed-by: mullan
2024-04-01 17:27:00 +00:00
Alisen Chung
1e76e1fdfa
8328403: Remove applet usage from JColorChooser tests Test6977726
...
Reviewed-by: tr, honkar
2024-04-01 06:22:11 +00:00
Phil Race
20cb6e786f
8329337: Problem list BufferStrategyExceptionTest.java on Windows
...
Reviewed-by: dcubed, aivanov
2024-03-29 18:08:11 +00:00
Naoto Sato
8a0ef811ed
8326627: Document Double/Float.valueOf(String) behavior for numeric strings with non-ASCII digits
...
Reviewed-by: iris, jlu
2024-03-29 17:55:57 +00:00
Raphael Jolly
245514da51
8328953: JEditorPane.read throws ChangedCharSetException
...
Reviewed-by: tr, aivanov
2024-03-29 10:07:14 +00:00
Justin Lu
bf93e77e72
8329118: Run MessageFormat additional subformat pattern tests under en_US locale
...
Reviewed-by: naoto
2024-03-28 22:44:49 +00:00
Damon Nguyen
7ac2f914aa
8329210: Delete Redundant Printer Dialog Modality Test
...
Reviewed-by: honkar, prr
2024-03-28 16:13:40 +00:00
Kevin Walls
2af0312c95
8328619: sun/management/jmxremote/bootstrap/SSLConfigFilePermissionTest.java failed with BindException: Address already in use
...
Reviewed-by: lmesnik, dfuchs
2024-03-28 11:34:44 +00:00
Kevin Walls
2b79c22c43
8327505: Test com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java fails
...
Reviewed-by: lmesnik, stuefe
2024-03-28 09:06:41 +00:00
Alisen Chung
e3588bba04
8328819: Remove applet usage from JFileChooser tests bug6698013
...
Reviewed-by: honkar, tr, dnguyen
2024-03-27 19:19:51 +00:00
Alisen Chung
cc5b9c63cb
8328227: Remove applet usage from JColorChooser tests Test4887836
...
Reviewed-by: honkar, prr
2024-03-27 19:18:52 +00:00
Aleksey Shipilev
614db2ea9e
8328638: Fallback option for POST-only OCSP requests
...
Reviewed-by: mullan, rhalade
2024-03-27 14:44:50 +00:00
Alex Menkov
8fc9097b37
8315575: Retransform of record class with record component annotation fails with CFE
...
Reviewed-by: sspitsyn, coleenp
2024-03-26 23:54:28 +00:00
Damon Nguyen
db01fcd6d8
8328827: Convert java/awt/print/PrinterJob/PrinterDialogsModalityTest/PrinterDialogsModalityTest.html applet test to main
...
Reviewed-by: prr, tr
2024-03-26 19:00:44 +00:00
Elif Aslan
cc1800fa4d
8327998: Enable java/lang/ProcessBuilder/JspawnhelperProtocol.java on Mac
...
Reviewed-by: gli, shade, rriggs
2024-03-26 11:47:53 +00:00