Naoto Sato
|
4ea4d7c684
|
8336679: Add @implSpec for the default implementations in Process.waitFor()
Reviewed-by: bpb, jlu, liach
|
2024-07-24 16:48:34 +00:00 |
|
Jaikiran Pai
|
04e8cb8641
|
8336815: Several methods in java.net.Socket and ServerSocket do not specify behavior when already bound, connected or closed
Reviewed-by: alanb
|
2024-07-24 15:43:53 +00:00 |
|
Erik Gahlin
|
b2599f8b0e
|
8336316: JFR: Use SettingControl::getValue() instead of setValue() for ActiveSetting event
Reviewed-by: mgronlun
|
2024-07-24 15:13:02 +00:00 |
|
Erik Gahlin
|
aa15b895c9
|
8336485: jdk/jfr/jcmd/TestJcmdView.java RuntimeException: 'Invoked Concurrent' missing from stdout/stderr
Reviewed-by: mgronlun
|
2024-07-24 15:12:53 +00:00 |
|
Chen Liang
|
332df83e7c
|
8336927: Missing equals and hashCode in java.lang.classfile.Annotation
Reviewed-by: asotona
|
2024-07-24 12:13:15 +00:00 |
|
Albert Mingkun Yang
|
05d88de05e
|
8336098: G1: Refactor G1RebuildRSAndScrubTask
Reviewed-by: tschatzl, gli
|
2024-07-24 09:10:38 +00:00 |
|
Matthias Baesken
|
5b4824cf9a
|
8336827: compiler/vectorization/TestFloat16VectorConvChain.java timeouts on ppc64 platforms after JDK-8335860
Reviewed-by: kvn, mdoerr, shade
|
2024-07-24 07:21:45 +00:00 |
|
Martin Balao
|
3251eea1f4
|
8336499: Failure when creating non-CRT RSA private keys in SunPKCS11
Co-authored-by: Francisco Ferrari Bihurriet <fferrari@openjdk.org>
Co-authored-by: Martin Balao <mbalao@openjdk.org>
Reviewed-by: fferrari, valeriep
|
2024-07-24 02:39:35 +00:00 |
|
Shaojin Wen
|
476d2ae69d
|
8336831: Optimize StringConcatHelper.simpleConcat
Reviewed-by: liach, redestad, rriggs
|
2024-07-23 20:21:08 +00:00 |
|
Ben Perez
|
4c91d5cb41
|
8322133: getParameterSpec(ECGenParameterSpec.class) on EC AlgorithmParameters does not return standard names
Reviewed-by: mullan
|
2024-07-23 19:35:11 +00:00 |
|
William Kemper
|
2f2223d752
|
8336944: Shenandoah: Should only relativize stack chunks for successful evacuations
Reviewed-by: shade, ysr
|
2024-07-23 16:50:25 +00:00 |
|
Joe Darcy
|
8efcb40c47
|
8335823: Update --release 23 symbol information for JDK 23 build 33
Reviewed-by: iris, liach
|
2024-07-23 16:27:09 +00:00 |
|
Sonia Zaldana Calles
|
8e1f17e351
|
8327054: DiagnosticCommand Compiler.perfmap does not log on output()
Reviewed-by: lmesnik, stuefe, kevinw, cjplummer
|
2024-07-23 15:49:34 +00:00 |
|
Athijegannathan Sundararajan
|
0e555b5ded
|
8204582: Extra spaces in jlink documentation make it incorrect.
Reviewed-by: alanb
|
2024-07-23 12:22:53 +00:00 |
|
Chen Liang
|
a2a236f904
|
8335939: Hide element writing across the ClassFile API
Reviewed-by: asotona
|
2024-07-23 12:11:47 +00:00 |
|
Claes Redestad
|
e83b4b236e
|
8335182: Consolidate and streamline String concat code shapes
Reviewed-by: liach, jvernee
|
2024-07-23 11:50:57 +00:00 |
|
Raffaello Giulietti
|
4c7b3e7fc3
|
8334758: Incorrect note in Javadoc for a few RandomGenerator methods
Reviewed-by: bpb
|
2024-07-23 07:43:57 +00:00 |
|
SendaoYan
|
48030a2a86
|
8336855: Duplicate protected declaration and comment in interp_masm_aarch64.hpp
Reviewed-by: jiefu, shade
|
2024-07-23 05:23:48 +00:00 |
|
Alan Bateman
|
9f03f68755
|
8336339: (se) SelectionKey.interestOps(int) should not throw ClosedSelectorException
Reviewed-by: jpai, bpb
|
2024-07-23 05:13:49 +00:00 |
|
Chen Liang
|
22914e0774
|
8335938: Review XxxBuilder.original and XxxModel.parent
Reviewed-by: asotona
|
2024-07-23 04:59:58 +00:00 |
|
Chen Liang
|
aabec4a947
|
8335922: Incorrect @Stable usage of LambdaForm$Name.index
Reviewed-by: jvernee, shade
|
2024-07-22 22:54:36 +00:00 |
|
Chen Liang
|
96e4a1876a
|
8304929: MethodTypeDesc throws an unchecked exception than ReflectiveOperationException when a component class cannot be resolved
Reviewed-by: jvernee
|
2024-07-22 22:53:52 +00:00 |
|
Weijun Wang
|
d63d6e23d1
|
8336935: Test sun/security/krb5/auto/RealmSpecificValues.java fails: java.lang.RuntimeException: Should not reach here
Reviewed-by: hchao, dholmes
|
2024-07-22 22:17:43 +00:00 |
|
Chris Plummer
|
ed6499446d
|
8333391: Test com/sun/jdi/InterruptHangTest.java failed: Thread was never interrupted during sleep
Reviewed-by: lmesnik, amenkov
|
2024-07-22 19:34:09 +00:00 |
|
Chris Plummer
|
b144910ebb
|
8334145 : <pid> missing from vm_memory_map_<pid>.txt in System.dump_map help text
Reviewed-by: dholmes, stuefe
|
2024-07-22 18:56:30 +00:00 |
|
Henry Lin
|
b557594202
|
8333728: ubsan: shenandoahFreeSet.cpp:1347:24: runtime error: division by zero
Reviewed-by: shade, rkennke
|
2024-07-22 17:29:27 +00:00 |
|
Henry Lin
|
34eea6a5fa
|
8333088: ubsan: shenandoahAdaptiveHeuristics.cpp:245:44: runtime error: division by zero
Reviewed-by: shade, rkennke
|
2024-07-22 17:29:12 +00:00 |
|
Liam Miller-Cushon
|
31a85f1744
|
8336491: Unnecessary boxing conversions in void-returning lambdas
Reviewed-by: mcimadamore
|
2024-07-22 17:25:42 +00:00 |
|
Liam Miller-Cushon
|
8438c5853f
|
8336844: ZipConstants64 defines duplicate constants EXTID_ZIP64 and ZIP64_EXTID
Reviewed-by: jpai, vtewari, lancea
|
2024-07-22 17:20:58 +00:00 |
|
Naoto Sato
|
c1c9704268
|
8336479: Provide Process.waitFor(Duration)
Reviewed-by: liach, jpai, rriggs
|
2024-07-22 17:17:46 +00:00 |
|
Kevin Walls
|
7ea7730564
|
8332551: Test vmTestbase/nsk/monitoring/MemoryNotificationInfo/from/from001/TestDescription.java timed out
Reviewed-by: sspitsyn, lmesnik
|
2024-07-22 16:40:34 +00:00 |
|
Weijun Wang
|
c740e1e3b0
|
8333772: Incorrect Kerberos behavior when udp_preference_limit = 0
Reviewed-by: ssahoo, mullan
|
2024-07-22 16:00:40 +00:00 |
|
Daniel Lundén
|
0725eb1df2
|
8336753: Don't run serviceability/sa/ClhsdbDumpheap.java with -Xcomp
Reviewed-by: cjplummer, kvn, thartmann
|
2024-07-22 14:41:40 +00:00 |
|
Weijun Wang
|
c3226aaeb8
|
8334394: Race condition in Class::protectionDomain
Reviewed-by: liach, jpai, rriggs, alanb
|
2024-07-22 13:43:55 +00:00 |
|
Nizar Benalla
|
92de2b2d5f
|
8336039: Doccheck: HTML warnings, broken links and missing files in java.base documentation
Reviewed-by: liach, djelinski
|
2024-07-22 13:27:12 +00:00 |
|
Prasanta Sadhukhan
|
7ddd02599c
|
4265389: JSplitPane does not support ComponentOrientation
Reviewed-by: tr, abhiscxk
|
2024-07-22 13:19:30 +00:00 |
|
Aggelos Biboudis
|
c1fdc04ad7
|
8336781: Erroneous exhaustivity check with boolean switch
Reviewed-by: vromero
|
2024-07-22 10:29:34 +00:00 |
|
Adam Sotona
|
0db6c15efe
|
8336833: Endless loop in Javap ClassWriter
Reviewed-by: liach
|
2024-07-22 07:33:29 +00:00 |
|
lingjun.cg
|
4da9915875
|
8333396: Use StringBuilder internally for java.text.Format.* formatting
Reviewed-by: naoto, liach, jlu
|
2024-07-22 02:01:08 +00:00 |
|
Hai-May Chao
|
fd741a88e8
|
8327538: The SSLExtension class specifies incorrect values for heartbeat per RFC 6520 and post_handshake_auth per RFC 8446
Reviewed-by: wetmore
|
2024-07-21 17:05:46 +00:00 |
|
Christian Stein
|
ad498f57fc
|
8335896: Source launcher should set TCCL
Reviewed-by: alanb
|
2024-07-21 08:49:16 +00:00 |
|
Aleksei Efimov
|
b21cb44e38
|
8329398: Links in InetAddress class description show "#format"
Reviewed-by: jpai
|
2024-07-20 16:48:30 +00:00 |
|
Vladimir Kozlov
|
c5b7af73d0
|
8336692: Redo fix for JDK-8284620
Reviewed-by: dlong
|
2024-07-20 15:41:29 +00:00 |
|
Shaojin Wen
|
491b9f5efc
|
8336706: Optimize LocalDate.toString with StringBuilder.repeat
Reviewed-by: liach, rriggs
|
2024-07-20 06:54:19 +00:00 |
|
Shaojin Wen
|
e3acf4c627
|
8336792: DateTimeFormatterBuilder append zeros based on StringBuilder.repeat
Reviewed-by: liach, rriggs, naoto
|
2024-07-19 22:06:23 +00:00 |
|
Chris Plummer
|
e7e48a780a
|
8248609: [Graal] vmTestbase/nsk/jdi/VoidValue/toString/tostring001/TestDescription.java failed with Unexpected com.sun.jdi.ObjectCollectedException
Reviewed-by: amenkov, lmesnik
|
2024-07-19 21:53:04 +00:00 |
|
Liam Miller-Cushon
|
939fe000a9
|
8336786: VerifyError with lambda capture and enclosing instance references
Reviewed-by: mcimadamore
|
2024-07-19 21:52:45 +00:00 |
|
Chen Liang
|
3ade2b6114
|
8336777: BufferedMethodBuilder not initialized with static flag
Reviewed-by: asotona
|
2024-07-19 21:25:20 +00:00 |
|
Adam Sotona
|
c25c4896ad
|
8333812: ClassFile.verify() can throw exceptions instead of returning VerifyErrors
Reviewed-by: liach
|
2024-07-19 13:09:45 +00:00 |
|
Jie Fu
|
6e9fcc2d80
|
8336816: runtime/PrintingTests/StringPrinting.java fails with release VMs
Reviewed-by: dholmes
|
2024-07-19 12:28:56 +00:00 |
|