Jonathan Gibbons
|
b3fec6b5f3
|
8306980: Generated docs should contain correct Legal Documents
Reviewed-by: ihse, mchung
|
2023-10-31 22:03:35 +00:00 |
|
Calvin Cheung
|
11394828b3
|
8316132: CDSProtectionDomain::get_shared_protection_domain should check for exception
Reviewed-by: dholmes, iklam
|
2023-10-31 20:56:18 +00:00 |
|
Harshitha Onkar
|
2182c93689
|
8313643: Update HarfBuzz to 8.2.2
Reviewed-by: jdv, prr, dnguyen
|
2023-10-31 19:01:15 +00:00 |
|
Renjith Kannath Pariyangad
|
613a3cc689
|
8301846: Invalid TargetDataLine after screen lock when using JFileChooser or COM library
Reviewed-by: serb, aivanov
|
2023-10-31 18:20:38 +00:00 |
|
Renjith Kannath Pariyangad
|
613d32c282
|
8169475: WheelModifier.java fails by timeout
Reviewed-by: dmarkov, aivanov
|
2023-10-31 18:20:22 +00:00 |
|
Adam Sotona
|
f1e8787393
|
8317609: Classfile API fails to verify /jdk.jcmd/sun/tools/jstat/Alignment.class
Reviewed-by: liach, alanb
|
2023-10-31 16:13:41 +00:00 |
|
Daniel Jeliński
|
47624f6fc6
|
8299058: AssertionError in sun.net.httpserver.ServerImpl when connection is idle
Reviewed-by: jpai, michaelm, dfuchs
|
2023-10-31 15:53:28 +00:00 |
|
Erik Gahlin
|
2d5829afbc
|
8239508: JFR: @RemoveFields
Reviewed-by: mgronlun
|
2023-10-31 15:36:12 +00:00 |
|
Hai-May Chao
|
0064cf90ff
|
8311596: Add separate system properties for TLS server and client for maximum chain length
Reviewed-by: jnimeh, weijun, mullan
|
2023-10-31 15:22:18 +00:00 |
|
Conor Cleary
|
3a7525d5c3
|
8309118: HttpClient: Add more tests for 100 ExpectContinue with HTTP/2
Reviewed-by: dfuchs, djelinski
|
2023-10-31 14:45:14 +00:00 |
|
Albert Mingkun Yang
|
f4c5db92ea
|
8318908: Parallel: Remove ExtendedCardValue
Reviewed-by: tschatzl, sjohanss
|
2023-10-31 14:23:18 +00:00 |
|
Doug Simon
|
7452d50be5
|
8318940: [JVMCI] do not set HotSpotNmethod oop for a default HotSpotNmethod
Reviewed-by: thartmann, never
|
2023-10-31 14:16:38 +00:00 |
|
Matthew Donovan
|
3e39d7b34c
|
8319136: Skip pkcs11 tests on linux-aarch64
Reviewed-by: rhalade
|
2023-10-31 13:28:41 +00:00 |
|
Andrew Haley
|
ee6f25b507
|
8319120: Unbound ScopedValue.get() throws the wrong exception
Reviewed-by: alanb
|
2023-10-31 12:58:56 +00:00 |
|
Viktor Klang
|
e05cafda78
|
8318467: [jmh] tests concurrent.Queues and concurrent.ProducerConsumer hang with 101+ threads
Reviewed-by: alanb
|
2023-10-31 11:14:08 +00:00 |
|
Markus Grönlund
|
d3c3f0e7c8
|
8317951: Refactor loading of zip library to help resolve JDK-8315220
Reviewed-by: egahlin, dholmes
|
2023-10-31 10:02:40 +00:00 |
|
Conor Cleary
|
576c9bccfb
|
8318492: Http2ClientImpl should attempt to close and remove connection in stop()
Reviewed-by: dfuchs, jpai
|
2023-10-31 09:58:26 +00:00 |
|
Albert Mingkun Yang
|
5411ad2a5c
|
8319106: Remove unimplemented TaskTerminator::do_delay_step
Reviewed-by: tschatzl
|
2023-10-31 09:14:57 +00:00 |
|
Jayathirth D V
|
75ce02fe74
|
8318951: Additional negative value check in JPEG decoding
Reviewed-by: azvegint, prr
|
2023-10-31 04:20:23 +00:00 |
|
Andrew John Hughes
|
328b381075
|
8009550: PlatformPCSC should load versioned so
Reviewed-by: valeriep, stuefe
|
2023-10-31 02:06:41 +00:00 |
|
Kimura Yukihiro
|
d051f22284
|
8318410: jdk/java/lang/instrument/BootClassPath/BootClassPathTest.sh fails on Japanese Windows
Reviewed-by: sspitsyn, kevinw
|
2023-10-30 23:26:16 +00:00 |
|
Alexander Matveev
|
1ca2cfafdd
|
8310933: Copying from runtime image to application image should not follow symlinks
Reviewed-by: asemenyuk
|
2023-10-30 21:09:17 +00:00 |
|
Brian Burkhalter
|
d3534b08b5
|
8318677: (ch) Add implNote about minBufferCap to main variant of Channels.newWriter
Reviewed-by: alanb, rriggs
|
2023-10-30 18:28:01 +00:00 |
|
Brian Burkhalter
|
864a876ebf
|
8313621: test/jdk/jdk/internal/math/FloatingDecimal/TestFloatingDecimal should use RandomFactory
Reviewed-by: rgiulietti
|
2023-10-30 18:27:50 +00:00 |
|
Erik Österlund
|
4679e9aa00
|
8310239: Add missing cross modifying fence in nmethod entry barriers
Reviewed-by: aboldtch, dlong, aph
|
2023-10-30 13:59:08 +00:00 |
|
Matthias Baesken
|
b9983c7229
|
8318961: increase javacserver connection timeout values and max retry attempts
Reviewed-by: clanger, erikj
|
2023-10-30 12:56:15 +00:00 |
|
Roberto Castañeda Lozano
|
a5818972c1
|
8317507: C2 compilation fails with "Exceeded _node_regs array"
Co-authored-by: Tobias Hartmann <thartmann@openjdk.org>
Reviewed-by: thartmann, shade, dlong
|
2023-10-30 12:54:03 +00:00 |
|
Markus Grönlund
|
c4c66aba93
|
8316271: JfrJvmtiAgent::retransformClasses failed: JVMTI_ERROR_FAILS_VERIFICATION
Reviewed-by: egahlin
|
2023-10-30 11:51:31 +00:00 |
|
Matthias Baesken
|
88b9cdae8f
|
8318981: compiler/compilercontrol/TestConflictInlineCommands.java fails intermittent with 'disallowed by CompileCommand' missing from stdout/stderr
Reviewed-by: mdoerr, thartmann
|
2023-10-30 11:14:12 +00:00 |
|
Aggelos Biboudis
|
c9d23c3940
|
8315532: Compiler Implementation for Unnamed Variables & Patterns
8317221: Implementation for javax.lang.model for Unnamed Variables & Patterns
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org>
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Co-authored-by: Gavin Bierman <gbierman@openjdk.org>
Co-authored-by: Brian Goetz <briangoetz@openjdk.org>
Co-authored-by: Joe Darcy <darcy@openjdk.org>
Co-authored-by: Aggelos Biboudis <abimpoudis@openjdk.org>
Reviewed-by: jlahoda, mcimadamore
|
2023-10-30 10:28:48 +00:00 |
|
Daniel Jeliński
|
3934127b08
|
8318709: Improve System.nanoTime performance on Windows
Reviewed-by: ccleary, dholmes
|
2023-10-30 07:54:55 +00:00 |
|
Emanuel Peter
|
83eb20651f
|
8318889: C2: add bailout after assert Bad graph detected in build_loop_late
Reviewed-by: shade, thartmann
|
2023-10-30 07:17:30 +00:00 |
|
Tim Prinzing
|
1183b221c2
|
8310978: JFR events SocketReadEvent/SocketWriteEvent for Socket adaptor ops
Reviewed-by: dfuchs, alanb
|
2023-10-30 06:04:17 +00:00 |
|
Gui Cao
|
988e1dfe6e
|
8318953: RISC-V: Small refactoring for MacroAssembler::test_bit
Reviewed-by: fyang, fjiang, luhenry
|
2023-10-30 00:31:08 +00:00 |
|
Daniel D. Daugherty
|
ce0ca47641
|
8319067: ProblemList serviceability/AsyncGetCallTrace/MyPackage/ASGCTBaseTest.java on linux-aarch64 in Xcomp mode
Reviewed-by: jpai
|
2023-10-29 14:16:26 +00:00 |
|
Feilong Jiang
|
db3402577a
|
8318827: RISC-V: Improve readability of fclass result testing
Reviewed-by: vkempik, luhenry, fyang
|
2023-10-29 10:15:41 +00:00 |
|
Hamlin Li
|
1ec0d02717
|
8318225: RISC-V: C2 UModI
8318226: RISC-V: C2 UModL
Reviewed-by: luhenry, rehn, fyang
|
2023-10-28 09:12:51 +00:00 |
|
Joe Wang
|
96bec3584c
|
8316996: Catalog API Enhancement: add a factory method
Reviewed-by: naoto, lancea
|
2023-10-28 03:38:30 +00:00 |
|
Sergey Bylokhov
|
d2260146c9
|
8318850: Duplicate code in the LCMSImageLayout
Reviewed-by: prr
|
2023-10-27 18:21:18 +00:00 |
|
Daniel Jeliński
|
c593f8bf59
|
8318091: Remove empty initIDs functions
Reviewed-by: prr, aivanov
|
2023-10-27 16:09:27 +00:00 |
|
Claes Redestad
|
4f9f1955ab
|
8318753: hsdis binutils may place libs in lib64
Reviewed-by: rehn, djelinski, ihse
|
2023-10-27 14:40:30 +00:00 |
|
Maurizio Cimadamore
|
2915d74a10
|
8318837: javac generates wrong ldc instruction for dynamic constant loads
Reviewed-by: vromero, jlahoda
|
2023-10-27 13:47:24 +00:00 |
|
Damon Fenacci
|
ddd071617e
|
8317661: [REDO] store/load order not preserved when handling memory pool due to weakly ordered memory architecture of aarch64
Reviewed-by: dholmes, aph
|
2023-10-27 12:56:03 +00:00 |
|
Volker Simonis
|
141dae8b76
|
8318811: Compiler directives parser swallows a character after line comments
Reviewed-by: shade, phh
|
2023-10-27 12:10:55 +00:00 |
|
Doug Lea
|
667cca9d7a
|
8288899: java/util/concurrent/ExecutorService/CloseTest.java failed with "InterruptedException: sleep interrupted"
Reviewed-by: alanb
|
2023-10-27 10:08:59 +00:00 |
|
Leo Korinth
|
b9dcd4b741
|
8318964: Fix build failures caused by 8315097
Reviewed-by: aboldtch, rcastanedalo
|
2023-10-27 09:51:22 +00:00 |
|
Leo Korinth
|
d52a995f35
|
8315097: Rename createJavaProcessBuilder
Reviewed-by: lmesnik, dholmes, rriggs, stefank
|
2023-10-27 08:47:26 +00:00 |
|
Christian Stein
|
957703b1f9
|
8307168: Inconsistent validation and handling of --system flag arguments
Reviewed-by: jjg
|
2023-10-27 08:37:19 +00:00 |
|
William Kemper
|
5b5fd3694a
|
8316632: Shenandoah: Raise OOME when gc threshold is exceeded
Reviewed-by: kdnilsen, ysr, shade
|
2023-10-27 08:18:38 +00:00 |
|
Thomas Stuefe
|
abad0408e8
|
8313781: Add regression tests for large page logging and user-facing error messages
Reviewed-by: sjohanss, dholmes
|
2023-10-27 06:55:25 +00:00 |
|