Erik Joelsson
|
837d2e1cac
|
8314483: Optionally override copyright header in generated source
Reviewed-by: dholmes, iris
|
2023-08-25 20:42:14 +00:00 |
|
Erik Joelsson
|
320162395d
|
8310454: Introduce static-libs-graal bundle
Reviewed-by: jiangli
|
2023-08-25 20:35:40 +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 |
|
Jonas Norlinder
|
dcd6e75671
|
8314990: Generational ZGC: Strong OopStorage stats reported as weak roots
Reviewed-by: stefank, eosterlund
|
2023-08-25 08:10:09 +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 |
|
Jie Fu
|
d024059174
|
8314951: VM build without C2 still fails after JDK-8313530
Reviewed-by: dnsimon, kvn
|
2023-08-25 04:59:19 +00:00 |
|
Brian Burkhalter
|
2624324ac2
|
8219567: Name of first parameter of RandomAccessFile(String,String) is inconsistent
Reviewed-by: jlu, vtewari, rriggs, jpai
|
2023-08-24 18:18:16 +00:00 |
|
Patricio Chilano Mateo
|
8e4240c316
|
8314850: SharedRuntime::handle_wrong_method() gets called too often when resolving Continuation.enter
Reviewed-by: rpressler, aph
|
2023-08-24 18:08:16 +00:00 |
|
Alan Bateman
|
d9fc6b6933
|
8314759: VirtualThread.parkNanos timeout adjustment when pinned should be replaced
Reviewed-by: aturbanov, shade, dfuchs
|
2023-08-24 16:51:20 +00:00 |
|
Vyom Tewari
|
acaab6fd74
|
8306040: HttpResponseInputStream.available() returns 1 on empty stream
Reviewed-by: dfuchs
|
2023-08-24 15:46:44 +00:00 |
|
Aleksey Shipilev
|
76b9011c9e
|
8314656: GHA: No need for Debian ports keyring installation after JDK-8313701
Reviewed-by: fyang
|
2023-08-24 13:49:22 +00:00 |
|
Vladimir Petko
|
e36620d80e
|
8314554: Debian/Ubuntu should not link OpenJDK with --as-needed link option
Reviewed-by: erikj
|
2023-08-24 12:27:52 +00:00 |
|
Matthias Baesken
|
97b94cb1cd
|
8314883: Java_java_util_prefs_FileSystemPreferences_lockFile0 write result errno in missing case
Reviewed-by: jpai, shade, vtewari
|
2023-08-24 10:44:09 +00:00 |
|
Doug Simon
|
75e19e0d5e
|
8314819: [JVMCI] HotSpotJVMCIRuntime.lookupType throws unexpected ClassNotFoundException
Reviewed-by: never, thartmann
|
2023-08-24 10:12:16 +00:00 |
|
Gergö Barany
|
c418933d32
|
8313530: VM build without C2 fails after JDK-8312579
Reviewed-by: dnsimon, haosun, jiefu, kvn
|
2023-08-24 08:05:33 +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 |
|
Koichi Sakata
|
3285a1efc8
|
8314555: Build with mawk fails on Windows
Reviewed-by: erikj
|
2023-08-24 00:32:31 +00:00 |
|
David Holmes
|
4a50e87592
|
8303852: current_stack_region() gets called twice unnecessarily
Reviewed-by: stuefe, pchilanomate
|
2023-08-23 22:51:31 +00:00 |
|
Kim Barrett
|
c077be4768
|
8314694: Separate checked_cast from globalDefinitions.hpp
Reviewed-by: stuefe, coleenp, sspitsyn
|
2023-08-23 22:32:37 +00:00 |
|
Andrey Turbanov
|
68815d54c1
|
8314734: Remove unused field TypeVariableImpl.EMPTY_ANNOTATION_ARRAY
Reviewed-by: bpb, darcy
|
2023-08-23 20:41:28 +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 |
|
Chris Plummer
|
2c60cadfde
|
8280743: HSDB "Monitor Cache Dump" command might throw NPE
Reviewed-by: kevinw, sspitsyn
|
2023-08-23 19:12:35 +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 |
|
Andrey Turbanov
|
fae3b02aeb
|
8314746: Remove unused private put* methods from DirectByteBufferR
Reviewed-by: alanb, bpb
|
2023-08-23 17:36:46 +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 |
|
Thomas Schatzl
|
742e319a21
|
8314157: G1: "yielded" is not initialized on some paths after JDK-8140326
Reviewed-by: ayang, iwalulya
|
2023-08-23 09:45:25 +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 |
|
Aleksey Shipilev
|
2be469f89e
|
8314743: Use of uninitialized local in SR_initialize after JDK-8314114
Reviewed-by: dholmes, coleenp
|
2023-08-23 07:17:29 +00:00 |
|
Jan Kratochvil
|
571c435e1a
|
8313374: --enable-ccache's CCACHE_BASEDIR breaks builds
Reviewed-by: erikj
|
2023-08-23 06:26:18 +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 |
|
Andrew John Hughes
|
7e843c22e7
|
8284772: GHA: Use GCC Major Version Dependencies Only
Reviewed-by: jwaters, shade, stuefe, erikj, serb
Backport-of: 62defc3dfc4b9ba5adfe3189f34fe8b3f59b94a0
|
2023-08-23 03:28:23 +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 |
|
Chris Plummer
|
7c169a426f
|
8312232: Remove sun.jvm.hotspot.runtime.VM.buildLongFromIntsPD()
Reviewed-by: lmesnik, kevinw
|
2023-08-22 20:57:11 +00:00 |
|
Brian Burkhalter
|
2eae13c669
|
8214248: (fs) Files:mismatch spec clarifications
Reviewed-by: alanb
|
2023-08-22 19:04:46 +00:00 |
|
Albert Mingkun Yang
|
ce1ded1a4f
|
8314749: Remove unimplemented _Copy_conjoint_oops_atomic
Reviewed-by: dcubed
|
2023-08-22 17:23:37 +00:00 |
|
Albert Mingkun Yang
|
32bf468c3b
|
8314274: G1: Fix -Wconversion warnings around G1CardSetArray::_data
Reviewed-by: kbarrett, tschatzl
|
2023-08-22 17:21:44 +00:00 |
|
Alexey Ivanov
|
eb065726f2
|
8313408: Use SVG for BoxLayout example
Reviewed-by: serb, tr, prr
|
2023-08-22 17:14:29 +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 |
|