Sean Coffey
|
7daae1fb42
|
8314263: Signed jars triggering Logger finder recursion and StackOverflowError
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Reviewed-by: dfuchs
|
2023-08-30 12:54:57 +00:00 |
|
Roland Westrelin
|
ed1ea5fe7c
|
8314024: SIGSEGV in PhaseIdealLoop::build_loop_late_post_work due to bad immediate dominator info
Reviewed-by: kvn, chagedorn
|
2023-08-30 07:52:05 +00:00 |
|
Matthias Baesken
|
f3aeb024d9
|
8315213: java/lang/ProcessHandle/TreeTest.java test enhance output of children
Reviewed-by: stuefe, rriggs
|
2023-08-30 06:46:51 +00:00 |
|
Matthias Baesken
|
1e7e2bcf35
|
8315214: Do not run sun/tools/jhsdb tests concurrently
Reviewed-by: alanb, cjplummer
|
2023-08-30 06:41:43 +00:00 |
|
Valerie Peng
|
1c598c2245
|
8312428: PKCS11 tests fail with NSS 3.91
Reviewed-by: ssahoo, rhalade
|
2023-08-29 22:08:34 +00:00 |
|
Kevin Walls
|
1d0250709a
|
8314476: TestJstatdPortAndServer.java failed with "java.rmi.NoSuchObjectException: no such object in table"
Reviewed-by: msheppar, sspitsyn
|
2023-08-29 08:54:00 +00:00 |
|
Pengfei Li
|
a03954e6c5
|
8309697: [TESTBUG] Remove "@requires vm.flagless" from jtreg vectorization tests
Reviewed-by: kvn, thartmann, epeter, chagedorn
|
2023-08-29 01:39:54 +00:00 |
|
Pengfei Li
|
e5ea9aa9aa
|
8312570: [TESTBUG] Jtreg compiler/loopopts/superword/TestDependencyOffsets.java fails on 512-bit SVE
Reviewed-by: epeter, kvn
|
2023-08-29 01:34:33 +00:00 |
|
Calvin Cheung
|
1cb2cc6587
|
8308464: Shared array class should not always be loaded in boot loader
Reviewed-by: dholmes, iklam
|
2023-08-28 22:05:15 +00:00 |
|
Justin Lu
|
b4b2fecb42
|
8311081: KeytoolReaderP12Test.java fail on localized Windows platform
Reviewed-by: lancea, jpai, weijun
|
2023-08-28 20:36:32 +00:00 |
|
lawrence.andrews
|
31e26814db
|
8315071: Modify TrayIconScalingTest.java, PrintLatinCJKTest.java to use new PassFailJFrame's builder pattern usage
Reviewed-by: honkar, aivanov
|
2023-08-28 20:31:02 +00:00 |
|
Alisen Chung
|
21916f32c0
|
8139208: [macosx] Issue with setExtendedState of JFrame
Reviewed-by: honkar, dnguyen, azvegint
|
2023-08-28 20:17:40 +00:00 |
|
Roberto Castañeda Lozano
|
1c3177eea7
|
8315029: [BACKOUT] Generational ZGC: Tests crash with assert(index == 0 || is_power_of_2(index))
Reviewed-by: chagedorn, mdoerr
|
2023-08-28 11:08:44 +00:00 |
|
Christian Hagedorn
|
5c4f1dc43e
|
8314513: [IR Framework] Some internal IR Framework tests are failing after JDK-8310308 on PPC and Cascade Lake
Reviewed-by: kvn, mdoerr
|
2023-08-28 10:30:48 +00:00 |
|
Darragh Clarke
|
1664e793eb
|
8311792: java/net/httpclient/ResponsePublisher.java fails intermittently with AssertionError: Found some outstanding operations
Reviewed-by: dfuchs, jpai
|
2023-08-28 10:03:42 +00:00 |
|
Daniel Jeliński
|
12de9b0225
|
8314148: Fix variable scope in SunMSCAPI
Reviewed-by: valeriep
|
2023-08-28 05:27:25 +00:00 |
|
Chris Plummer
|
8a5db6bab3
|
8237542: JMapHeapConfigTest.java doesn't work with negative jlong values
Reviewed-by: sspitsyn, shade
|
2023-08-25 23:16:02 +00:00 |
|
Rajan Halade
|
e9ba8d5a0e
|
8314960: Add Certigna Root CA - 2
Reviewed-by: mullan
|
2023-08-25 18:17:27 +00:00 |
|
Quan Anh Mai
|
837cf85f7d
|
8312547: Max/Min nodes Value implementation could be improved
Reviewed-by: thartmann, kvn
|
2023-08-25 17:48:27 +00:00 |
|
Leonid Mesnik
|
7342f5a033
|
8314333: Update com/sun/jdi/ProcessAttachTest.java to use ProcessTools.createTestJvm(..)
Reviewed-by: cjplummer
|
2023-08-25 16:18:45 +00:00 |
|
Roberto Castañeda Lozano
|
f139f30695
|
8315033: Problemlist java/lang/template/StringTemplateTest.java
Reviewed-by: chagedorn
|
2023-08-25 15:27:24 +00:00 |
|
Weibing Xiao
|
f2383b3cbd
|
8314063: The socket is not closed in Connection::createSocket when the handshake failed for LDAP connection
Reviewed-by: aefimov, msheppar
|
2023-08-25 12:20:18 +00:00 |
|
Roberto Castañeda Lozano
|
002b594870
|
8312749: Generational ZGC: Tests crash with assert(index == 0 || is_power_of_2(index))
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Reviewed-by: thartmann, ayang, kvn
|
2023-08-25 07:18:34 +00:00 |
|
Vyom Tewari
|
acaab6fd74
|
8306040: HttpResponseInputStream.available() returns 1 on empty stream
Reviewed-by: dfuchs
|
2023-08-24 15:46:44 +00:00 |
|
Doug Simon
|
75e19e0d5e
|
8314819: [JVMCI] HotSpotJVMCIRuntime.lookupType throws unexpected ClassNotFoundException
Reviewed-by: never, thartmann
|
2023-08-24 10:12:16 +00:00 |
|
Thomas Stuefe
|
de0e46c2f6
|
8303815: Improve Metaspace test speed
Reviewed-by: stefank, dholmes
|
2023-08-24 05:38:43 +00:00 |
|
Thomas Stuefe
|
3699666c93
|
8313319: [linux] mmap should use MAP_FIXED_NOREPLACE if available
Reviewed-by: jsjolen, dholmes
|
2023-08-24 05:16:58 +00:00 |
|
Alexander Matveev
|
57a322da9b
|
8308042: [macos] Developer ID Application Certificate not picked up by jpackage if it contains UNICODE characters
Reviewed-by: asemenyuk
|
2023-08-23 20:22:12 +00:00 |
|
Chris Plummer
|
38a9edfb7e
|
8314679: SA fails to properly attach to JVM after having just detached from a different JVM
Reviewed-by: dholmes, kevinw
|
2023-08-23 20:11:10 +00:00 |
|
Ben Perez
|
9435cd1916
|
8175874: Update Security.insertProviderAt to specify behavior when requested position is out of range.
Reviewed-by: mullan, valeriep
|
2023-08-23 18:10:11 +00:00 |
|
lawrence.andrews
|
dbb788f34d
|
8294535: Add screen capture functionality to PassFailJFrame
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org>
Reviewed-by: aivanov, honkar
|
2023-08-23 17:48:07 +00:00 |
|
Brian Burkhalter
|
096b7ff097
|
8314810: (fs) java/nio/file/Files/CopyInterference.java should use TestUtil::supportsLinks
Reviewed-by: aturbanov, alanb
|
2023-08-23 15:31:33 +00:00 |
|
Alexey Ivanov
|
62610203f1
|
8312555: Ideographic characters aren't stretched by AffineTransform.scale(2, 1)
Ignore bitmaps embedded into fonts for non-uniform scales
Reviewed-by: prr, serb
|
2023-08-23 11:48:22 +00:00 |
|
Matthias Baesken
|
703817d21f
|
8314517: some tests fail in case ipv6 is disabled on the machine
Reviewed-by: mdoerr, lucy, jpai, dfuchs
|
2023-08-23 10:44:40 +00:00 |
|
Roland Westrelin
|
1cee3b9fd9
|
8313262: C2: Sinking node may cause required cast to be dropped
Reviewed-by: chagedorn, thartmann
|
2023-08-23 08:59:36 +00:00 |
|
Tobias Holenstein
|
f8203cb272
|
8313626: C2 crash due to unexpected exception control flow
Reviewed-by: thartmann, chagedorn
|
2023-08-23 08:47:33 +00:00 |
|
Kimura Yukihiro
|
d1de3d082e
|
8313901: [TESTBUG] test/hotspot/jtreg/compiler/codecache/CodeCacheFullCountTest.java fails with java.lang.VirtualMachineError
Reviewed-by: shade, thartmann
|
2023-08-23 06:04:28 +00:00 |
|
Thomas Stuefe
|
a0d0f21f08
|
8314752: Use google test string comparison macros
Reviewed-by: coleenp, kbarrett
|
2023-08-23 05:26:05 +00:00 |
|
Valerie Peng
|
ba6cdbe2c2
|
8309214: sun/security/pkcs11/KeyStore/CertChainRemoval.java fails after 8301154
Reviewed-by: mbaesken, jnimeh
|
2023-08-22 23:49:03 +00:00 |
|
Calvin Cheung
|
9f4a9fe488
|
8312434: SPECjvm2008/xml.transform with CDS fails with "can't seal package nu.xom"
Reviewed-by: iklam, matsaave
|
2023-08-22 22:37:16 +00:00 |
|
Thomas Stuefe
|
20e94784c9
|
8314426: runtime/os/TestTrimNative.java is failing on slow machines
Reviewed-by: mbaesken, mdoerr, shade
|
2023-08-22 14:00:47 +00:00 |
|
Daohan Qu
|
6b9df037e4
|
8311240: Eliminate usage of testcases.jar from TestMetaSpaceLog.java
Reviewed-by: ayang, tschatzl
|
2023-08-22 12:51:59 +00:00 |
|
Cesar Soares Lucas
|
02ef859f79
|
8313689: C2: compiler/c2/irTests/scalarReplacement/AllocationMergesTests.java fails intermittently with -XX:-TieredCompilation
Reviewed-by: kvn, thartmann
|
2023-08-22 07:58:51 +00:00 |
|
Sergey Bylokhov
|
87298d2ade
|
8312535: MidiSystem.getSoundbank() throws unexpected SecurityException
Reviewed-by: prr
|
2023-08-22 01:44:16 +00:00 |
|
Daniel D. Daugherty
|
78f74bc8ff
|
8314672: ProblemList runtime/cds/appcds/customLoader/HelloCustom_JFR.java on linux-all and windows-x64
Reviewed-by: azvegint
|
2023-08-21 17:13:48 +00:00 |
|
Leo Korinth
|
17a19dc060
|
8311639: Replace currentTimeMillis() with nanoTime() in jtreg/gc
Reviewed-by: stefank, ayang
|
2023-08-21 12:19:36 +00:00 |
|
Aleksey Shipilev
|
812f475bc4
|
8314501: Shenandoah: sun/tools/jhsdb/heapconfig/JMapHeapConfigTest.java fails
Reviewed-by: cjplummer, sspitsyn
|
2023-08-21 09:02:01 +00:00 |
|
Sidraya
|
ec1f7a8480
|
8311630: [s390] Implementation of Foreign Function & Memory API (Preview)
Reviewed-by: amitkumar, jvernee, mdoerr
|
2023-08-21 07:15:25 +00:00 |
|
Christian Stein
|
c50315de8f
|
8314495: Update to use jtreg 7.3.1
Reviewed-by: dholmes, erikj, iris, jpai
|
2023-08-21 06:30:56 +00:00 |
|
Alan Bateman
|
ed0f75f266
|
8313290: Misleading exception message from STS.Subtask::get when task forked after shutdown
Reviewed-by: psandoz
|
2023-08-19 18:42:43 +00:00 |
|