Jorn Vernee
|
b12c471a99
|
8317837: Leftover FFM implementation-only changes
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Co-authored-by: Per Minborg <pminborg@openjdk.org>
Reviewed-by: mcimadamore
|
2023-10-13 19:05:47 +00:00 |
|
Mikael Vidstedt
|
605c976729
|
8318039: GHA: Bump macOS and Xcode versions
Reviewed-by: erikj, prr, ihse, clanger
|
2023-10-13 17:25:00 +00:00 |
|
Daniel Fuchs
|
6273ab97dc
|
8317808: HTTP/2 stream cancelImpl may leave subscriber registered
Reviewed-by: michaelm, djelinski
|
2023-10-13 14:35:50 +00:00 |
|
Alexey Ivanov
|
7d31146f4d
|
8318028: Remove unused class="centered" from FocusCycle.svg
Reviewed-by: serb
|
2023-10-13 13:40:49 +00:00 |
|
Johan Sjölen
|
45b7aedabf
|
8317433: Async UL: Only grab lock once when write():ing
Reviewed-by: dholmes, xliu
|
2023-10-13 13:21:34 +00:00 |
|
Aleksei Voitylov
|
266636deab
|
8315940: ARM32: Move field resolution information out of the cpCache
Reviewed-by: dsamersoff
|
2023-10-13 11:33:34 +00:00 |
|
Johan Sjölen
|
e490cf9c65
|
8317432: Async UL: Use memcpy instead of strcpy in Message ctr
Reviewed-by: xliu, dholmes
|
2023-10-13 11:28:17 +00:00 |
|
Matthias Baesken
|
126f2ace5d
|
8318006: remove unused net related coding
Reviewed-by: alanb, lucy
|
2023-10-13 08:53:43 +00:00 |
|
Joachim Kern
|
4d9042043e
|
8315026: ProcessHandle implementation listing processes on AIX should use getprocs64
Reviewed-by: rriggs, stuefe, mbaesken
|
2023-10-13 08:29:48 +00:00 |
|
Thomas Schatzl
|
1082c0e767
|
8317677: Specialize Vtablestubs::entry_for() for VtableBlob
Reviewed-by: thartmann, kvn
|
2023-10-13 07:40:00 +00:00 |
|
Matthias Baesken
|
ec310fe809
|
8317919: pthread_attr_init handle return value and destroy pthread_attr_t object
Reviewed-by: mdoerr, lucy
|
2023-10-13 07:01:50 +00:00 |
|
Matthias Baesken
|
ff0b397e13
|
8317959: Check return values of malloc in native java.base coding
Reviewed-by: alanb, bpb
|
2023-10-13 06:50:08 +00:00 |
|
Thomas Stuefe
|
c88b387881
|
8317987: C2 recompilations cause high memory footprint
Reviewed-by: adinn, kvn
|
2023-10-13 06:43:42 +00:00 |
|
Leonid Mesnik
|
993951b85e
|
8316464: 3 sun/tools tests ignore VM flags
Reviewed-by: sspitsyn, cjplummer
|
2023-10-12 23:32:37 +00:00 |
|
Archie Cobbs
|
17535c34bc
|
8317818: Combinatorial explosion during 'this' escape analysis
Reviewed-by: vromero
|
2023-10-12 22:39:03 +00:00 |
|
Damon Nguyen
|
61ce739ac8
|
8315484: java/awt/dnd/RejectDragDropActionTest.java timed out
Reviewed-by: honkar, aivanov
|
2023-10-12 22:02:16 +00:00 |
|
ANUPAM DEV
|
77fa44fd4f
|
8317847: Typo in API documentation of class JPopupMenu
Reviewed-by: aivanov
|
2023-10-12 20:07:07 +00:00 |
|
Daniel D. Daugherty
|
0983b54866
|
8318038: ProblemList runtime/CompressedOops/CompressedClassPointers.java on two platforms
8318040: ProblemList vmTestbase/nsk/monitoring/ThreadMXBean/findMonitorDeadlockedThreads/find006/TestDescription.java on macosx-aarch64
8318042: ProblemList java/nio/channels/vthread/BlockingChannelOps.java#direct-register with GenZGC
Reviewed-by: rriggs, azvegint
|
2023-10-12 20:02:10 +00:00 |
|
Evgeny Astigeevich
|
64ee3c9990
|
8317266: Move nmethod::check_all_dependencies to codeCache.cpp and mark it NOT_PRODUCT
Reviewed-by: kvn, dlong
|
2023-10-12 19:56:18 +00:00 |
|
Jorn Vernee
|
32ac72c3d3
|
8312522: Implementation of Foreign Function & Memory API
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Per Minborg <pminborg@openjdk.org>
Reviewed-by: dholmes, psandoz, mcimadamore, alanb
|
2023-10-12 19:50:08 +00:00 |
|
Rajan Halade
|
9728e21db1
|
8317967: Enhance test/jdk/javax/net/ssl/TLSCommon/SSLEngineTestCase.java to handle default cases
Reviewed-by: mullan
|
2023-10-12 17:02:32 +00:00 |
|
Archie Cobbs
|
a8473b7079
|
8317336: Assertion error thrown during 'this' escape analysis
Reviewed-by: vromero
|
2023-10-12 16:51:53 +00:00 |
|
Mikhailo Seledtsov
|
16fd43c5eb
|
8316693: Simplify at-requires checkDockerSupport()
Reviewed-by: iklam, lmesnik
|
2023-10-12 16:29:14 +00:00 |
|
Roger Riggs
|
c1f698d38b
|
8317956: Make jdk.internal.util.Architecture current architecture final
Reviewed-by: pminborg, redestad, bpb
|
2023-10-12 14:14:43 +00:00 |
|
wenshao
|
935543146b
|
8316426: Optimization for HexFormat.formatHex
Reviewed-by: liach, rriggs
|
2023-10-12 13:54:09 +00:00 |
|
Thomas Stuefe
|
32ccf018eb
|
8317772: NMT: Make peak values available in release builds
Reviewed-by: jsjolen, zgu
|
2023-10-12 13:48:59 +00:00 |
|
Ivan Walulya
|
4c79e7d59c
|
8170817: G1: Returning MinTLABSize from unsafe_max_tlab_alloc causes TLAB flapping
Reviewed-by: tschatzl, ayang
|
2023-10-12 10:28:52 +00:00 |
|
Tobias Hartmann
|
7633a76607
|
8317998: Temporarily disable malformed control flow assert to reduce noise in testing
Reviewed-by: epeter
|
2023-10-12 09:50:18 +00:00 |
|
Ravi Gupta
|
00ef9f9c32
|
8316947: Write a test to check textArea triggers MouseEntered/MouseExited events properly
Reviewed-by: tr, honkar, aivanov
|
2023-10-12 09:40:02 +00:00 |
|
Albert Mingkun Yang
|
77dc89115e
|
8317963: Serial: Remove unused GenerationIsInReservedClosure
Reviewed-by: kbarrett, tschatzl
|
2023-10-12 08:54:32 +00:00 |
|
Per Minborg
|
d95b548c78
|
8315850: Improve AbstractMap anonymous Iterator classes
Reviewed-by: liach, smarks
|
2023-10-12 07:51:21 +00:00 |
|
Matthias Baesken
|
424de295a6
|
8317866: replace NET_SocketAvailable
Reviewed-by: dfuchs, alanb
|
2023-10-12 07:22:49 +00:00 |
|
Matthias Baesken
|
6d6c9008d5
|
8038244: (fs) Check return value of malloc in Java_sun_nio_fs_AixNativeDispatcher_getmntctl()
Reviewed-by: bpb, vtewari, rriggs
|
2023-10-12 07:16:48 +00:00 |
|
Per Minborg
|
eca6ea43d0
|
8317873: Add @sealedGraph to IllegalFormatException
Reviewed-by: naoto, iris
|
2023-10-12 07:14:52 +00:00 |
|
vamsi-parasa
|
2edf9c3f1e
|
8317763: Follow-up to AVX512 intrinsics for Arrays.sort() PR
Reviewed-by: jbhateja, kvn, ihse, sviswanathan
|
2023-10-12 04:45:19 +00:00 |
|
Amit Kumar
|
839cb19ec2
|
8317581: [s390x] Multiple test failure with LockingMode=2
Reviewed-by: stuefe, lucy
|
2023-10-12 03:33:30 +00:00 |
|
Alexander Zvegintsev
|
387896fb34
|
8309621: [XWayland][Screencast] screen capture failure with sun.java2d.uiScale other than 1
Reviewed-by: prr, honkar
|
2023-10-11 22:14:23 +00:00 |
|
Matthew Donovan
|
8d2ad2b1ae
|
8317977: update problemlist to include MacOS for sun/security/tools/keytool/NssTest.java
Reviewed-by: dcubed
|
2023-10-11 21:27:19 +00:00 |
|
Daniel D. Daugherty
|
b92de54a81
|
8317964: java/awt/Mouse/MouseModifiersUnitTest/MouseModifiersUnitTest_Standard.java fails on macosx-all after JDK-8317751
Reviewed-by: azvegint
|
2023-10-11 17:03:02 +00:00 |
|
Matthew Donovan
|
2a80160960
|
8314283: Support for NSS tests on aarch64 platforms
Reviewed-by: rhalade
|
2023-10-11 16:44:22 +00:00 |
|
Stuart Marks
|
3f6d01687c
|
8314896: additional clarifications to reversed() default methods' implementation requirements
Reviewed-by: bchristi
|
2023-10-11 16:42:28 +00:00 |
|
Per Minborg
|
2d46b29728
|
8317874: Add @sealedGraph to StringTemplate.Processor.Linkage
Reviewed-by: rriggs
|
2023-10-11 16:17:01 +00:00 |
|
Hamlin Li
|
8f8c45b54a
|
8315716: RISC-V: implement ChaCha20 intrinsic
Reviewed-by: luhenry, fyang
|
2023-10-11 14:48:28 +00:00 |
|
Albert Mingkun Yang
|
8a9c4d5266
|
8317675: Serial: Move gc/shared/generation to serial folder
Reviewed-by: mli, tschatzl
|
2023-10-11 14:31:41 +00:00 |
|
Roman Kennke
|
bcafec54a5
|
8316958: Add test for unstructured locking
Reviewed-by: dholmes, shade
|
2023-10-11 13:44:39 +00:00 |
|
Albert Mingkun Yang
|
731fb4eea2
|
8317797: G1: Remove unimplemented predict_will_fit
Reviewed-by: tschatzl
|
2023-10-11 09:22:27 +00:00 |
|
Amit Kumar
|
79761519f6
|
8313438: [s390x] build broken after JDK-8301996
Reviewed-by: mdoerr, lucy
|
2023-10-11 08:49:54 +00:00 |
|
Christoph Langer
|
ca96fd3b07
|
8317839: Exclude java/nio/channels/Channels/SocketChannelStreams.java on AIX
Reviewed-by: alanb
|
2023-10-11 06:54:20 +00:00 |
|
Matthias Baesken
|
a9b41da9df
|
8317603: Improve exception messages thrown by sun.nio.ch.Net native methods (win)
Reviewed-by: vtewari, alanb, djelinski
|
2023-10-11 06:43:45 +00:00 |
|
Tobias Hartmann
|
0fd807118c
|
8317738: CodeCacheFullCountTest failed with "VirtualMachineError: Out of space in CodeCache for method handle intrinsic"
Reviewed-by: kvn
|
2023-10-11 06:18:34 +00:00 |
|